Searched refs:evhttp_uri_set_fragment (Results 1 – 3 of 3) sorted by relevance
1105 int evhttp_uri_set_fragment(struct evhttp_uri *uri, const char *fragment);
2642 tt_want(-1 == evhttp_uri_set_fragment(uri,"hello#world")); in http_parse_uri_test()2664 tt_want(0 == evhttp_uri_set_fragment(uri, "")); in http_parse_uri_test()2665 tt_want(0 == evhttp_uri_set_fragment(uri, "here?i?am")); in http_parse_uri_test()2666 tt_want(0 == evhttp_uri_set_fragment(uri, NULL)); in http_parse_uri_test()
5126 evhttp_uri_set_fragment(struct evhttp_uri *uri, const char *fragment) in evhttp_uri_set_fragment() function