Searched refs:is_connect (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/tests/net/lib/http_header_fields/src/ |
D | main.c | 46 int is_connect; member 55 .is_connect = 0, 72 .is_connect = 0, 90 .is_connect = 1, 107 .is_connect = 0, 114 .is_connect = 0, 131 .is_connect = 0, 149 .is_connect = 1, 166 .is_connect = 0, 186 .is_connect = 0, [all …]
|
/Zephyr-Core-3.7.0/include/zephyr/net/http/ |
D | parser_url.h | 72 int is_connect, struct http_parser_url *u);
|
/Zephyr-Core-3.7.0/subsys/net/lib/http/ |
D | http_parser_url.c | 472 http_parser_parse_url(const char *buf, size_t buflen, int is_connect, in http_parser_parse_url() argument 482 s = is_connect ? s_req_server_start : s_req_spaces_before_url; in http_parser_parse_url() 557 if (is_connect && u->field_set != ((1 << UF_HOST)|(1 << UF_PORT))) { in http_parser_parse_url()
|