Searched refs:evhttp_uri_set_path (Results 1 - 4 of 4) sorted by relevance

/external/libevent/sample/
H A Dhttp-connect.c83 evhttp_uri_set_path(host_port, NULL);
/external/libevent/include/event2/
H A Dhttp.h1091 int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path);
/external/libevent/test/
H A Dregress_http.c2543 tt_want(0==evhttp_uri_set_path(uri, "hi_mom"));
2570 tt_want(-1 == evhttp_uri_set_path(uri,"hello?world"));
2587 tt_want(0 == evhttp_uri_set_path(uri, ""));
2588 tt_want(0 == evhttp_uri_set_path(uri, "/documents/public/index.html"));
2589 tt_want(0 == evhttp_uri_set_path(uri, NULL));
/external/libevent/
H A Dhttp.c5001 evhttp_uri_set_path(struct evhttp_uri *uri, const char *path) function

Completed in 59 milliseconds