Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/net/http/
Dmethod.h42 HTTP_UNLOCK = 15, /**< UNLOCK */ enumerator
/Zephyr-Core-3.5.0/subsys/net/lib/http/
Dhttp_parser.c1165 parser->method = HTTP_UNLOCK; in parser_execute()
1245 case (HTTP_UNLOCK << 16 | 2 << 8 | 'S'): in parser_execute()
1248 case (HTTP_UNLOCK << 16 | 2 << 8 | 'B'): in parser_execute()
1251 case (HTTP_UNLOCK << 16 | 3 << 8 | 'I'): in parser_execute()