Searched refs:evhttp_uri_get_path (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_http.c | 2624 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 D | https-client.c | 330 path = evhttp_uri_get_path(http_uri); in main()
|
H A D | http-server.c | 212 path = evhttp_uri_get_path(decoded); in send_document_cb()
|
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | http.h | 1066 const char *evhttp_uri_get_path(const struct evhttp_uri *uri);
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | http.c | 3347 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
|