Searched refs:index_header (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/src/ |
H A D | http2.h | 352 void index_header(HeaderIndex &hdidx, int32_t token, size_t idx);
|
H A 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()
|
H A D | nghttp.cc | 1935 http2::index_header(req->res_hdidx, token, req->res_nva.size()); in on_header_callback() 1959 http2::index_header(req->req_hdidx, token, req->req_nva.size()); in on_header_callback()
|
H A D | http2.cc | 980 void index_header(HeaderIndex &hdidx, int32_t token, size_t idx) { in index_header() function
|
Completed in 15 milliseconds