Searched refs:evhttp_uri_set_path (Results 1 – 3 of 3) sorted by relevance
1094 int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path);
2608 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()
5105 evhttp_uri_set_path(struct evhttp_uri *uri, const char *path) in evhttp_uri_set_path() function