Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dhttp2.h352 void index_header(HeaderIndex &hdidx, int32_t token, size_t idx);
H A 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()
H A Dnghttp.cc1935 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 Dhttp2.cc980 void index_header(HeaderIndex &hdidx, int32_t token, size_t idx) { in index_header() function

Completed in 15 milliseconds