/curl/scripts/ |
H A D | cdall | 28 sub convert { subroutine 43 convert($d);
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CONV_FROM_UTF8_FUNCTION.md | 17 CURLOPT_CONV_FROM_UTF8_FUNCTION - convert data from UTF8 to host encoding 39 The amount of data to convert is indicated by the *length* parameter. The 81 /* in-place convert 'buffer' from UTF-8 to EBCDIC */
|
H A D | CURLOPT_CONV_TO_NETWORK_FUNCTION.md | 17 CURLOPT_CONV_TO_NETWORK_FUNCTION - convert data to network from host encoding 39 The amount of data to convert is indicated by the *length* parameter. The 83 /* in-place convert 'buffer' from EBCDIC to ASCII */
|
H A D | CURLOPT_CONV_FROM_NETWORK_FUNCTION.md | 17 CURLOPT_CONV_FROM_NETWORK_FUNCTION - convert data from network to host encoding 39 The amount of data to convert is indicated by the *length* parameter. The 85 /* in-place convert 'buffer' from ASCII to EBCDIC */
|
H A D | CURLOPT_HTTPPROXYTUNNEL.md | 43 libcurl convert non-HTTP requests to HTTP when using an HTTP proxy without
|
H A D | CURLOPT_POSTREDIR.md | 36 6.4.2 to 6.4.4) and not convert POST requests into GET requests when following
|
H A D | CURLOPT_PINNEDPUBLICKEY.md | 106 # convert public key from pem to der
|
H A D | CURLOPT_PROXY_PINNEDPUBLICKEY.md | 103 # convert public key from pem to der
|
H A D | CURLOPT_POSTFIELDS.md | 35 encoded the way you want the server to receive it. libcurl does not convert or
|
/curl/tests/server/ |
H A D | tftpd.c | 233 static void read_ahead(struct testcase *test, int convert); 235 static ssize_t write_behind(struct testcase *test, int convert); 343 int convert /* if true, convert to ASCII */) in readit() argument 352 read_ahead(test, convert); /* fill it */ in readit() 363 int convert /* if true, convert to ASCII */) in read_ahead() argument 378 if(convert == 0) { in read_ahead() 423 int ct, int convert) in writeit() argument 428 write_behind(test, convert); /* flush it */ in writeit() 440 static ssize_t write_behind(struct testcase *test, int convert) in write_behind() argument 477 if(convert == 0) in write_behind()
|
/curl/tests/data/ |
H A D | test203 | 28 # Needed for MSYS2 to not convert
|
H A D | test1162 | 35 # Needed for MSYS2 to not convert backslash to forward slash
|
H A D | test214 | 35 # Needed for MSYS2 to not convert all backslashes to forward slashes
|
H A D | test1213 | 32 # the thing here is that this sloppy form is accepted and we convert it
|
H A D | test1214 | 32 # the thing here is that this sloppy form is accepted and we convert it
|
/curl/docs/cmdline-opts/ |
H A D | post303.md | 20 Violate RFC 7231/6.4.4 and do not convert POST requests into GET requests when
|
H A D | post301.md | 20 Respect RFC 7231/6.4.2 and do not convert POST requests into GET requests when
|
H A D | post302.md | 20 Respect RFC 7231/6.4.3 and do not convert POST requests into GET requests when
|
H A D | data.md | 48 command line. curl does not convert, change or improve it. It is up to the
|
/curl/packages/OS400/ |
H A D | ccsidcurl.c | 108 convert(char *d, size_t dlen, int dccsid, in convert() function 180 l = convert(d, dlen, dccsid, s, slen, sccsid); in dynconvert() 192 int l2 = convert(d + l, dlen - l, dccsid, &nullbyte, -1, ASCII_CCSID); in dynconvert() 253 if(convert(ebcdic, i, ccsid, ascii, -1, ASCII_CCSID) < 0) in keyed_string() 400 int l = convert(*bufp, *left, ccsid, *stringp, -1, ASCII_CCSID); in convert_version_info_string() 720 l = convert(cp, MAX_CONV_EXPANSION * l, ASCII_CCSID, in Curl_formadd_convert() 1040 l = convert(b, MAX_CONV_EXPANSION * len, p->ccsid, buf, len, ASCII_CCSID); in Curl_formget_callback_ccsid() 1237 pfsize = convert(cp, pfsize, ASCII_CCSID, s, len, ccsid); in curl_easy_setopt_ccsid() 1273 pfsize = convert(cp, pfsize, ASCII_CCSID, bp->data, bp->len, ccsid); in curl_easy_setopt_ccsid()
|
/curl/docs/libcurl/ |
H A D | curl_escape.md | 48 char *output = curl_escape("data to convert", 15);
|
H A D | curl_easy_escape.md | 72 char *output = curl_easy_escape(curl, "data to convert", 15);
|
H A D | curl_getdate.md | 19 curl_getdate - convert date string to number of seconds
|
/curl/packages/OS400/rpg-examples/ |
H A D | HTTPPOST | 88 // Avoid server to convert base64 to text.
|
/curl/docs/ |
H A D | mk-ca-bundle.md | 14 mk-ca-bundle - convert Mozilla's certificate bundle to PEM format
|