Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
H A Dares_options.c225 options->qcache_max_ttl = channel->qcache_max_ttl; in ares_save_options()
455 /* qcache_max_ttl is unsigned unlike the others */ in ares__init_by_options()
456 if (options->qcache_max_ttl == 0) { in ares__init_by_options()
459 channel->qcache_max_ttl = options->qcache_max_ttl; in ares__init_by_options()
H A Dares_init.c373 if (channel->qcache_max_ttl > 0) { in ares_init_options()
374 status = ares__qcache_create(channel->rand_state, channel->qcache_max_ttl, in ares_init_options()
H A Dares_private.h253 unsigned int qcache_max_ttl; member
/third_party/node/deps/cares/include/
H A Dares.h338 unsigned int qcache_max_ttl; /* Maximum TTL for query cache, 0=disabled */ member

Completed in 4 milliseconds