Searched refs:ares__htable_get (Results 1 – 5 of 5) sorted by relevance
141 void *ares__htable_get(const ares__htable_t *htable, const void *key);
159 bucket = ares__htable_get(htable->hash, &key); in ares__htable_szvp_get()
163 bucket = ares__htable_get(htable->hash, key); in ares__htable_strvp_get()
193 bucket = ares__htable_get(htable->hash, &key); in ares__htable_asvp_get()
368 void *ares__htable_get(const ares__htable_t *htable, const void *key) in ares__htable_get() function