Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dhttp2.h350 void init_hdidx(HeaderIndex &hdidx);
Dhttp2_test.cc126 http2::init_hdidx(hdidx); in test_http2_get_header()
313 http2::init_hdidx(hdidx); in test_http2_index_header()
Dnghttp.cc175 http2::init_hdidx(res_hdidx); in Request()
176 http2::init_hdidx(req_hdidx); in Request()
1833 http2::init_hdidx(req->res_hdidx); in check_response_header()
Dhttp2.cc976 void init_hdidx(HeaderIndex &hdidx) { in init_hdidx() function