Home
last modified time | relevance | path

Searched defs:recv_header (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dh2load_http3_session.cc198 int recv_header(nghttp3_conn *conn, int64_t stream_id, int32_t token, in recv_header() function
209 void Http3Session::recv_header(int64_t stream_id, const nghttp3_vec *name, in recv_header() function in h2load::Http3Session
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h1847 nghttp3_recv_header recv_header; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_conn.c1535 nghttp3_recv_header recv_header = NULL; in conn_decode_headers() local