Home
last modified time | relevance | path

Searched refs:ares__slist_create (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares__slist.h83 ares__slist_t *ares__slist_create(ares_rand_state *rand_state,
Dares_init.c328 ares__slist_create(channel->rand_state, server_sort_cb, server_destroy_cb); in ares_init_options()
348 ares__slist_create(channel->rand_state, ares_query_timeout_cmp_cb, NULL); in ares_init_options()
Dares__slist.c57 ares__slist_t *ares__slist_create(ares_rand_state *rand_state, in ares__slist_create() function
Dares_qcache.c215 cache->expire = ares__slist_create(rand_state, ares__qcache_entry_sort_cb, in ares__qcache_create()