Home
last modified time | relevance | path

Searched refs:evhttp_uri_set_scheme (Results 1 – 4 of 4) sorted by relevance

/external/libevent/sample/
Dhttp-connect.c41 evhttp_uri_set_scheme(path, NULL); in uri_path()
/external/libevent/include/event2/
Dhttp.h1078 int evhttp_uri_set_scheme(struct evhttp_uri *uri, const char *scheme);
/external/libevent/test/
Dregress_http.c2627 tt_want(-1 == evhttp_uri_set_scheme(uri,"")); in http_parse_uri_test()
2628 tt_want(-1 == evhttp_uri_set_scheme(uri,"33")); in http_parse_uri_test()
2629 tt_want(-1 == evhttp_uri_set_scheme(uri,"hi!")); in http_parse_uri_test()
2639 tt_want(0 == evhttp_uri_set_scheme(uri,"http")); in http_parse_uri_test()
2640 tt_want(0 == evhttp_uri_set_scheme(uri,NULL)); in http_parse_uri_test()
/external/libevent/
Dhttp.c5061 evhttp_uri_set_scheme(struct evhttp_uri *uri, const char *scheme) in evhttp_uri_set_scheme() function