Home
last modified time | relevance | path

Searched refs:nghttp3_http_state (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.h37 typedef struct nghttp3_http_state nghttp3_http_state; typedef
101 int nghttp3_http_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv,
113 int nghttp3_http_on_request_headers(nghttp3_http_state *http);
124 int nghttp3_http_on_response_headers(nghttp3_http_state *http);
H A Dnghttp3_stream.h188 typedef struct nghttp3_http_state { struct
201 } nghttp3_http_state; typedef
250 nghttp3_http_state http;
H A Dnghttp3_http.c81 static int check_pseudo_header(nghttp3_http_state *http, in check_pseudo_header()
90 static int expect_response_body(nghttp3_http_state *http) { in expect_response_body()
101 static int check_path_flags(nghttp3_http_state *http) { in check_path_flags()
824 static int http_request_on_header(nghttp3_http_state *http, in http_request_on_header()
955 static int http_response_on_header(nghttp3_http_state *http, in http_response_on_header()
1299 int nghttp3_http_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv, in nghttp3_http_on_header()
1378 int nghttp3_http_on_request_headers(nghttp3_http_state *http) { in nghttp3_http_on_request_headers()
1406 int nghttp3_http_on_response_headers(nghttp3_http_state *http) { in nghttp3_http_on_response_headers()
H A Dnghttp3_conn.c1536 nghttp3_http_state *http; in conn_decode_headers()

Completed in 7 milliseconds