/curl/docs/libcurl/opts/ |
H A D | CURLINFO_HTTPAUTH_AVAIL.md | 19 CURLINFO_HTTPAUTH_AVAIL - get available HTTP authentication methods 32 method(s) available according to the previous response. The meaning of the 50 /* extract the available authentication types */ 55 printf("No auth available, perhaps no 401?\n");
|
H A D | CURLINFO_PROXYAUTH_AVAIL.md | 18 CURLINFO_PROXYAUTH_AVAIL - get available HTTP proxy authentication methods 32 method(s) available according to the previous response. The meaning of the 51 /* extract the available proxy authentication types */ 56 printf("No proxy auth available, perhaps no 407?\n");
|
H A D | CURLOPT_PROXY_TLS13_CIPHERS.md | 86 OpenSSL support added in 7.61.0, available when built with OpenSSL \>= 1.1.1. 88 LibreSSL support added in 8.3.0, available when built with LibreSSL \>= 3.4.1. 90 mbedTLS support added in 8.10.0, available when built with mbedTLS \>= 3.6.0.
|
H A D | CURLOPT_TLS13_CIPHERS.md | 86 OpenSSL support added in 7.61.0, available when built with OpenSSL \>= 1.1.1. 88 LibreSSL support added in 8.3.0, available when built with LibreSSL \>= 3.4.1. 90 mbedTLS support added in 8.10.0, available when built with mbedTLS \>= 3.6.0.
|
H A D | CURLOPT_PROTOCOLS.md | 32 available protocols. 41 These are the available protocol defines:
|
H A D | CURLOPT_REDIR_PROTOCOLS.md | 33 control all available protocols. 48 These are the available protocol defines:
|
H A D | CURLOPT_PROXY_SSLVERSION.md | 37 Use one of the available defines for this purpose. The available options are:
|
/curl/lib/ |
H A D | md4.c | 439 unsigned long available = 64 - used; in MD4_Update() local 441 if(size < available) { in MD4_Update() 446 memcpy(&ctx->buffer[used], data, available); in MD4_Update() 447 data = (const unsigned char *)data + available; in MD4_Update() 448 size -= available; in MD4_Update() 462 unsigned long used, available; in MD4_Final() local 468 available = 64 - used; in MD4_Final() 470 if(available < 8) { in MD4_Final() 471 memset(&ctx->buffer[used], 0, available); in MD4_Final() 474 available = 64; in MD4_Final() [all …]
|
H A D | md5.c | 491 unsigned int available = 64 - used; in my_md5_update() local 493 if(size < available) { in my_md5_update() 498 memcpy(&ctx->buffer[used], data, available); in my_md5_update() 499 data = (const unsigned char *)data + available; in my_md5_update() 500 size -= available; in my_md5_update() 514 unsigned int used, available; in my_md5_final() local 521 available = 64 - used; in my_md5_final() 523 if(available < 8) { in my_md5_final() 524 memset(&ctx->buffer[used], 0, available); in my_md5_final() 527 available = 64; in my_md5_final() [all …]
|
/curl/tests/data/ |
H A D | test197 | 17 server not available 65 server not available
|
H A D | test195 | 11 REPLY PASS 530 temporarily not available
|
H A D | test854 | 27 POP3 LIST no messages available
|
H A D | test196 | 12 REPLY PASS 430 temporarily not available
|
H A D | test366 | 18 server not available
|
/curl/tests/libtest/ |
H A D | lib552.c | 134 size_t available = sizeof(databuf) - current_offset; /* What we have to in read_callback() local 136 size_t given = amount < available ? amount : available; /* What is given */ in read_callback()
|
/curl/docs/libcurl/ |
H A D | curl_global_sslset.md | 43 NULL-terminated list of available backends. The available backends are those 51 If the specified SSL backend is not available, the function returns 53 NULL-terminated list of available SSL backends. In this case, you may call the 115 /* list the available ones */
|
H A D | libcurl-easy.md | 32 are called from the library when data is available etc. For example 39 available options.
|
/curl/docs/cmdline-opts/ |
H A D | help.md | 28 category. Specify category `all` to list all available options. 30 If `category` is specified, curl displays all available help categories.
|
H A D | engine.md | 22 possibly none) of the engines may be available at runtime.
|
H A D | remote-time.md | 20 getting downloaded, and if that is available make the local file get that same
|
H A D | trace-config.md | 21 detailed output can be made available from. Names are case-insensitive.
|
H A D | curves.md | 21 (e.g. `X25519:P-521`). The parameter is available identically in the OpenSSL
|
/curl/CMake/ |
H A D | Macros.cmake | 12 # are also available at https://curl.se/docs/copyright.html. 24 # File defines convenience macros for available feature testing
|
H A D | CMakeConfigurableFile.in | 12 # are also available at https://curl.se/docs/copyright.html.
|
/curl/tests/ |
H A D | config.in | 12 # are also available at https://curl.se/docs/copyright.html.
|