Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 81) sorted by relevance

1234

/curl/.github/scripts/
H A Dbadwords.txt39 \bit's:it is
62 \b32bit=32-bit
63 \b64bit=64-bit
64 32 bit\b=32-bit
65 64 bit\b=64-bit
66 64-bits:64 bits or 64-bit
67 32-bits:32 bits or 32-bit
/curl/docs/libcurl/
H A Dcurl_version_info.md182 *features* mask bit: non-existent
204 *features* mask bit: CURL_VERSION_HSTS
231 *features* mask bit: CURL_VERSION_IDN
238 *features* mask bit: CURL_VERSION_IPV6
257 *features* mask bit: CURL_VERSION_LIBZ
271 *features* mask bit: CURL_VERSION_NTLM
284 *features* mask bit: CURL_VERSION_PSL
299 *features* mask bit: CURL_VERSION_SSL
305 *features* mask bit: CURL_VERSION_SSPI
349 *features* mask bit: CURL_VERSION_ZSTD
[all …]
H A Dcurl_global_init.md42 The flags option is a bit pattern that tells libcurl exactly what features to
51 If this is not thread-safe (the bit mentioned above is not set), you must not
79 The implication here is that if this bit is not set, the initialization of the
91 The implication here is that if this bit is not set, the initialization of
98 Initialize nothing extra. This sets no bit.
107 This bit has no point since 7.69.0 but its behavior is instead the default.
H A Dcurl_mime_encoder.md51 "*8bit*": header added, no data change.
53 "*7bit*": the data is unchanged, but is each byte is checked
54 to be a 7-bit value; if not, a read error occurs.
H A Dcurl_ws_send.md43 invoke, set the *CURLWS_OFFSET* bit and the *fragsize* argument as the
53 To send a message consisting of multiple frames, set the *CURLWS_CONT* bit
75 another fragment coming as part of the same message where this bit is not set.
H A Dcurl_getdate.md126 On systems with a signed 32-bit time_t: if the year is larger than 2037 or
129 On systems with an unsigned 32-bit time_t: if the year is larger than 2106 or
132 On systems with 64-bit time_t: if the year is less than 1583, this function
H A Dcurl_url_get.md72 bit is set.
97 If libcurl is built without IDN capabilities, using this bit makes
111 If libcurl is built without IDN capabilities, using this bit makes
208 with the CURLU_URLDECODE bit.
/curl/tests/data/
H A Dtest64924 SMTP multipart with 7bit encoder error
33 …rom sender@example.com -F '=This is valid;encoder=7bit' -F "=@%LOGDIR/test%TESTNUMBER.txt;encoder=…
38 It contains at least an 8-bit byte value.
H A Dtest51738 # 2147483647") for 32bit time_t, but since some systems have 64bit time_t and
39 # handles this (returning 3939840000), and some 64bit-time_t systems don't
H A Dtest230751 # PONG with no data and the 32 bit mask
H A Dtest230250 # PONG with no data and the 32 bit mask
H A Dtest140439 …est%TESTNUMBER.txt,%LOGDIR/test%TESTNUMBER.txt;type=magic/content;encoder=8bit,%LOGDIR/test%TESTNU…
76 Content-Transfer-Encoding: 8bit
140 curl_mime_encoder(part2, "8bit");
H A Dtest230450 # PONG with no data and the 32 bit mask
/curl/docs/libcurl/opts/
H A DCURLMOPT_PIPELINING.md45 This bit is deprecated and has no effect since version 7.62.0.
49 If this bit is set, libcurl tries to multiplex the new transfer over an
71 The multiplex support bit was added in 7.43.0. HTTP/1 Pipelining support was
H A DCURLOPT_POSTREDIR.md34 301, 302 or 303 response back. A parameter with bit 0 set (value
37 a 301 redirection. Setting bit 1 (value **CURL_REDIR_POST_302**) makes
38 libcurl maintain the request method after a 302 redirect whilst setting bit 2
H A DCURLOPT_ALTSVC_CTRL.md52 Setting any bit enables the alt-svc engine.
67 was also built to actually support HTTP/2, otherwise this bit is ignored.
72 was also built to actually support HTTP/3, otherwise this bit is ignored.
H A DCURLINFO_FILETIME_T.md43 bit long variables to extract dates outside of the 32-bit timestamp range.
H A DCURLOPT_TIMEVALUE.md33 On systems with 32-bit 'long' variables (such as Windows), this option cannot
H A DCURLOPT_PROXYPORT.md41 While this accepts a 'long', the port number is 16 bit so it cannot be larger
H A DCURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md34 string should be the 128 bit MD5 checksum of the remote host's public key, and
/curl/lib/
H A Dcurl_setup_once.h253 typedef bool bit; typedef
256 typedef unsigned int bit; typedef
257 #define BIT(x) bit x:1
/curl/docs/cmdline-opts/
H A Dhostpubmd5.md20 bit **MD5** checksum of the remote host's public key, curl refuses the
/curl/projects/
H A Dbuild-wolfssl.bat203 rem Perform 64-bit Debug Build
214 rem Perform 64-bit Release Build
232 rem Perform 32-bit Debug Build
243 rem Perform 32-bit Release Build
360 echo x86 - Perform a 32-bit build
361 echo x64 - Perform a 64-bit build
404 echo Error: %VC_DESC% does not support 64-bit builds
H A Dbuild-openssl.bat273 rem Configuring 64-bit Static Library Debug Build
282 rem Configuring 64-bit Shared Library Debug Build
293 rem Configuring 64-bit Static Library Release Build
302 rem Configuring 64-bit Shared Library Release Build
320 rem Configuring 32-bit Static Library Debug Build
329 rem Configuring 32-bit Shared Library Debug Build
340 rem Configuring 32-bit Static Library Release Build
349 rem Configuring 32-bit Shared Library Release Build
671 echo x86 - Perform a 32-bit build
672 echo x64 - Perform a 64-bit build
[all …]
/curl/packages/vms/
H A Dbuild_vms.com20 $! 64 Compile with 64-bit pointers.
23 $! Currently curl is not building properly with 64-bit pointers
24 $! on VMS because it is trying to cast pointers to 32-bit
26 $! do not yet support 64-bit pointers.
234 $! There is no 7.4, so that simplifies the parse a bit.

Completed in 32 milliseconds

1234