Searched refs:nghttp2_headers_category (Results 1 - 10 of 10) sorted by relevance
/third_party/node/src/ |
H A D | node_http2.h | 276 nghttp2_headers_category category = NGHTTP2_HCAT_HEADERS, 416 nghttp2_headers_category headers_category() const { in headers_category() 420 void StartHeaders(nghttp2_headers_category category); 473 nghttp2_headers_category category, 489 nghttp2_headers_category current_headers_category_ = NGHTTP2_HCAT_HEADERS;
|
H A D | node_http2.cc | 2014 nghttp2_headers_category category, in New() 2029 nghttp2_headers_category category, in Http2Stream() 2085 void Http2Stream::StartHeaders(nghttp2_headers_category category) { in StartHeaders()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 434 int32_t stream_id, nghttp2_headers_category cat,
|
H A D | nghttp2_submit.c | 77 nghttp2_headers_category hcat; in submit_headers_shared()
|
H A D | nghttp2_frame.c | 63 int32_t stream_id, nghttp2_headers_category cat, in nghttp2_frame_headers_init()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 434 int32_t stream_id, nghttp2_headers_category cat,
|
H A D | nghttp2_submit.c | 77 nghttp2_headers_category hcat; in submit_headers_shared()
|
H A D | nghttp2_frame.c | 63 int32_t stream_id, nghttp2_headers_category cat, in nghttp2_frame_headers_init()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1011 } nghttp2_headers_category; typedef 1064 nghttp2_headers_category cat;
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1006 } nghttp2_headers_category; typedef 1059 nghttp2_headers_category cat;
|
Completed in 25 milliseconds