Searched refs:curl_hash (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhash.h46 struct curl_hash { struct
66 struct curl_hash *hash;
71 int Curl_hash_init(struct curl_hash *h,
77 struct curl_hash *Curl_hash_alloc(int slots,
82 void *Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p);
83 int Curl_hash_delete(struct curl_hash *h, void *key, size_t key_len);
84 void *Curl_hash_pick(struct curl_hash *, void * key, size_t key_len);
85 void Curl_hash_apply(struct curl_hash *h, void *user,
87 int Curl_hash_count(struct curl_hash *h);
88 void Curl_hash_clean(struct curl_hash *
[all...]
H A Dmultihandle.h83 struct curl_hash *hostcache;
92 struct curl_hash *sockhash;
H A Dhash.c38 struct curl_hash *h = (struct curl_hash *) user;
55 Curl_hash_init(struct curl_hash *h,
96 struct curl_hash *
102 struct curl_hash *h;
108 h = malloc(sizeof(struct curl_hash));
154 Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p)
189 int Curl_hash_delete(struct curl_hash *h, void *key, size_t key_len)
207 Curl_hash_pick(struct curl_hash *h, void *key, size_t key_len)
228 Curl_hash_apply(curl_hash *
[all...]
H A Dshare.h47 struct curl_hash *hostcache;
H A Dconncache.h26 struct curl_hash *hash;
H A Dhostip.h61 * Returns a struct curl_hash pointer on success, NULL on failure.
63 struct curl_hash *Curl_global_host_cache_init(void);
129 struct curl_hash *Curl_mk_dnscache(void);
227 void Curl_hostcache_clean(struct SessionHandle *data, struct curl_hash *hash);
H A Dhostip.c113 static struct curl_hash hostname_cache;
123 * Returns a struct curl_hash pointer on success, NULL on failure.
125 struct curl_hash *Curl_global_host_cache_init(void)
247 hostcache_prune(struct curl_hash *hostcache, long cache_timeout, time_t now)
733 struct curl_hash *Curl_mk_dnscache(void)
756 struct curl_hash *hash)
H A Dmulti.c166 static struct Curl_sh_entry *sh_addentry(struct curl_hash *sh,
196 static void sh_delentry(struct curl_hash *sh, curl_socket_t s)
253 static struct curl_hash *sh_init(int hashsize)
389 struct curl_hash *global = Curl_global_host_cache_init();
H A Durldata.h1600 struct curl_hash *hostcache;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1305.c43 static struct curl_hash *hp;

Completed in 67 milliseconds