Searched refs:lib_error_code (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | mock_nghttp2_callbacks.cc | 96 [](nghttp2_session*, const nghttp2_frame* frame, int lib_error_code, in GetCallbacks() 99 frame, lib_error_code); in GetCallbacks() 112 [](nghttp2_session* /*session*/, int lib_error_code, const char* msg, in GetCallbacks() argument 115 lib_error_code, msg, len); in GetCallbacks()
|
H A D | nghttp2_callbacks.h | 49 int lib_error_code, void* user_data); 53 int lib_error_code, void* user_data); 81 int OnError(nghttp2_session* session, int lib_error_code, const char* msg,
|
H A D | mock_nghttp2_callbacks.h | 54 (const nghttp2_frame* frame, int lib_error_code), ()); 60 (int lib_error_code, const char* msg, size_t len), ());
|
H A D | nghttp2_callbacks.cc | 258 const nghttp2_frame* frame, int lib_error_code, in OnInvalidFrameReceived() argument 262 << int(ToInvalidFrameError(lib_error_code)) << ")"; in OnInvalidFrameReceived() 266 frame->hd.stream_id, ToInvalidFrameError(lib_error_code)); in OnInvalidFrameReceived()
|