Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_parser.c108 #define CLOSE "close" macro
592 cond1 = parser->index > sizeof(CLOSE) - 1; in header_states()
593 if (cond1 || c != CLOSE[parser->index]) { in header_states()
595 } else if (parser->index == sizeof(CLOSE) - 2) { in header_states()