Home
last modified time | relevance | path

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

/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.c1536 const char* p_cr; in http_parser_execute() local
1542 p_cr = (const char*) memchr(p, CR, limit); in http_parser_execute()
1544 if (p_cr != NULL) { in http_parser_execute()
1545 if (p_lf != NULL && p_cr >= p_lf) in http_parser_execute()
1548 p = p_cr; in http_parser_execute()