Searched refs:p_lf (Results 1 – 1 of 1) sorted by relevance
492 const char *p_lf; in header_states() local496 p_lf = (const char *)memchr(p, LF, limit); in header_states()498 if (p_lf != NULL && p_cr >= p_lf) { in header_states()499 p = p_lf; in header_states()503 } else if (UNLIKELY(p_lf != NULL)) { in header_states()504 p = p_lf; in header_states()