Searched refs:on_header (Results 1 – 5 of 5) sorted by relevance
/third_party/nghttp2/src/ |
D | h2load_http2_session.cc | 54 client->on_header(frame->hd.stream_id, name, namelen, value, valuelen); in on_header_callback()
|
D | h2load.h | 452 void on_header(int32_t stream_id, const uint8_t *name, size_t namelen,
|
D | h2load_http3_session.cc | 211 client_->on_header(stream_id, name->base, name->len, value->base, value->len); in recv_header()
|
D | h2load.cc | 922 void Client::on_header(int32_t stream_id, const uint8_t *name, size_t namelen, in on_header() function in h2load::Client
|
/third_party/curl/lib/ |
D | http2.c | 399 static int on_header(nghttp2_session *session, const nghttp2_frame *frame, 442 nghttp2_session_callbacks_set_on_header_callback(cbs, on_header); in cf_h2_ctx_init() 1395 static int on_header(nghttp2_session *session, const nghttp2_frame *frame, in on_header() function
|