Home
last modified time | relevance | path

Searched refs:curl_easy_unescape (Results 1 – 18 of 18) sorted by relevance

/curl/tests/data/
H A Dtest13966 curl_easy_unescape
20 curl_easy_escape and curl_easy_unescape
H A Dtest113552 curl_easy_unescape
/curl/docs/libcurl/
H A Dcurl_easy_unescape.md4 Title: curl_easy_unescape
17 curl_easy_unescape - URL decode a string
24 char *curl_easy_unescape(CURL *curl, const char *input,
35 If the **length** argument is set to 0 (zero), curl_easy_unescape(3)
60 char *decoded = curl_easy_unescape(curl, "%63%75%72%6c", 12, &decodelen);
H A Dcurl_unescape.md10 - curl_easy_unescape (3)
31 Deprecated. Use curl_easy_unescape(3) instead.
65 Since 7.15.4, curl_easy_unescape(3) should be used. This function might
H A DMakefile.inc45 curl_easy_unescape.3 \
H A Dcurl_free.md9 - curl_easy_unescape (3)
H A Dcurl_easy_escape.md8 - curl_easy_unescape (3)
H A Dcurl_getdate.md11 - curl_easy_unescape (3)
/curl/tests/libtest/
H A Dlib1537.c58 raw = curl_easy_unescape(NULL, ptr, (int)strlen(ptr), &outlen); in test()
83 ptr = curl_easy_unescape(NULL, (char *)"moahahaha", -1, &outlen); in test()
/curl/tests/unit/
H A Dunit1605.c56 esc = curl_easy_unescape(easy, "%41%41%41%41", -1, &len);
H A Dunit1396.c88 char *out = curl_easy_unescape(hnd,
/curl/lib/
H A Descape.c52 return curl_easy_unescape(NULL, string, length, NULL); in curl_unescape()
181 char *curl_easy_unescape(CURL *data, const char *string, in curl_easy_unescape() function
H A Dlibcurl.def19 curl_easy_unescape
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt78 SYMBOL_VECTOR=(curl_easy_unescape=PROCEDURE)
79 SYMBOL_VECTOR=(CURL_EASY_UNESCAPE/curl_easy_unescape=PROCEDURE)
H A Dpcsi_gnv_curl_file_list.txt84 [gnv.usr.share.man.man3]curl_easy_unescape.3
/curl/packages/OS400/
H A Dccsidcurl.c332 d = curl_easy_unescape(handle, s, 0, outlength); in curl_easy_unescape_ccsid()
H A Dcurl.inc.in2737 d curl_easy_unescape...
2738 d pr * extproc('curl_easy_unescape') char *
/curl/include/curl/
H A Dcurl.h2685 CURL_EXTERN char *curl_easy_unescape(CURL *handle,

Completed in 172 milliseconds