Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h1104 int evhttp_uri_set_fragment(struct evhttp_uri *uri, const char *fragment);
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h1104 int evhttp_uri_set_fragment(struct evhttp_uri *uri, const char *fragment);
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2637 tt_want(-1 == evhttp_uri_set_fragment(uri,"hello#world")); in http_parse_uri_test()
2659 tt_want(0 == evhttp_uri_set_fragment(uri, "")); in http_parse_uri_test()
2660 tt_want(0 == evhttp_uri_set_fragment(uri, "here?i?am")); in http_parse_uri_test()
2661 tt_want(0 == evhttp_uri_set_fragment(uri, NULL)); in http_parse_uri_test()
/freebsd/contrib/libevent/test/
H A Dregress_http.c2637 tt_want(-1 == evhttp_uri_set_fragment(uri,"hello#world")); in http_parse_uri_test()
2659 tt_want(0 == evhttp_uri_set_fragment(uri, "")); in http_parse_uri_test()
2660 tt_want(0 == evhttp_uri_set_fragment(uri, "here?i?am")); in http_parse_uri_test()
2661 tt_want(0 == evhttp_uri_set_fragment(uri, NULL)); in http_parse_uri_test()
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c5122 evhttp_uri_set_fragment(struct evhttp_uri *uri, const char *fragment) in evhttp_uri_set_fragment() function
/freebsd/contrib/libevent/
H A Dhttp.c5122 evhttp_uri_set_fragment(struct evhttp_uri *uri, const char *fragment) in evhttp_uri_set_fragment() function