Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dmethod.h38 HTTP_LOCK = 9, /**< LOCK */ enumerator
/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c1136 parser->method = HTTP_LOCK; /* or LINK */ in parser_execute()
1242 case (HTTP_LOCK << 16 | 1 << 8 | 'I'): in parser_execute()