Searched refs:http_message_needs_eof (Results 1 – 1 of 1) sorted by relevance
473 int http_message_needs_eof(const http_parser *parser);1867 if (!http_message_needs_eof(parser)) { in http_parser_execute()2095 http_message_needs_eof (const http_parser *parser) in http_message_needs_eof() function2132 return !http_message_needs_eof(parser); in http_should_keep_alive()