Home
last modified time | relevance | path

Searched refs:ares__htable_strvp_get_direct (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares__htable_strvp.h97 void *ares__htable_strvp_get_direct(const ares__htable_strvp_t *htable,
H A Dares__hosts_file.c334 if (ares__htable_strvp_get_direct(hf->iphash, ipaddr) != NULL) { in ares__hosts_file_merge_entry()
347 if (ares__htable_strvp_get_direct(hf->hosthash, hostname) != NULL) { in ares__hosts_file_merge_entry()
369 *match = ares__htable_strvp_get_direct(hf->iphash, ipaddr); in ares__hosts_file_match()
378 *match = ares__htable_strvp_get_direct(hf->hosthash, host); in ares__hosts_file_match()
827 *entry = ares__htable_strvp_get_direct(channel->hf->iphash, addr); in ares__hosts_search_ipaddr()
852 *entry = ares__htable_strvp_get_direct(channel->hf->hosthash, host); in ares__hosts_search_host()
H A Dares__htable_strvp.c174 void *ares__htable_strvp_get_direct(const ares__htable_strvp_t *htable, in ares__htable_strvp_get_direct() function
H A Dares_qcache.c408 entry = ares__htable_strvp_get_direct(qcache->cache, key); in ares__qcache_fetch()

Completed in 5 milliseconds