Searched refs:cache (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/bind-9.6-ESV-R11/bin/named/
H A Dserver.c54 #include <dns/cache.h>
165 dns_db_t *cache; member in struct:dumpcontext
1335 dns_cache_t *cache = NULL; local
1397 * Create additional cache for this view and zones under the view
1513 * we can reuse/share an existing cache.
1534 result = ns_config_get(maps, "zero-no-soa-ttl-cache", &obj);
1549 result = ns_config_get(maps, "max-cache-ttl", &obj);
1561 * Configure the view's cache. Try to reuse an existing
1562 * cache if possible, otherwise create a new cache
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dadb_test.c38 #include <dns/cache.h>
176 dns_cache_t *cache; local
189 cache = NULL;
191 "rbt", 0, NULL, &cache);
193 dns_view_setcache(view, cache);
194 dns_cache_detach(&cache);
H A Dbyaddr_test.c38 #include <dns/cache.h>
93 dns_cache_t *cache; local
141 cache = NULL;
144 &cache) == ISC_R_SUCCESS);
215 dns_view_setcache(view, cache);
218 dns_cache_detach(&cache);
H A Dbyname_test.c40 #include <dns/cache.h>
208 dns_cache_t *cache; local
261 cache = NULL;
264 &cache) == ISC_R_SUCCESS);
334 dns_view_setcache(view, cache);
337 dns_cache_detach(&cache);
H A Ddb_test.c123 if (strcasecmp(origintext, "cache") == 0) {
125 printf("the cache does not exist\n");
238 load(const char *filename, const char *origintext, isc_boolean_t cache) { argument
276 cache ? dns_dbtype_cache : dns_dbtype_zone,
293 if (cache) {
394 printf("cache load(%s) %08x: %s\n",
778 (dns_db_iszone(db)) ? "zone" : "cache");
/bind-9.6-ESV-R11/bin/tests/system/cacheclean/ns2/
H A Dnamed.conf31 max-cache-size 10000;
/bind-9.6-ESV-R11/bin/tests/system/glue/
H A Dclean.sh24 rm -f dig.out ns1/cache
H A Dsetup.sh20 cd ns1 && cp -f cache.in cache
/bind-9.6-ESV-R11/bin/tests/system/glue/ns1/
H A Dnamed.conf32 cache-file "cache";
/bind-9.6-ESV-R11/bin/tests/system/pending/
H A Dtests.sh57 echo I:Priming cache.
74 # Prime cache with pending additional records. These should not be promoted
77 echo "I:Priming cache (pending additional A and AAAA)"
112 # Prime cache with a pending answer record. It can be returned (without
115 echo "I:Priming cache (pending answer)"
137 # Prime cache with a pending answer record. It should not be returned
140 echo "I:Priming cache (pending answer)"
/bind-9.6-ESV-R11/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in34 allow-query-cache { any; };
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfigure49 cache_file=./config.cache
116 -cache-file | --cache-file | --cache-fil | --cache-fi \
117 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
119 -cache-file=* | --cache
[all...]
/bind-9.6-ESV-R11/contrib/named-bootconf/
H A Dnamed-bootconf.sh72 cache )
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfigure21 cache_file=./config.cache
88 -cache-file | --cache-file | --cache-fil | --cache-fi \
89 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
91 -cache-file=* | --cache
[all...]
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dconfigure379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
382 -cache-file=* | --cache-file=* | --cache
[all...]
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dconfigure707 -cache-file | --cache-file | --cache-fil | --cache-fi \
708 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
710 -cache-file=* | --cache-file=* | --cache
[all...]
/bind-9.6-ESV-R11/contrib/zkt/
H A Dconfigure760 -cache-file | --cache-file | --cache-fil | --cache-fi \
761 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
763 -cache-file=* | --cache-file=* | --cache
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dcache.c31 #include <dns/cache.h>
46 #define VALID_CACHE(cache) ISC_MAGIC_VALID(cache, CACHE_MAGIC)
67 * cache cleaning.
88 * Accesses to a cache cleaner object are synchronized through
89 * task/event serialization, or locked from the cache object.
100 dns_cache_t *cache; member in struct:cache_cleaner
113 isc_boolean_t overmem; /*% The cache is in an overmem state. */
118 * The actual cache object.
126 isc_mem_t *mctx; /* Main cache memor
165 cache_create_db(dns_cache_t *cache, dns_db_t **db) argument
199 dns_cache_t *cache; local
327 cache_free(dns_cache_t *cache) argument
385 dns_cache_attach(dns_cache_t *cache, dns_cache_t **targetp) argument
399 dns_cache_t *cache; local
444 dns_cache_attachdb(dns_cache_t *cache, dns_db_t **dbp) argument
456 dns_cache_setfilename(dns_cache_t *cache, const char *filename) argument
476 dns_cache_load(dns_cache_t *cache) argument
492 dns_cache_dump(dns_cache_t *cache) argument
509 dns_cache_setcleaninginterval(dns_cache_t *cache, unsigned int t) argument
551 cache_cleaner_init(dns_cache_t *cache, isc_taskmgr_t *taskmgr, isc_timermgr_t *timermgr, cache_cleaner_t *cleaner) argument
916 dns_cache_clean(dns_cache_t *cache, isc_stdtime_t now) argument
967 dns_cache_t *cache = arg; local
988 dns_cache_setcachesize(dns_cache_t *cache, isc_uint32_t size) argument
1029 dns_cache_t *cache = event->ev_arg; local
1068 dns_cache_flush(dns_cache_t *cache) argument
1097 dns_cache_flushname(dns_cache_t *cache, dns_name_t *name) argument
[all...]
H A Dncache.c51 addoptout(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node,
101 dns_ncache_add(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node, argument
105 return (addoptout(message, cache, node, covers, now, maxttl,
110 dns_ncache_addoptout(dns_message_t *message, dns_db_t *cache, argument
115 return (addoptout(message, cache, node, covers, now, maxttl,
120 addoptout(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node, argument
140 * Convert the authority data from 'message' into a negative cache
141 * rdataset, and store it in 'cache' at 'node'.
154 ncrdatalist.rdclass = dns_db_class(cache);
244 * negative cache rdatase
[all...]
H A Dresolver.c36 #include <dns/cache.h>
216 dns_db_t * cache; member in struct:fetchctx
407 /* Bad cache. */
449 dns_db_t *cache, dns_dbnode_t *node,
3196 dns_db_detach(&fctx->cache);
3730 * Attach to the view's cache and adb.
3732 fctx->cache = NULL;
3733 dns_db_attach(res->view->cachedb, &fctx->cache);
4064 * to cache the result anyway (if this was a validation started by
4092 result = dns_db_findnode(fctx->cache,
4963 ncache_adderesult(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node, dns_rdatatype_t covers, isc_stdtime_t now, dns_ttl_t maxttl, isc_boolean_t optout, isc_boolean_t secure, dns_rdataset_t *ardataset, isc_result_t *eresultp) argument
[all...]
H A Dview.c33 #include <dns/cache.h>
129 view->cache = NULL;
295 if (view->cache != NULL)
296 dns_cache_detach(&view->cache);
639 dns_view_setcache(dns_view_t *view, dns_cache_t *cache) { argument
643 if (view->cache != NULL) {
647 dns_cache_detach(&view->cache);
649 dns_cache_attach(cache, &view->cache);
650 dns_cache_attachdb(cache,
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dcache.h27 /*! \file dns/cache.h
29 * Defines dns_cache_t, the cache object.
32 *\li A cache object contains DNS data of a single class.
34 * views, each with a different class and its own cache.
79 * Create a new DNS cache.
84 * dns_cache_create3() will create a cache using two separate memory
85 * contexts, one for cache data which can be cleaned and a separate one for
90 * specifies an empty cache name and a single memory context.
98 * cache will take place.
104 *\li '*cachep' is attached to the newly created cache
[all...]
H A Dncache.h63 dns_ncache_add(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node,
67 dns_ncache_addoptout(dns_message_t *message, dns_db_t *cache,
72 * Convert the authority data from 'message' into a negative cache
73 * rdataset, and store it in 'cache' at 'node' with a TTL limited to
76 * \li dns_ncache_add produces a negative cache entry with a trust of no
78 * \li dns_ncache_addoptout produces a negative cache entry which will have
91 *\li 'message' is a valid message with a properly formatting negative cache
94 *\li The requirements of dns_db_addrdataset() apply to 'cache', 'node',
184 * \li 'ncacherdataset' to be valid and to be a negative cache entry
H A Dview.h33 * authoritative zones together with an optional cache and optional
37 * the cache, set of zones, and forwarding policy may be set. While
92 dns_cache_t * cache; member in struct:dns_view
182 *\li The newly created view has no cache, no resolver, and an empty
312 dns_view_setcache(dns_view_t *view, dns_cache_t *cache);
314 * Set the view's cache database.
320 *\li 'cache' is a valid cache.
324 * \li The cache of 'view' is 'cached.
327 * view, then previously set cache i
[all...]
/bind-9.6-ESV-R11/lib/dns/win32/
H A Dlibdns.mak127 -@erase "$(INTDIR)\cache.obj"
258 "$(INTDIR)\cache.obj" \
370 -@erase "$(INTDIR)\cache.obj"
371 -@erase "$(INTDIR)\cache.sbr"
573 "$(INTDIR)\cache.sbr" \
661 "$(INTDIR)\cache.obj" \
827 SOURCE=..\cache.c
832 "$(INTDIR)\cache.obj" : $(SOURCE) "$(INTDIR)"
839 "$(INTDIR)\cache.obj" "$(INTDIR)\cache
[all...]

Completed in 188 milliseconds

1234567891011>>