Home
last modified time | relevance | path

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

/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/third-party/llhttp/src/
Dhttp.c9 int llhttp_should_keep_alive(const llhttp_t* parser);
100 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
Dapi.c56 llhttp_should_keep_alive(p)); in wasm_on_headers_complete_wrap()
/third_party/nghttp2/src/
Dh2load_http1_session.cc80 client->final = llhttp_should_keep_alive(htp) == 0; in htp_msg_completecb()
Dshrpx_https_upstream.cc357 req.connection_close = !llhttp_should_keep_alive(htp); in htp_hdrs_completecb()
Dshrpx_http_downstream_connection.cc1004 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.h688 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()
/third_party/nghttp2/third-party/llhttp/
DREADME.md208 ### `int llhttp_should_keep_alive(const llhttp_t* parser)`