Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c107 #define UPGRADE "upgrade" macro
497 cond1 = parser->index > sizeof(UPGRADE) - 1; in parser_header_state()
498 if (cond1 || c != UPGRADE[parser->index]) { in parser_header_state()
500 } else if (parser->index == sizeof(UPGRADE) - 2) { in parser_header_state()
759 cond1 = parser->index > sizeof(UPGRADE) - 1; in header_states()
760 if (cond1 || c != UPGRADE[parser->index]) { in header_states()
762 } else if (parser->index == sizeof(UPGRADE) - 2) { in header_states()