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.c312 int strict_check(struct http_parser *parser, int c) in strict_check() function
324 int strict_check(struct http_parser *parser, int c) in strict_check() function
1041 rc = strict_check(parser, ch != 'T'); in parser_execute()
1049 rc = strict_check(parser, ch != 'T'); in parser_execute()
1057 rc = strict_check(parser, ch != 'P'); in parser_execute()
1065 rc = strict_check(parser, ch != '/'); in parser_execute()
1254 rc = strict_check(parser, ch != LF); in parser_execute()
1537 rc = strict_check(parser, ch != 'T'); in parser_execute()
1545 rc = strict_check(parser, ch != 'T'); in parser_execute()
1553 rc = strict_check(parser, ch != 'P'); in parser_execute()
[all …]