Home
last modified time | relevance | path

Searched refs:evhttp_uri_set_path (Results 1 – 3 of 3) sorted by relevance

/external/libevent/include/event2/
Dhttp.h1094 int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path);
/external/libevent/test/
Dregress_http.c2608 tt_want(0==evhttp_uri_set_path(uri, "hi_mom")); in http_parse_uri_test()
2635 tt_want(-1 == evhttp_uri_set_path(uri,"hello?world")); in http_parse_uri_test()
2652 tt_want(0 == evhttp_uri_set_path(uri, "")); in http_parse_uri_test()
2653 tt_want(0 == evhttp_uri_set_path(uri, "/documents/public/index.html")); in http_parse_uri_test()
2654 tt_want(0 == evhttp_uri_set_path(uri, NULL)); in http_parse_uri_test()
/external/libevent/
Dhttp.c5105 evhttp_uri_set_path(struct evhttp_uri *uri, const char *path) in evhttp_uri_set_path() function