Home
last modified time | relevance | path

Searched refs:m_parsing_http (Results 1 – 2 of 2) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.cc842 parser->m_parsing_http = true; in http_parser_init()
849 parser->m_parsing_http = true; in http_parser_clear()
879 if (parser->m_parsing_http) { in http_parser_parse_req()
968 parser->m_parsing_http = false; in http_parser_parse_req()
1122 parser->m_parsing_http = false; in http_parser_parse_req()
1239 if (parser->m_parsing_http) { in http_parser_parse_resp()
1310 parser->m_parsing_http = false; in http_parser_parse_resp()
1428 parser->m_parsing_http = false; in http_parser_parse_resp()
H A DHTTP.h324 bool m_parsing_http = false; member