Home
last modified time | relevance | path

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

12

/curl/src/
H A Dtool_filetime.c56 curl_off_t converted = (curl_off_t)ft.dwLowDateTime in getfiletime() local
59 if(converted < CURL_OFF_T_C(116444736000000000)) in getfiletime()
62 *stamp = (converted - CURL_OFF_T_C(116444736000000000)) / 10000000; in getfiletime()
117 curl_off_t converted = ((curl_off_t)filetime * 10000000) + in setfiletime() local
120 ft.dwLowDateTime = (DWORD)(converted & 0xFFFFFFFF); in setfiletime()
121 ft.dwHighDateTime = (DWORD)(converted >> 32); in setfiletime()
/curl/tests/data/
H A Dtest12829 converted
54 converted
H A Dtest94131 converted
60 converted
H A Dtest114333 # that has to be converted to Windows paths
H A Dtest302235 # that has to be converted to Windows paths
H A Dtest302135 # that has to be converted to Windows paths
H A Dtest121333 # for normal server use, and we need to make sure it gets converted to
H A Dtest121433 # for normal server use, and we need to make sure it gets converted to
/curl/docs/libcurl/
H A Dcurl_mprintf.md73 that specifies how subsequent arguments are converted for output.
118 The value should be converted to its "alternate form".
126 The converted value is to be left adjusted on the field boundary. (The default
127 is right justification.) The converted value is padded on the right with
145 minimum field width. If the converted value has fewer characters than the
211 The int argument is converted to signed decimal notation. The precision, if
212 any, gives the minimum number of digits that must appear; if the converted
219 The unsigned int argument is converted to unsigned octal (o), unsigned decimal
223 of digits that must appear; if the converted value requires fewer digits, it
238 The double argument is converted in style f or e.
[all …]
H A Dcurl_escape.md33 a-z, A-Z or 0-9 are converted to their "URL escaped" version (**%NN** where
H A Dcurl_unescape.md35 encoded (%XX where XX is a two-digit hexadecimal number) are converted to
H A Dcurl_easy_unescape.md32 encoded (%XX where XX is a two-digit hexadecimal number) are converted to their
H A Dcurl_easy_escape.md32 A-Z, 0-9, '-', '.', '_' or '~' are converted to their "URL escaped" version
H A Dcurl_mime_encoder.md56 "*base64*": Data is converted to base64 encoding, then split in
H A Dcurl_url_get.md108 cannot be converted to IDN correctly, libcurl returns
207 The query part gets pluses converted to space when asked to URL decode on get
/curl/docs/libcurl/opts/
H A DCURLOPT_CONV_FROM_UTF8_FUNCTION.md38 The data to be converted is in a buffer pointed to by the *ptr* parameter.
40 converted data overlays the input data in the buffer pointed to by the ptr
H A DCURLOPT_CONV_TO_NETWORK_FUNCTION.md38 The data to be converted is in a buffer pointed to by the *ptr* parameter.
40 converted data overlays the input data in the buffer pointed to by the ptr
H A DCURLOPT_CONV_FROM_NETWORK_FUNCTION.md38 The data to be converted is in a buffer pointed to by the *ptr* parameter.
40 converted data overlays the input data in the buffer pointed to by the ptr
H A DCURLOPT_SERVER_RESPONSE_TIMEOUT.md76 converted to milliseconds is too large.
H A DCURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md78 converted to milliseconds is too large.
H A DCURLOPT_MIME_OPTIONS.md49 server-side applications that have not yet have been converted.
H A DCURLOPT_CONNECTTIMEOUT.md87 value or a value that when converted to milliseconds is too large.
H A DCURLOPT_TIMEOUT.md89 value or a value that when converted to milliseconds is too large.
/curl/docs/cmdline-opts/
H A Durl.md31 **WARNING**: On Windows, particular `file://` accesses can be converted to
H A Dproxy.md45 converted to HTTP. It means that certain protocol specific operations might

Completed in 25 milliseconds

12