Home
last modified time | relevance | path

Searched refs:llhttp_should_keep_alive (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/third-party/llhttp/src/
Dhttp.c9 int llhttp_should_keep_alive(const llhttp_t* parser);
98 should_keep_alive = llhttp_should_keep_alive(parser); in llhttp__after_message_complete()
136 int llhttp_should_keep_alive(const llhttp_t* parser) { in llhttp_should_keep_alive() function
/third_party/node/deps/llhttp/src/
Dhttp.c9 int llhttp_should_keep_alive(const llhttp_t* parser);
98 should_keep_alive = llhttp_should_keep_alive(parser); in llhttp__after_message_complete()
136 int llhttp_should_keep_alive(const llhttp_t* parser) { in llhttp_should_keep_alive() function
/third_party/nghttp2/src/
Dh2load_http1_session.cc80 client->final = llhttp_should_keep_alive(htp) == 0; in htp_msg_completecb()
Dshrpx_https_upstream.cc339 req.connection_close = !llhttp_should_keep_alive(htp); in htp_hdrs_completecb()
Dshrpx_http_downstream_connection.cc981 resp.connection_close = !llhttp_should_keep_alive(htp); in htp_hdrs_completecb()
/third_party/node/deps/llhttp/include/
Dllhttp.h314 int llhttp_should_keep_alive(const llhttp_t* parser);
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h339 int llhttp_should_keep_alive(const llhttp_t* parser);
/third_party/node/src/
Dnode_http_parser.cc358 should_keep_alive = llhttp_should_keep_alive(&parser_); in on_headers_complete()