Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c304 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()
[all …]