Searched refs:evhttp_uri_get_path (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_http.c | 2619 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 …]
|
/freebsd/contrib/libevent/test/ |
H A D | regress_http.c | 2619 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 …]
|
/freebsd/contrib/ntp/sntp/libevent/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()
|
/freebsd/contrib/libevent/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()
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | http.h | 1065 const char *evhttp_uri_get_path(const struct evhttp_uri *uri);
|
/freebsd/contrib/libevent/include/event2/ |
H A D | http.h | 1065 const char *evhttp_uri_get_path(const struct evhttp_uri *uri);
|
/freebsd/contrib/ntp/sntp/libevent/ |
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
|
/freebsd/contrib/libevent/ |
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
|