Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 25 of 36) sorted by relevance

12

/curl/docs/libcurl/opts/
H A DCURLINFO_FTP_ENTRY_PATH.md16 CURLINFO_FTP_ENTRY_PATH - get entry path in FTP server
29 path of the entry path. That is the initial path libcurl ended up in when
50 /* extract the entry path */
H A DCURLOPT_HSTS.md43 The HSTS cache is saved to and loaded from a text file with one entry per
48 [host] is the domain name for the entry and the name is dot-prefixed if it is
49 an entry valid for all subdomains to the name as well or only for the exact
52 [stamp] is the time (in UTC) when the entry expires and it uses the format
H A DCURLOPT_RESOLVE.md52 The optional leading "+" specifies that the new entry should time-out. Entries
56 If the DNS cache already has an entry for the given host+port pair, the new
57 entry overrides the former one.
69 The entry to remove must be prefixed with a dash, and the hostname and port
106 Support for providing multiple IP addresses per entry was added in 7.59.0.
H A DCURLOPT_ALTSVC.md57 A text based file with one line per alt-svc entry and each line consists of
92 Expiration date and time of this entry within double quotes. The date format
97 Boolean (1 or 0) if "persist" was set for this entry
H A DCURLOPT_HSTSWRITEFUNCTION.md33 size_t index; /* the provided entry's "index" or count */
55 terminated. The *includeSubDomains* field is non-zero if the entry matches
H A DCURLMOPT_PIPELINING_SITE_BL.md31 Pass a **hosts** array of char *, ending with a NULL entry. This is a list
H A DCURLMOPT_PIPELINING_SERVER_BL.md31 Pass a **servers** array of char *, ending with a NULL entry. This is a list
H A DCURLOPT_HSTSREADFUNCTION.md55 no entry to return. It can also return *CURLSTS_FAIL* to signal
/curl/docs/examples/
H A Dhsts-preload.c32 struct entry { struct
37 static const struct entry preload_hosts[] = { argument
/curl/lib/
H A Ddynhds.c169 struct dynhds_entry *entry = NULL; in Curl_dynhds_add() local
178 entry = entry_new(name, namelen, value, valuelen, dynhds->opts); in Curl_dynhds_add()
179 if(!entry) in Curl_dynhds_add()
200 dynhds->hds[dynhds->hds_len++] = entry; in Curl_dynhds_add()
201 entry = NULL; in Curl_dynhds_add()
206 if(entry) in Curl_dynhds_add()
207 entry_free(entry); in Curl_dynhds_add()
H A Dasyn-thread.c734 struct Curl_dns_entry **entry, in thread_wait_resolv() argument
755 if(entry) in thread_wait_resolv()
761 if(entry) in thread_wait_resolv()
769 if(entry) in thread_wait_resolv()
770 *entry = data->state.async.dns; in thread_wait_resolv()
824 struct Curl_dns_entry **entry) in Curl_resolver_wait_resolv() argument
826 return thread_wait_resolv(data, entry, TRUE); in Curl_resolver_wait_resolv()
835 struct Curl_dns_entry **entry) in Curl_resolver_is_resolved() argument
840 DEBUGASSERT(entry); in Curl_resolver_is_resolved()
841 *entry = NULL; in Curl_resolver_is_resolved()
[all …]
H A Dmulti.c2974 if(entry) {
2987 if(!entry)
2994 entry->readers--;
2996 entry->writers--;
2998 entry->readers++;
3000 entry->writers++;
3004 entry->users++;
3062 if(entry) {
3065 entry->users--;
3126 if(entry) {
[all …]
H A Dfile.c605 struct dirent *entry; in file_do() local
612 while((entry = readdir(dir))) { in file_do()
613 if(entry->d_name[0] != '.') { in file_do()
615 entry->d_name, strlen(entry->d_name)); in file_do()
H A Dasyn-ares.c450 struct Curl_dns_entry **entry) in Curl_resolver_wait_resolv() argument
456 DEBUGASSERT(entry); in Curl_resolver_wait_resolv()
457 *entry = NULL; /* clear on entry */ in Curl_resolver_wait_resolv()
495 result = Curl_resolver_is_resolved(data, entry); in Curl_resolver_wait_resolv()
522 if(entry) in Curl_resolver_wait_resolv()
523 *entry = data->state.async.dns; in Curl_resolver_wait_resolv()
H A Dhttp_aws_sigv4.c500 int entry = 0; in canon_query() local
511 entry++; in canon_query()
522 } while(entry < MAX_QUERYPAIRS); in canon_query()
523 if(entry == MAX_QUERYPAIRS) { in canon_query()
529 qsort(&array[0], entry, sizeof(struct pair), compare_func); in canon_query()
532 for(i = 0; !result && (i < entry); i++, ap++) { in canon_query()
542 if(!result && i < entry - 1) { in canon_query()
H A Dhostip.c683 struct Curl_dns_entry **entry) in Curl_resolv() argument
697 *entry = NULL; in Curl_resolv()
846 *entry = dns; in Curl_resolv()
890 struct Curl_dns_entry **entry, in Curl_resolv_timeout() argument
908 *entry = NULL; in Curl_resolv_timeout()
923 return Curl_resolv(data, hostname, port, TRUE, entry); in Curl_resolv_timeout()
987 rc = Curl_resolv(data, hostname, port, TRUE, entry); in Curl_resolv_timeout()
/curl/tests/libtest/
H A Dlib1915.c30 struct entry { struct
35 static const struct entry preload_hosts[] = { argument
/curl/tests/data/
H A Dtest155721 Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry
/curl/packages/OS400/
H A Dos400sys.c661 Curl_ldap_get_values_len_a(void *ld, LDAPMessage *entry, const char *attr) in Curl_ldap_get_values_len_a() argument
682 result = ldap_get_values_len(ld, entry, cp); in Curl_ldap_get_values_len_a()
698 Curl_ldap_get_dn_a(void *ld, LDAPMessage *entry) in Curl_ldap_get_dn_a() argument
704 cp = ldap_get_dn(ld, entry); in Curl_ldap_get_dn_a()
729 LDAPMessage *entry, BerElement **berptr) in Curl_ldap_first_attribute_a() argument
735 cp = ldap_first_attribute(ld, entry, berptr); in Curl_ldap_first_attribute_a()
760 LDAPMessage *entry, BerElement *berptr) in Curl_ldap_next_attribute_a() argument
766 cp = ldap_next_attribute(ld, entry, berptr); in Curl_ldap_next_attribute_a()
/curl/docs/cmdline-opts/
H A Dresolve.md34 By prefixing the host with a '+' you can make the entry time out after curl's
42 Support for providing multiple IP addresses per entry was added in 7.59.0.
H A Dhsts.md25 entry has an individual life time after which the upgrade is no longer
/curl/lib/vtls/
H A Dschannel_verify.c432 const CERT_ALT_NAME_ENTRY *entry = &alt_name_info->rgAltEntry[i]; in cert_get_name_string() local
436 if(entry->dwAltNameChoice != CERT_ALT_NAME_DNS_NAME) { in cert_get_name_string()
439 if(!entry->pwszDNSName) { in cert_get_name_string()
443 current_length = wcslen(entry->pwszDNSName) + 1; in cert_get_name_string()
453 dns_w = entry->pwszDNSName; in cert_get_name_string()
H A Dcipher_suite.c727 const char *entry, *cur; in cs_str_to_zip() local
748 for(idx = 1, entry = cs_txt + 1; idx < CS_TXT_LEN; idx++) { in cs_str_to_zip()
749 size_t elen = strlen(entry); in cs_str_to_zip()
750 if(elen == len && strncasecompare(entry, cur, len)) in cs_str_to_zip()
752 entry += elen + 1; in cs_str_to_zip()
775 const char *entry; in cs_zip_to_str() local
798 for(idx = 1, entry = cs_txt + 1; idx < indexes[i]; idx++) { in cs_zip_to_str()
799 size_t elen = strlen(entry); in cs_zip_to_str()
800 entry += elen + 1; in cs_zip_to_str()
805 r = msnprintf(&buf[len], buf_size - len, "%c%s", separator, entry); in cs_zip_to_str()
[all …]
/curl/packages/vms/
H A Dgenerate_vax_transfer.com226 ; case transfer vectors, with exact case entry symbols.
229 ; vectors for both upper and exact case, and then additional entry points
238 ; Macro to generate a transfer vector entry
258 ; Macro to reserve a spare entry.
/curl/docs/libcurl/
H A Dcurl_multi_get_handles.md34 but with only a single NULL pointer entry.

Completed in 64 milliseconds

12