Searched refs:bucket_free (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares__htable.c | 39 ares__htable_bucket_free_t bucket_free; member 104 ares__htable_bucket_free_t bucket_free, in ares__htable_create() 109 if (hash_func == NULL || bucket_key == NULL || bucket_free == NULL || in ares__htable_create() 121 htable->bucket_free = bucket_free; in ares__htable_create() 224 prealloc_llist[i] = ares__llist_create(htable->bucket_free); in ares__htable_expand() 347 htable->buckets[idx] = ares__llist_create(htable->bucket_free); in ares__htable_insert() 102 ares__htable_create(ares__htable_hashfunc_t hash_func, ares__htable_bucket_key_t bucket_key, ares__htable_bucket_free_t bucket_free, ares__htable_key_eq_t key_eq) ares__htable_create() argument
|
H A D | ares__htable_strvp.c | 66 static void bucket_free(void *bucket) in bucket_free() function 98 ares__htable_create(hash_func, bucket_key, bucket_free, key_eq); in ares__htable_strvp_create()
|
H A D | ares__htable_szvp.c | 66 static void bucket_free(void *bucket) in bucket_free() function 98 ares__htable_create(hash_func, bucket_key, bucket_free, key_eq); in ares__htable_szvp_create()
|
H A D | ares__htable_asvp.c | 66 static void bucket_free(void *bucket) in bucket_free() function 98 ares__htable_create(hash_func, bucket_key, bucket_free, key_eq); in ares__htable_asvp_create()
|
H A D | ares__htable.h | 97 * \param[in] bucket_free Required. Callback to free bucket. 103 ares__htable_bucket_free_t bucket_free,
|
Completed in 2 milliseconds