Searched refs:evhttp_uri_set_path (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/libevent/sample/ |
| H A D | http-connect.c | 83 evhttp_uri_set_path(host_port, NULL); in main()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | http.h | 1056 int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path);
|
| /freebsd-13.1/contrib/libevent/include/event2/ |
| H A D | http.h | 1091 int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path);
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_http.c | 2290 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 D | regress_http.c | 2543 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 D | http.c | 4834 evhttp_uri_set_path(struct evhttp_uri *uri, const char *path) in evhttp_uri_set_path() function
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | http.c | 5001 evhttp_uri_set_path(struct evhttp_uri *uri, const char *path) in evhttp_uri_set_path() function
|