evhttp_uriencode 2709 opal/mca/event/libevent2022/libevent/http.c return evhttp_uriencode(str, -1, 0); evhttp_uriencode 625 opal/mca/event/libevent2022/libevent/include/event2/http.h char *evhttp_uriencode(const char *str, ev_ssize_t size, int space_to_plus); evhttp_uriencode 2380 opal/mca/event/libevent2022/libevent/test/regress_http.c s = evhttp_uriencode((from), -1, (plus)); \ evhttp_uriencode 2428 opal/mca/event/libevent2022/libevent/test/regress_http.c s = evhttp_uriencode("hello\0world", 11, 0);