Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dparser_url.h53 struct http_parser_url { struct
68 void http_parser_url_init(struct http_parser_url *u);
72 int is_connect, struct http_parser_url *u);
/Zephyr-latest/subsys/net/lib/http/
DCMakeLists.txt12 zephyr_library_sources_ifdef(CONFIG_HTTP_PARSER_URL http_parser_url.c)
DREADME_http_parser12 http_parser_url.c (originally located in http_parser.c).
Dhttp_parser_url.c382 int http_parse_host(const char *buf, struct http_parser_url *u, in http_parse_host()
466 http_parser_url_init(struct http_parser_url *u) in http_parser_url_init()
473 struct http_parser_url *u) in http_parser_parse_url()
/Zephyr-latest/tests/net/lib/http_header_fields/src/
Dmain.c47 struct http_parser_url u;
589 struct http_parser_url u; in ZTEST()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_pull_context.c101 struct http_parser_url parser; in transfer_request()
Dlwm2m_message_handling.c3295 struct http_parser_url parser; in lwm2m_parse_peerinfo()