Searched refs:evhttp_uri_get_path (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_http.c | 2350 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test() 2361 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test() 2372 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test() 2383 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test() 2394 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test() 2405 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test() 2416 tt_want_str_op(evhttp_uri_get_path(uri), ==, "/"); in http_parse_uri_test() 2427 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test() 2438 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test() 2449 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test() [all …]
|
| /freebsd-12.1/contrib/libevent/test/ |
| H A D | regress_http.c | 2603 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test() 2614 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test() 2625 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test() 2636 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test() 2647 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test() 2658 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test() 2669 tt_want_str_op(evhttp_uri_get_path(uri), ==, "/"); in http_parse_uri_test() 2680 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0); in http_parse_uri_test() 2691 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test() 2702 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0); in http_parse_uri_test() [all …]
|
| /freebsd-12.1/contrib/libevent/sample/ |
| H A D | http-server.c | 188 path = evhttp_uri_get_path(decoded); in send_document_cb()
|
| H A D | https-client.c | 302 path = evhttp_uri_get_path(http_uri); in main()
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | http.h | 1027 const char *evhttp_uri_get_path(const struct evhttp_uri *uri);
|
| /freebsd-12.1/contrib/libevent/include/event2/ |
| H A D | http.h | 1062 const char *evhttp_uri_get_path(const struct evhttp_uri *uri);
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | http.c | 3139 path = evhttp_uri_get_path(req->uri_elems); in evhttp_dispatch_callback() 4761 evhttp_uri_get_path(const struct evhttp_uri *uri) in evhttp_uri_get_path() function
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | http.c | 3288 path = evhttp_uri_get_path(req->uri_elems); in evhttp_dispatch_callback() 4928 evhttp_uri_get_path(const struct evhttp_uri *uri) in evhttp_uri_get_path() function
|