Home
last modified time | relevance | path

Searched refs:evhttp_uridecode (Results 1 – 4 of 4) sorted by relevance

/libevent-2.1.12/include/event2/
H A Dhttp.h964 char *evhttp_uridecode(const char *uri, int decode_plus,
/libevent-2.1.12/sample/
H A Dhttp-server.c215 decoded_path = evhttp_uridecode(path, 0, NULL); in send_document_cb()
/libevent-2.1.12/test/
H A Dregress_http.c2917 s2 = evhttp_uridecode((s), (plus), &sz); \ in http_uriencode_test()
2927 s = evhttp_uridecode((from),(dp),&sz); \ in http_uriencode_test()
2987 s = evhttp_uridecode("%00%00x%00%00", 1, &sz); in http_uriencode_test()
2995 s = evhttp_uridecode("%00%00x%00%00", 1, NULL); in http_uriencode_test()
/libevent-2.1.12/
H A Dhttp.c3226 evhttp_uridecode(const char *uri, int decode_plus, size_t *size_out) in evhttp_uridecode() function