Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 191) sorted by relevance

12345678

/curl/docs/libcurl/opts/
H A DCURLINFO_HTTPAUTH_AVAIL.md19 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 DCURLINFO_PROXYAUTH_AVAIL.md18 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 DCURLOPT_PROXY_TLS13_CIPHERS.md86 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 DCURLOPT_TLS13_CIPHERS.md86 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 DCURLOPT_PROTOCOLS.md32 available protocols!
41 These are the available protocol defines:
H A DCURLOPT_REDIR_PROTOCOLS.md33 control all available protocols!
48 These are the available protocol defines:
H A DCURLOPT_PROXY_SSLVERSION.md37 Use one of the available defines for this purpose. The available options are:
/curl/lib/
H A Dmd4.c439 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 Dmd5.c486 unsigned long available = 64 - used; in my_md5_update() local
488 if(size < available) { in my_md5_update()
493 memcpy(&ctx->buffer[used], data, available); in my_md5_update()
494 data = (const unsigned char *)data + available; in my_md5_update()
495 size -= available; in my_md5_update()
509 unsigned long used, available; in my_md5_final() local
515 available = 64 - used; in my_md5_final()
517 if(available < 8) { in my_md5_final()
518 memset(&ctx->buffer[used], 0, available); in my_md5_final()
521 available = 64; in my_md5_final()
[all …]
/curl/tests/data/
H A Dtest19717 server not available
65 server not available
H A Dtest19511 REPLY PASS 530 temporarily not available
H A Dtest85427 POP3 LIST no messages available
H A Dtest19612 REPLY PASS 430 temporarily not available
H A Dtest36618 server not available
H A Dtest19817 server not available
/curl/tests/libtest/
H A Dlib552.c134 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 Dcurl_global_sslset.md43 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 Dlibcurl-easy.md32 are called from the library when data is available etc. For example
39 available options.
/curl/docs/cmdline-opts/
H A Dhelp.md28 category. Specify category `all` to list all available options.
30 If `category` is specified, curl displays all available help categories.
H A Dengine.md22 possibly none) of the engines may be available at runtime.
H A Dremote-time.md20 getting downloaded, and if that is available make the local file get that same
H A Dtrace-config.md21 detailed output can be made available from. Names are case-insensitive.
/curl/CMake/
H A DMacros.cmake12 # are also available at https://curl.se/docs/copyright.html.
24 # File defines convenience macros for available feature testing
H A DCMakeConfigurableFile.in12 # are also available at https://curl.se/docs/copyright.html.
/curl/tests/
H A Dconfig.in12 # are also available at https://curl.se/docs/copyright.html.

Completed in 45 milliseconds

12345678