Searched refs:llhttp_should_keep_alive (Results 1 – 8 of 8) 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
80 client->final = llhttp_should_keep_alive(htp) == 0; in htp_msg_completecb()
339 req.connection_close = !llhttp_should_keep_alive(htp); in htp_hdrs_completecb()
981 resp.connection_close = !llhttp_should_keep_alive(htp); in htp_hdrs_completecb()
314 int llhttp_should_keep_alive(const llhttp_t* parser);
339 int llhttp_should_keep_alive(const llhttp_t* parser);
358 should_keep_alive = llhttp_should_keep_alive(&parser_); in on_headers_complete()