Searched refs:names (Results 1 – 25 of 89) sorted by relevance
1234
/curl/lib/ |
H A D | optiontable.pl | 62 push @names, $name; 112 push @names, $o, 118 for my $name (sort @names) {
|
H A D | socks_sspi.c | 85 SecPkgCredentials_Names names; in Curl_SOCKS5_gssapi_negotiate() local 327 &names); in Curl_SOCKS5_gssapi_negotiate() 331 Curl_pSecFn->FreeContextBuffer(names.sUserName); in Curl_SOCKS5_gssapi_negotiate() 337 char *user_utf8 = curlx_convert_tchar_to_UTF8(names.sUserName); in Curl_SOCKS5_gssapi_negotiate() 342 Curl_pSecFn->FreeContextBuffer(names.sUserName); in Curl_SOCKS5_gssapi_negotiate()
|
H A D | smb.c | 374 static const char * const names[] = { in conn_state() local 385 (void *)smbc, names[smbc->state], names[newstate]); in conn_state() 397 static const char * const names[] = { in request_state() local 411 (void *)req, names[req->state], names[newstate]); in request_state()
|
/curl/docs/libcurl/ |
H A D | curl_global_trace.md | 53 The *config* string is a list of comma-separated component names. Names are 54 case-insensitive and unknown names are ignored. The special name "all" applies 58 The list of component names is not part of curl's public API. Names may be 59 added or disappear in future versions of libcurl. Since unknown names are 61 upgrading libcurl. Given that, some names can be expected to be fairly stable 97 configured. You can then see all names involved in your libcurl version in the 122 Besides the specific component names there are the following group names
|
H A D | curl_version_info.md | 107 const char *const *feature_names; /* Feature names. */ 131 *feature_names* instead. The feature names description below lists the 135 names of the features that libcurl supports. The array is terminated by a NULL 136 entry. See the list of features names below. 148 names protocols that libcurl supports (using lowercase letters). The protocol 149 names are the same as would be used in URLs. The array is terminated by a NULL 233 libcurl was built with support for IDNA, domain names with international
|
/curl/.github/scripts/ |
H A D | badwords.txt | 51 host names\b:hostnames 53 file names\b:filenames 55 \buser names\b:usernames
|
/curl/tests/data/ |
H A D | test1177 | 17 Verify that feature names and CURL_VERSION_* in lib and docs are in sync
|
H A D | test1421 | 33 Re-using HTTP proxy connection for two different host names
|
/curl/docs/cmdline-opts/ |
H A D | ipv4.md | 11 Help: Resolve names to IPv4 addresses
|
H A D | form-escape.md | 18 Pass on names of multipart form fields and files using backslash-escaping
|
H A D | ipv6.md | 11 Help: Resolve names to IPv6 addresses
|
H A D | trace-config.md | 24 In addition to trace component names, specify `ids` and `time` to avoid extra
|
H A D | interface.md | 43 curl does not support using network interface names for this option on
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_DEFAULT_PROTOCOL.md | 35 Use one of these protocol (scheme) names: 44 curl_version_info(3) if you need a list of protocol names supported by the
|
H A D | CURLOPT_DIRLISTONLY.md | 19 CURLOPT_DIRLISTONLY - ask for names only in a directory listing 32 names of files in a directory, rather than performing a full directory listing
|
H A D | CURLOPT_SERVICE_NAME.md | 37 service names are "ftp", "HTTP", "imap", "ldap", "pop" and "smtp". This option
|
H A D | CURLOPT_RESOLVE.md | 50 Specify the host as a single ampersand (`*`) to match all names. This wildcard 68 To remove names from the DNS cache again, to stop providing these fake
|
/curl/CMake/ |
H A D | FindBearSSL.cmake | 35 # - `BEARSSL_LIBRARIES`: The BearSSL library names.
|
H A D | FindBrotli.cmake | 36 # - `BROTLI_LIBRARIES`: The brotli library names.
|
H A D | FindQuiche.cmake | 35 # - `QUICHE_LIBRARIES`: The quiche library names.
|
H A D | FindWolfSSH.cmake | 35 # - `WOLFSSH_LIBRARIES`: The wolfSSH library names.
|
H A D | FindLibpsl.cmake | 35 # - `LIBPSL_LIBRARIES`: The libpsl library names.
|
/curl/packages/vms/ |
H A D | curl_gnv_build_steps.txt | 44 an ODS-5 volume(s) which are referenced by concealed rooted logical names. 72 Then a local copy of the GNU/GNV$GNU logical names can be set up as a search 107 different names on VMS than on Unix. The Bash environment variable 133 The pcsi_product_gnv_curl.com needs the following logical names which 206 Note that it requires manually creating two logical names as described 254 logical names SRC_ROOT1 and VMS_ROOT1 to work around this to
|
/curl/LICENSES/ |
H A D | BSD-3-Clause.txt | 9 3. Neither the name of the copyright holder nor the names of its contributors may be used to endors…
|
/curl/docs/ |
H A D | THANKS-filter | 25 # This is a list of names we have recorded that already are thanked 26 # appropriately in THANKS. This list contains variations of their names and 29 # When removing dupes that are not identical names from THANKS, add a line
|
Completed in 46 milliseconds
1234