#include "setup.h"
#include "hash.h"
Go to the source code of this file.
|
void | Curl_global_host_cache_init (void) |
|
void | Curl_global_host_cache_dtor (void) |
|
curl_hash * | Curl_global_host_cache_get (void) |
|
int | Curl_resolv (struct connectdata *conn, char *hostname, int port, struct Curl_dns_entry **dnsentry) |
|
CURLcode | Curl_is_resolved (struct connectdata *conn, struct Curl_dns_entry **dns) |
|
CURLcode | Curl_wait_for_resolv (struct connectdata *conn, struct Curl_dns_entry **dnsentry) |
|
CURLcode | Curl_multi_ares_fdset (struct connectdata *conn, fd_set *read_fd_set, fd_set *write_fd_set, int *max_fdp) |
|
void | Curl_resolv_unlock (struct SessionHandle *data, struct Curl_dns_entry *dns) |
|
void | Curl_scan_cache_used (void *user, void *ptr) |
|
void | Curl_freeaddrinfo (Curl_addrinfo *freeaddr) |
|
void | Curl_freednsinfo (void *freethis) |
|
void | Curl_hostcache_prune (struct SessionHandle *data) |
|
#define Curl_global_host_cache_use |
( |
|
__p | ) |
((__p)->set.global_dns_cache) |
void Curl_freednsinfo |
( |
void * |
freethis | ) |
|
void Curl_global_host_cache_dtor |
( |
void |
| ) |
|
void Curl_global_host_cache_init |
( |
void |
| ) |
|
CURLcode Curl_multi_ares_fdset |
( |
struct connectdata * |
conn, |
|
|
fd_set * |
read_fd_set, |
|
|
fd_set * |
write_fd_set, |
|
|
int * |
max_fdp |
|
) |
| |