Searched refs:llhttp_should_keep_alive (Results 1 – 10 of 10) sorted by relevance
9 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
9 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
56 llhttp_should_keep_alive(p)); in wasm_on_headers_complete_wrap()
80 client->final = llhttp_should_keep_alive(htp) == 0; in htp_msg_completecb()
357 req.connection_close = !llhttp_should_keep_alive(htp); in htp_hdrs_completecb()
1004 resp.connection_close = !llhttp_should_keep_alive(htp); in htp_hdrs_completecb()
314 int llhttp_should_keep_alive(const llhttp_t* parser);
688 int llhttp_should_keep_alive(const llhttp_t* parser);
358 should_keep_alive = llhttp_should_keep_alive(&parser_); in on_headers_complete()
208 ### `int llhttp_should_keep_alive(const llhttp_t* parser)`