Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_parser.c103 #define CONTENT_LENGTH "content-length" macro
431 cond1 = parser->index > sizeof(CONTENT_LENGTH) - 1; in parser_header_state()
432 if (cond1 || c != CONTENT_LENGTH[parser->index]) { in parser_header_state()
434 } else if (parser->index == sizeof(CONTENT_LENGTH) - 2) { in parser_header_state()