Home
last modified time | relevance | path

Searched refs:curl_easy_escape (Results 1 – 25 of 28) sorted by relevance

12

/curl/tests/libtest/
H A Dlib543.c49 char *s = curl_easy_escape(easy, (const char *)a, asize); in test()
56 s = curl_easy_escape(easy, "", 0); in test()
61 s = curl_easy_escape(easy, " 123", 3); in test()
H A Dlib1537.c46 ptr = curl_easy_escape(NULL, (char *)a, asize); in test()
78 ptr = curl_easy_escape(NULL, (char *)a, -1); in test()
H A Dlib558.c47 ptr = curl_easy_escape(NULL, (char *)a, asize); in test()
H A Dlib509.c103 str = curl_easy_escape(curl, (char *)a, asize); /* uses realloc() */ in test()
/curl/docs/libcurl/
H A Dcurl_easy_escape.md4 Title: curl_easy_escape
18 curl_easy_escape - URL encode a string
25 char *curl_easy_escape(CURL *curl, const char *string, int length);
35 If *length* is set to 0 (zero), curl_easy_escape(3) uses strlen() on the input
44 encodings. curl_easy_escape(3) encodes the data byte-by-byte into the
49 The caller of curl_easy_escape(3) must make sure that the data passed in
56 entire URL string with curl_easy_escape(3), because it then also converts
72 char *output = curl_easy_escape(curl, "data to convert", 15);
H A Dcurl_escape.md29 Obsolete function. Use curl_easy_escape(3) instead.
58 Since 7.15.4, curl_easy_escape(3) should be used. This function might be
H A DMakefile.inc30 curl_easy_escape.3 \
H A Dcurl_free.md8 - curl_easy_escape (3)
H A Dcurl_unescape.md9 - curl_easy_escape (3)
H A Dcurl_easy_unescape.md8 - curl_easy_escape (3)
H A Dcurl_getdate.md10 - curl_easy_escape (3)
/curl/tests/data/
H A Dtest13965 curl_easy_escape
20 curl_easy_escape and curl_easy_unescape
H A Dtest5434 curl_easy_escape
18 curl_easy_escape
H A Dtest113550 curl_easy_escape
/curl/tests/unit/
H A Dunit1605.c53 esc = curl_easy_escape(easy, "", -1);
H A Dunit1396.c104 char *out = curl_easy_escape(hnd, list2[i].in, list2[i].inlen);
/curl/lib/
H A Descape.c46 return curl_easy_escape(NULL, string, inlength); in curl_escape()
58 char *curl_easy_escape(CURL *data, const char *string, in curl_easy_escape() function
H A Dlibcurl.def4 curl_easy_escape
H A Durlapi.c1565 allochost = curl_easy_escape(NULL, u->host, 0); in curl_url_get()
/curl/src/
H A Dtool_operhlp.c136 encfile = curl_easy_escape(curl, filep, 0 /* use strlen */); in add_file_name_to_url()
H A Dvar.c148 char *enc = curl_easy_escape(NULL, c, (int)clen); in varfunc()
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt74 SYMBOL_VECTOR=(curl_easy_escape=PROCEDURE)
75 SYMBOL_VECTOR=(CURL_EASY_ESCAPE/curl_easy_escape=PROCEDURE)
H A Dpcsi_gnv_curl_file_list.txt74 [gnv.usr.share.man.man3]curl_easy_escape.3
/curl/docs/libcurl/opts/
H A DCURLOPT_POSTFIELDS.md48 You can use curl_easy_escape(3) to URL encode your data, if
/curl/packages/OS400/
H A Dccsidcurl.c302 d = curl_easy_escape(handle, s, 0); in curl_easy_escape_ccsid()

Completed in 25 milliseconds

12