Home
last modified time | relevance | path

Searched refs:evhttp_uri_set_port (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-connect.c44 evhttp_uri_set_port(path, -1); in uri_path()
/freebsd/contrib/libevent/sample/
H A Dhttp-connect.c44 evhttp_uri_set_port(path, -1); in uri_path()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h1090 int evhttp_uri_set_port(struct evhttp_uri *uri, int port);
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h1090 int evhttp_uri_set_port(struct evhttp_uri *uri, int port);
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2634 tt_want(-1 == evhttp_uri_set_port(uri,-3)); in http_parse_uri_test()
2649 tt_want(0 == evhttp_uri_set_port(uri, -1)); in http_parse_uri_test()
2650 tt_want(0 == evhttp_uri_set_port(uri, 80)); in http_parse_uri_test()
2651 tt_want(0 == evhttp_uri_set_port(uri, 65535)); in http_parse_uri_test()
/freebsd/contrib/libevent/test/
H A Dregress_http.c2634 tt_want(-1 == evhttp_uri_set_port(uri,-3)); in http_parse_uri_test()
2649 tt_want(0 == evhttp_uri_set_port(uri, -1)); in http_parse_uri_test()
2650 tt_want(0 == evhttp_uri_set_port(uri, 80)); in http_parse_uri_test()
2651 tt_want(0 == evhttp_uri_set_port(uri, 65535)); in http_parse_uri_test()
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c5094 evhttp_uri_set_port(struct evhttp_uri *uri, int port) in evhttp_uri_set_port() function
/freebsd/contrib/libevent/
H A Dhttp.c5094 evhttp_uri_set_port(struct evhttp_uri *uri, int port) in evhttp_uri_set_port() function