Searched refs:curl_unescape (Results 1 – 14 of 14) sorted by relevance
31 curl_version_info.3 curl_escape.3 curl_unescape.3 curl_free.3 \50 curl_escape.html curl_unescape.html curl_free.html curl_strequal.html \70 curl_escape.pdf curl_unescape.pdf curl_free.pdf curl_strequal.pdf \
42 f 0644 cowo pppusers ${mandir}/man3/curl_unescape.3 ./docs/curl_unescape.3
16 curl_unescape @ 7;
74 char *curl_unescape(const char *string, int length) in curl_unescape() function
55 curl_unescape @ 54 NONAME
80 SYMBOL_VECTOR=(curl_unescape=PROCEDURE)81 SYMBOL_VECTOR=(CURL_UNESCAPE/curl_unescape=PROCEDURE)
119 [gnv.usr.share.man.man3]curl_unescape.3
41 CURL_EXTERN char *curl_unescape(const char *string,
1562 CURL_EXTERN char *curl_unescape(const char *string,
1959 CURL_EXTERN char *curl_unescape(const char *string,
206 curl_unescape does not detect this, but instead returns a shortened C
1871 d curl_unescape pr * extproc('curl_unescape') char *
8891 - Renaud Duhaut corrected the curl_unescape man page.10974 - David Balazic pointed out that curl_unescape() didn't check that %-codes11890 to the application, as curl_escape() and curl_unescape() do.12083 are translated by curl_unescape().14017 - J�rn fixed the curl_unescape duplicate entry in lib/libcurl.def14476 - Talking with Jim Drash made me finally put the curl_escape and curl_unescape15109 * curl_unescape() could return a too long string16148 overflow in the curl_unescape() function for URL conversions. The main