Home
last modified time | relevance | path

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

12

/curl/scripts/
H A Dcdall28 sub convert { subroutine
43 convert($d);
/curl/docs/libcurl/opts/
H A DCURLOPT_CONV_FROM_UTF8_FUNCTION.md17 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 DCURLOPT_CONV_TO_NETWORK_FUNCTION.md17 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 DCURLOPT_CONV_FROM_NETWORK_FUNCTION.md17 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 DCURLOPT_HTTPPROXYTUNNEL.md43 libcurl convert non-HTTP requests to HTTP when using an HTTP proxy without
H A DCURLOPT_POSTREDIR.md36 6.4.2 to 6.4.4) and not convert POST requests into GET requests when following
H A DCURLOPT_PINNEDPUBLICKEY.md106 # convert public key from pem to der
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md103 # convert public key from pem to der
H A DCURLOPT_POSTFIELDS.md35 encoded the way you want the server to receive it. libcurl does not convert or
/curl/tests/server/
H A Dtftpd.c233 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 Dtest20328 # Needed for MSYS2 to not convert
H A Dtest116235 # Needed for MSYS2 to not convert backslash to forward slash
H A Dtest21435 # Needed for MSYS2 to not convert all backslashes to forward slashes
H A Dtest121332 # the thing here is that this sloppy form is accepted and we convert it
H A Dtest121432 # the thing here is that this sloppy form is accepted and we convert it
/curl/docs/cmdline-opts/
H A Dpost303.md20 Violate RFC 7231/6.4.4 and do not convert POST requests into GET requests when
H A Dpost301.md20 Respect RFC 7231/6.4.2 and do not convert POST requests into GET requests when
H A Dpost302.md20 Respect RFC 7231/6.4.3 and do not convert POST requests into GET requests when
H A Ddata.md48 command line. curl does not convert, change or improve it. It is up to the
/curl/packages/OS400/
H A Dccsidcurl.c108 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 Dcurl_escape.md48 char *output = curl_escape("data to convert", 15);
H A Dcurl_easy_escape.md72 char *output = curl_easy_escape(curl, "data to convert", 15);
H A Dcurl_getdate.md19 curl_getdate - convert date string to number of seconds
/curl/packages/OS400/rpg-examples/
H A DHTTPPOST88 // Avoid server to convert base64 to text.
/curl/docs/
H A Dmk-ca-bundle.md14 mk-ca-bundle - convert Mozilla's certificate bundle to PEM format

Completed in 30 milliseconds

12