Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libevent/sample/
H A Dhttp-connect.c83 evhttp_uri_set_path(host_port, NULL); in main()
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h1056 int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path);
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h1091 int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path);
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2290 tt_want(0==evhttp_uri_set_path(uri, "hi_mom")); in http_parse_uri_test()
2317 tt_want(-1 == evhttp_uri_set_path(uri,"hello?world")); in http_parse_uri_test()
2334 tt_want(0 == evhttp_uri_set_path(uri, "")); in http_parse_uri_test()
2335 tt_want(0 == evhttp_uri_set_path(uri, "/documents/public/index.html")); in http_parse_uri_test()
2336 tt_want(0 == evhttp_uri_set_path(uri, NULL)); in http_parse_uri_test()
/freebsd-13.1/contrib/libevent/test/
H A Dregress_http.c2543 tt_want(0==evhttp_uri_set_path(uri, "hi_mom")); in http_parse_uri_test()
2570 tt_want(-1 == evhttp_uri_set_path(uri,"hello?world")); in http_parse_uri_test()
2587 tt_want(0 == evhttp_uri_set_path(uri, "")); in http_parse_uri_test()
2588 tt_want(0 == evhttp_uri_set_path(uri, "/documents/public/index.html")); in http_parse_uri_test()
2589 tt_want(0 == evhttp_uri_set_path(uri, NULL)); in http_parse_uri_test()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp.c4834 evhttp_uri_set_path(struct evhttp_uri *uri, const char *path) in evhttp_uri_set_path() function
/freebsd-13.1/contrib/libevent/
H A Dhttp.c5001 evhttp_uri_set_path(struct evhttp_uri *uri, const char *path) in evhttp_uri_set_path() function