Home
last modified time | relevance | path

Searched refs:evhttp_uri_get_path (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c2624 tt_want(!strcmp(evhttp_uri_get_path(uri), "foo@bar")); in http_parse_uri_test()
2673 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test()
2684 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test()
2695 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test()
2706 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test()
2717 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test()
2728 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test()
2739 tt_want_str_op(evhttp_uri_get_path(uri), ==, "/"); in http_parse_uri_test()
2750 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test()
2761 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test()
[all …]
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttps-client.c330 path = evhttp_uri_get_path(http_uri); in main()
H A Dhttp-server.c212 path = evhttp_uri_get_path(decoded); in send_document_cb()
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h1066 const char *evhttp_uri_get_path(const struct evhttp_uri *uri);
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c3347 path = evhttp_uri_get_path(req->uri_elems); in evhttp_dispatch_callback()
5036 evhttp_uri_get_path(const struct evhttp_uri *uri) in evhttp_uri_get_path() function