evhttp_uridecode  658 opal/mca/event/libevent2022/libevent/include/event2/http.h char *evhttp_uridecode(const char *uri, int decode_plus,
evhttp_uridecode  182 opal/mca/event/libevent2022/libevent/sample/http-server.c 	decoded_path = evhttp_uridecode(path, 0, NULL);
evhttp_uridecode 2384 opal/mca/event/libevent2022/libevent/test/regress_http.c 		s2 = evhttp_uridecode((s), (plus), &sz);	\
evhttp_uridecode 2394 opal/mca/event/libevent2022/libevent/test/regress_http.c 		s = evhttp_uridecode((from),(dp),&sz);		\
evhttp_uridecode 2445 opal/mca/event/libevent2022/libevent/test/regress_http.c 	s = evhttp_uridecode("%00%00x%00%00", 1, &sz);
evhttp_uridecode 2453 opal/mca/event/libevent2022/libevent/test/regress_http.c 	s = evhttp_uridecode("%00%00x%00%00", 1, NULL);