Searched refs:evhttp_uri_get_path (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2301 tt_want(!strcmp(evhttp_uri_get_path(uri), "foo@bar"));
2350 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
2361 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
2372 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
2383 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
2394 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
2405 tt_want(strcmp(evhttp_uri_get_path(uri), "/") == 0);
2416 tt_want_str_op(evhttp_uri_get_path(uri), ==, "/");
2427 tt_want(strcmp(evhttp_uri_get_path(uri), "") == 0);
2438 tt_want(strcmp(evhttp_uri_get_path(ur
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h1027 const char *evhttp_uri_get_path(const struct evhttp_uri *uri);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c3139 path = evhttp_uri_get_path(req->uri_elems);
4761 evhttp_uri_get_path(const struct evhttp_uri *uri) function

Completed in 106 milliseconds