Home
last modified time | relevance | path

Searched refs:htp_hooks (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dh2load_http1_session.cc149 constexpr llhttp_settings_t htp_hooks = { variable
182 llhttp_init(&htp_, HTTP_RESPONSE, &htp_hooks); in Http1Session()
Dshrpx_https_upstream.cc65 constexpr llhttp_settings_t htp_hooks = { variable
97 llhttp_init(&htp_, HTTP_REQUEST, &htp_hooks); in HttpsUpstream()
Dshrpx_http_downstream_connection.cc265 constexpr llhttp_settings_t htp_hooks = { variable
465 llhttp_init(&response_htp_, HTTP_RESPONSE, &htp_hooks); in initiate_connection()
Dshrpx_http2_session.cc344 constexpr llhttp_settings_t htp_hooks = { variable
438 llhttp_init(proxy_htp_.get(), HTTP_RESPONSE, &htp_hooks); in initiate_connection()
Dnghttp.cc425 constexpr llhttp_settings_t htp_hooks = { variable
906 llhttp_init(htp.get(), HTTP_RESPONSE, &htp_hooks); in connected()