Searched refs:evhttp_uri_set_fragment (Results 1 – 4 of 4) sorted by relevance
85 evhttp_uri_set_fragment(host_port, NULL); in main()
1101 int evhttp_uri_set_fragment(struct evhttp_uri *uri, const char *fragment);
2572 tt_want(-1 == evhttp_uri_set_fragment(uri,"hello#world")); in http_parse_uri_test()2594 tt_want(0 == evhttp_uri_set_fragment(uri, "")); in http_parse_uri_test()2595 tt_want(0 == evhttp_uri_set_fragment(uri, "here?i?am")); in http_parse_uri_test()2596 tt_want(0 == evhttp_uri_set_fragment(uri, NULL)); in http_parse_uri_test()
5018 evhttp_uri_set_fragment(struct evhttp_uri *uri, const char *fragment) in evhttp_uri_set_fragment() function