Searched refs:p_lf (Results 1 – 1 of 1) sorted by relevance
537 const char *p_lf; in header_states() local541 p_lf = (const char *)memchr(p, LF, limit); in header_states()543 if (p_lf != NULL && p_cr >= p_lf) { in header_states()544 p = p_lf; in header_states()548 } else if (UNLIKELY(p_lf != NULL)) { in header_states()549 p = p_lf; in header_states()