Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h1094 int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path);
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h1094 int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path);
/freebsd/contrib/ntp/sntp/libevent/test/
H A 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()
/freebsd/contrib/libevent/test/
H A 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()
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c5105 evhttp_uri_set_path(struct evhttp_uri *uri, const char *path) in evhttp_uri_set_path() function
/freebsd/contrib/libevent/
H A Dhttp.c5105 evhttp_uri_set_path(struct evhttp_uri *uri, const char *path) in evhttp_uri_set_path() function