Searched refs:index_header (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/src/ |
D | http2.h | 358 void index_header(HeaderIndex &hdidx, int32_t token, size_t idx);
|
D | http2_test.cc | 315 http2::index_header(hdidx, http2::HD__AUTHORITY, 0); in test_http2_index_header() 316 http2::index_header(hdidx, -1, 1); in test_http2_index_header()
|
D | nghttp.cc | 1913 http2::index_header(req->res_hdidx, token, req->res_nva.size()); in on_header_callback() 1937 http2::index_header(req->req_hdidx, token, req->req_nva.size()); in on_header_callback()
|
D | http2.cc | 991 void index_header(HeaderIndex &hdidx, int32_t token, size_t idx) { in index_header() function
|