Home
last modified time | relevance | path

Searched refs:http_should_keep_alive (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h334 int http_should_keep_alive(const http_parser *parser);
Dhttp_parser.c456 # define NEW_MESSAGE() (http_should_keep_alive(parser) ? start_state : s_dead)
2118 http_should_keep_alive (const http_parser *parser) in http_should_keep_alive() function
/third_party/boost/libs/beast/test/bench/parser/
Dnodejs_parser.hpp475 http_should_keep_alive(p) != 0; in cb_headers_complete()