Lines Matching refs:strict_check
304 int strict_check(struct http_parser *parser, int c) in strict_check() function
316 int strict_check(struct http_parser *parser, int c) in strict_check() function
881 rc = strict_check(parser, ch != 'T'); in parser_execute()
889 rc = strict_check(parser, ch != 'T'); in parser_execute()
897 rc = strict_check(parser, ch != 'P'); in parser_execute()
905 rc = strict_check(parser, ch != '/'); in parser_execute()
1094 rc = strict_check(parser, ch != LF); in parser_execute()
1373 rc = strict_check(parser, ch != 'T'); in parser_execute()
1381 rc = strict_check(parser, ch != 'T'); in parser_execute()
1389 rc = strict_check(parser, ch != 'P'); in parser_execute()
1397 rc = strict_check(parser, ch != '/'); 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()
2173 rc = strict_check(parser, ch != CR); in parser_execute()
2189 rc = strict_check(parser, ch != LF); in parser_execute()