Searched refs:evhttp_uri_parse_with_flags (Results 1 - 3 of 3) sorted by relevance

/external/libevent/include/event2/
H A Dhttp.h1138 struct evhttp_uri *evhttp_uri_parse_with_flags(const char *source_uri,
1145 * do so by passing this flag to evhttp_uri_parse_with_flags.
1155 /** Alias for evhttp_uri_parse_with_flags(source_uri, 0) */
/external/libevent/
H A Dhttp.c1832 if ((req->uri_elems = evhttp_uri_parse_with_flags(req->uri,
4693 return evhttp_uri_parse_with_flags(source_uri, 0);
4697 evhttp_uri_parse_with_flags(const char *source_uri, unsigned flags) function
/external/libevent/test/
H A Dregress_http.c2466 evhttp_uri_parse_with_flags((uri), parse_flags)

Completed in 100 milliseconds