Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_http.c2619 tt_want(!strcmp(evhttp_uri_get_path(uri), "foo@bar")); in http_parse_uri_test()
2668 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test()
2679 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test()
2690 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test()
2701 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test()
2712 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test()
2723 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test()
2734 tt_want_str_op(evhttp_uri_get_path(uri), ==, "/"); in http_parse_uri_test()
2745 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test()
2756 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test()
[all …]
/external/libevent/sample/
Dhttps-client.c329 path = evhttp_uri_get_path(http_uri); in main()
Dhttp-server.c211 path = evhttp_uri_get_path(decoded); in send_document_cb()
/external/libevent/include/event2/
Dhttp.h1065 const char *evhttp_uri_get_path(const struct evhttp_uri *uri);
/external/libevent/
Dhttp.c3343 path = evhttp_uri_get_path(req->uri_elems); in evhttp_dispatch_callback()
5032 evhttp_uri_get_path(const struct evhttp_uri *uri) in evhttp_uri_get_path() function