Searched refs:http_response_on_header (Results 1 - 3 of 3) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_http.c | 236 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header() function 441 return http_response_on_header(stream, nv, trailer); in nghttp2_http_on_header()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_http.c | 236 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header() function 441 return http_response_on_header(stream, nv, trailer); in nghttp2_http_on_header()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_http.c | 955 static int http_response_on_header(nghttp3_http_state *http, in http_response_on_header() function 1363 rv = http_response_on_header(http, nv, trailers); in nghttp3_http_on_header()
|
Completed in 4 milliseconds