evhttp_uri_set_path 771 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path); evhttp_uri_set_path 2076 opal/mca/event/libevent2022/libevent/test/regress_http.c tt_want(0==evhttp_uri_set_path(uri, "hi_mom")); evhttp_uri_set_path 2103 opal/mca/event/libevent2022/libevent/test/regress_http.c tt_want(-1 == evhttp_uri_set_path(uri,"hello?world")); evhttp_uri_set_path 2120 opal/mca/event/libevent2022/libevent/test/regress_http.c tt_want(0 == evhttp_uri_set_path(uri, "")); evhttp_uri_set_path 2121 opal/mca/event/libevent2022/libevent/test/regress_http.c tt_want(0 == evhttp_uri_set_path(uri, "/documents/public/index.html")); evhttp_uri_set_path 2122 opal/mca/event/libevent2022/libevent/test/regress_http.c tt_want(0 == evhttp_uri_set_path(uri, NULL));