Lines Matching refs:LF
264 #define LF '\n' macro
296 (ch == CR || ch == LF || ch == 9 || \
496 p_lf = (const char *)memchr(p, LF, limit); in header_states()
801 if (LIKELY(ch == CR || ch == LF)) { in parser_execute()
809 if (ch == CR || ch == LF) { in parser_execute()
861 case LF: in parser_execute()
996 if ((ch == CR) || (ch == LF)) { in parser_execute()
1015 case LF: in parser_execute()
1037 if (!status_mark && ((ch == CR) || (ch == LF))) { in parser_execute()
1054 if (ch == LF) { in parser_execute()
1078 if (ch == LF) { in parser_execute()
1094 rc = strict_check(parser, ch != LF); in parser_execute()
1102 if (ch == CR || ch == LF) { in parser_execute()
1298 case LF: in parser_execute()
1333 case LF: in parser_execute()
1456 if (ch == LF) { in parser_execute()
1481 if (UNLIKELY(ch != LF)) { in parser_execute()
1496 if (ch == LF) { in parser_execute()
1595 if (ch == LF) { in parser_execute()
1695 if (ch == LF) { in parser_execute()
1744 if (UNLIKELY(ch != LF)) { in parser_execute()
1782 rc = strict_check(parser, ch != LF); in parser_execute()
1828 rc = strict_check(parser, ch != LF); in parser_execute()
1916 rc = strict_check(parser, ch != LF); in parser_execute()
2123 rc = strict_check(parser, ch != LF); in parser_execute()
2189 rc = strict_check(parser, ch != LF); in parser_execute()