Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c104 #define CONTENT_LENGTH "content-length" macro
463 cond1 = parser->index > sizeof(CONTENT_LENGTH) - 1; in parser_header_state()
464 if (cond1 || c != CONTENT_LENGTH[parser->index]) { in parser_header_state()
466 } else if (parser->index == sizeof(CONTENT_LENGTH) - 2) { in parser_header_state()