Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 25 of 29) 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
51 converted
H A Dtest94131 converted
59 converted
H A Dtest114333 # that has to be converted to Windows paths
H A Dtest302135 # that has to be converted to Windows paths
H A Dtest302235 # 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/m4/
H A Dxc-translit.m431 dnl converted to the underscore '_' character.
56 dnl converted to the underscore '_' character.
84 dnl converted to the underscore '_' character and alnum
85 dnl characters are converted to uppercase.
115 dnl converted to the underscore '_' character and alnum
116 dnl characters are converted to uppercase.
/curl/docs/libcurl/
H A Dcurl_mprintf.md72 that specifies how subsequent arguments are converted for output.
117 The value should be converted to its "alternate form".
125 The converted value is to be left adjusted on the field boundary. (The default
126 is right justification.) The converted value is padded on the right with
144 minimum field width. If the converted value has fewer characters than the
210 The int argument is converted to signed decimal notation. The precision, if
211 any, gives the minimum number of digits that must appear; if the converted
218 The unsigned int argument is converted to unsigned octal (o), unsigned decimal
222 of digits that must appear; if the converted value requires fewer digits, it
237 The double argument is converted in style f or e.
[all …]
H A Dcurl_escape.md32 a-z, A-Z or 0-9 are converted to their "URL escaped" version (**%NN** where
H A Dcurl_unescape.md34 encoded (%XX where XX is a two-digit hexadecimal number) are converted to
H A Dcurl_easy_unescape.md31 encoded (%XX where XX is a two-digit hexadecimal number) are converted to their
H A Dcurl_easy_escape.md30 a-z, A-Z, 0-9, '-', '.', '_' or '~' are converted to their "URL escaped"
H A Dcurl_mime_encoder.md55 "*base64*": Data is converted to base64 encoding, then split in
/curl/docs/libcurl/opts/
H A DCURLOPT_CONV_FROM_NETWORK_FUNCTION.md37 The data to be converted is in a buffer pointed to by the *ptr* parameter.
39 converted data overlays the input data in the buffer pointed to by the ptr
H A DCURLOPT_CONV_FROM_UTF8_FUNCTION.md37 The data to be converted is in a buffer pointed to by the *ptr* parameter.
39 converted data overlays the input data in the buffer pointed to by the ptr
H A DCURLOPT_CONV_TO_NETWORK_FUNCTION.md37 The data to be converted is in a buffer pointed to by the *ptr* parameter.
39 converted data overlays the input data in the buffer pointed to by the ptr
H A DCURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md77 converted to milliseconds is too large.
H A DCURLOPT_SERVER_RESPONSE_TIMEOUT.md78 converted to milliseconds is too large.
H A DCURLOPT_MIME_OPTIONS.md48 server-side applications that have not yet have been converted.
H A DCURLOPT_CONNECTTIMEOUT.md86 value or a value that when converted to milliseconds is too large.
H A DCURLOPT_TIMEOUT.md88 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 62 milliseconds

12