Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_parser.c492 const char *p_lf; in header_states() local
496 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()