Searched refs:evhttp_uri_get_path (Results 1 – 5 of 5) sorted by relevance
| /libevent-2.1.12/test/ |
| H A D | regress_http.c | 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() 2767 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test() [all …]
|
| /libevent-2.1.12/sample/ |
| H A D | https-client.c | 329 path = evhttp_uri_get_path(http_uri); in main()
|
| H A D | http-server.c | 211 path = evhttp_uri_get_path(decoded); in send_document_cb()
|
| /libevent-2.1.12/include/event2/ |
| H A D | http.h | 1065 const char *evhttp_uri_get_path(const struct evhttp_uri *uri);
|
| /libevent-2.1.12/ |
| H A D | http.c | 3343 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
|