Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2350 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 Dregress_http.c2603 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 Dhttp-server.c188 path = evhttp_uri_get_path(decoded); in send_document_cb()
H A Dhttps-client.c302 path = evhttp_uri_get_path(http_uri); in main()
/freebsd-12.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h1027 const char *evhttp_uri_get_path(const struct evhttp_uri *uri);
/freebsd-12.1/contrib/libevent/include/event2/
H A Dhttp.h1062 const char *evhttp_uri_get_path(const struct evhttp_uri *uri);
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dhttp.c3139 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 Dhttp.c3288 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