Searched refs:evhttp_uri_parse (Results 1 – 7 of 7) sorted by relevance
29 VERIFY(uri = evhttp_uri_parse(str)); in uri_parse()40 path = evhttp_uri_parse(buffer); in uri_path()
305 http_uri = evhttp_uri_parse(url); in main()
203 decoded = evhttp_uri_parse(uri); in send_document_cb()
1160 struct evhttp_uri *evhttp_uri_parse(const char *source_uri);
3267 uri = evhttp_uri_parse(str); in evhttp_parse_query_impl()4765 evhttp_uri_parse(const char *source_uri) in evhttp_uri_parse() function
581 (evhttp_uri_parse()) to correctly parse URIs, so as to discourage
423 o Add evhttp_parse_query_str to be used with evhttp_uri_parse. (2075fbc)429 o Revise evhttp_uri_parse implementation to handle more of RFC3986 (eaa5f1d)