Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c537 const char *p_lf; in header_states() local
541 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()