Searched refs:p_cr (Results 1 – 1 of 1) sorted by relevance
1536 const char* p_cr; in http_parser_execute() local1542 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()