Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h1095 int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path);
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c2613 tt_want(0==evhttp_uri_set_path(uri, "hi_mom")); in http_parse_uri_test()
2640 tt_want(-1 == evhttp_uri_set_path(uri,"hello?world")); in http_parse_uri_test()
2657 tt_want(0 == evhttp_uri_set_path(uri, "")); in http_parse_uri_test()
2658 tt_want(0 == evhttp_uri_set_path(uri, "/documents/public/index.html")); in http_parse_uri_test()
2659 tt_want(0 == evhttp_uri_set_path(uri, NULL)); in http_parse_uri_test()
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c5109 evhttp_uri_set_path(struct evhttp_uri *uri, const char *path) in evhttp_uri_set_path() function