Home
last modified time | relevance | path

Searched refs:on_header (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/src/
H A Dh2load.h452 void on_header(int32_t stream_id, const uint8_t *name, size_t namelen,
H A Dh2load_http2_session.cc54 client->on_header(frame->hd.stream_id, name, namelen, value, valuelen); in on_header_callback()
H A Dh2load_http3_session.cc211 client_->on_header(stream_id, name->base, name->len, value->base, value->len); in recv_header()
H A Dh2load.cc922 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/
H A Dhttp2.c399 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()
1035 buffer them in on_header callback. */ in on_stream_frame()
1395 static int on_header(nghttp2_session *session, const nghttp2_frame *frame, in on_header() function

Completed in 17 milliseconds