Searched defs:nghttp2_session (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | mock_nghttp2_callbacks.cc | 26 [](nghttp2_session*, nghttp2_frame* frame, const uint8_t* framehd, in GetCallbacks() argument 34 [](nghttp2_session*, const nghttp2_frame* frame, void* user_data) -> int { in GetCallbacks() argument 52 [](nghttp2_session*, uint8_t flags, int32_t stream_id, in GetCallbacks() argument 61 [](nghttp2_session*, const nghttp2_frame_hd* hd, void* user_data) -> int { in GetCallbacks() argument 67 [](nghttp2_session*, const nghttp2_frame* frame, void* user_data) -> int { in GetCallbacks() argument 82 [](nghttp2_session*, const nghttp2_frame* frame, void* user_data) -> int { in GetCallbacks() argument 89 [](nghttp2_session*, const nghttp2_frame* frame, void* user_data) -> int { in GetCallbacks() argument 104 [](nghttp2_session*, const nghttp2_frame* frame, int error_code, in GetCallbacks() argument 112 [](nghttp2_session* /*session*/, int lib_error_code, const char* msg, in GetCallbacks() argument 120 [](nghttp2_session*, uint8_t* buf, size_t len, const nghttp2_frame* frame, in GetCallbacks() argument [all …]
|
H A D | nghttp2_callbacks.cc | 20 ssize_t OnReadyToSend(nghttp2_session* /* session */, const uint8_t* data, in OnReadyToSend() argument 36 int OnBeginFrame(nghttp2_session* /* session */, const nghttp2_frame_hd* header, in OnBeginFrame() argument 57 int OnFrameReceived(nghttp2_session* /* session */, const nghttp2_frame* frame, in OnFrameReceived() argument 171 int OnBeginHeaders(nghttp2_session* /* session */, const nghttp2_frame* frame, in OnBeginHeaders() argument 181 int OnHeader(nghttp2_session* /* session */, const nghttp2_frame* frame, in OnHeader() argument 207 int OnBeforeFrameSent(nghttp2_session* /* session */, in OnBeforeFrameSent() argument 220 int OnFrameSent(nghttp2_session* /* session */, const nghttp2_frame* frame, in OnFrameSent() argument 238 int OnFrameNotSent(nghttp2_session* /* session */, const nghttp2_frame* frame, in OnFrameNotSent() argument 257 int OnInvalidFrameReceived(nghttp2_session* /* session */, in OnInvalidFrameReceived() argument 270 int OnDataChunk(nghttp2_session* /* session */, uint8_t /*flags*/, in OnDataChunk() argument [all …]
|
H A D | nghttp2_data_provider.cc | 16 ssize_t DataFrameSourceReadCallback(nghttp2_session* /* session */, in DataFrameSourceReadCallback() argument 38 int DataFrameSourceSendCallback(nghttp2_session* /* session */, in DataFrameSourceSendCallback() argument
|
H A D | nghttp2_util_test.cc | 14 int FakeSendCallback(nghttp2_session*, nghttp2_frame* /*frame*/, in FakeSendCallback() argument
|
H A D | nghttp2_adapter_test.cc | 40 int TestSendCallback(nghttp2_session*, nghttp2_frame* /*frame*/, in TestSendCallback() argument
|