Home
last modified time | relevance | path

Searched refs:response_htp_ (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc221 response_htp_{0},
465 llhttp_init(&response_htp_, HTTP_RESPONSE, &htp_hooks); in initiate_connection()
466 response_htp_.data = downstream_; in initiate_connection()
1262 auto htperr = llhttp_finish(&response_htp_); in read_clear()
1393 auto htperr = llhttp_finish(&response_htp_); in read_tls()
1489 auto htperr = llhttp_execute(&response_htp_, in process_input()
1495 llhttp_get_error_pos(&response_htp_)) - in process_input()
1509 << llhttp_get_error_reason(&response_htp_); in process_input()
H A Dshrpx_http_downstream_connection.h113 llhttp_t response_htp_; member in shrpx::HttpDownstreamConnection

Completed in 3 milliseconds