Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dparser.h241 int http_should_keep_alive(const struct http_parser *parser);
/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c313 # define NEW_MESSAGE() (http_should_keep_alive(parser) ? start_state : s_dead)
2309 int http_should_keep_alive(const struct http_parser *parser) in http_should_keep_alive() function