Home
last modified time | relevance | path

Searched refs:index_header (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dhttp2.h358 void index_header(HeaderIndex &hdidx, int32_t token, size_t idx);
Dhttp2_test.cc315 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()
Dnghttp.cc1913 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()
Dhttp2.cc991 void index_header(HeaderIndex &hdidx, int32_t token, size_t idx) { in index_header() function