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
169 llhttp_init(&htp_, HTTP_RESPONSE, &htp_hooks); in Http1Session()
Dshrpx_https_upstream.cc65 constexpr llhttp_settings_t htp_hooks = { variable
84 llhttp_init(&htp_, HTTP_REQUEST, &htp_hooks); in HttpsUpstream()
Dshrpx_http_downstream_connection.cc263 constexpr llhttp_settings_t htp_hooks = { variable
450 llhttp_init(&response_htp_, HTTP_RESPONSE, &htp_hooks); in initiate_connection()
Dshrpx_http2_session.cc344 constexpr llhttp_settings_t htp_hooks = { variable
425 llhttp_init(proxy_htp_.get(), HTTP_RESPONSE, &htp_hooks); in initiate_connection()
Dnghttp.cc423 constexpr llhttp_settings_t htp_hooks = { variable
891 llhttp_init(htp.get(), HTTP_RESPONSE, &htp_hooks); in connected()