Searched refs:dns_cache_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dcache.h29 * Defines dns_cache_t, the cache object.
67 dns_cache_t **cachep);
72 unsigned int db_argc, char **db_argv, dns_cache_t **cachep);
77 unsigned int db_argc, char **db_argv, dns_cache_t **cachep);
114 dns_cache_attach(dns_cache_t *cache, dns_cache_t **targetp);
122 *\li 'targetp' points to a NULL dns_cache_t *.
130 dns_cache_detach(dns_cache_t **cachep);
147 dns_cache_attachdb(dns_cache_t *cache, dns_db_t **dbp);
174 dns_cache_setfilename(dns_cache_t *cach
[all...]
H A Dview.h96 dns_cache_t * cache;
348 dns_view_setcache(dns_view_t *view, dns_cache_t *cache);
350 dns_view_setcache2(dns_view_t *view, dns_cache_t *cache, isc_boolean_t shared);
H A Dtypes.h51 typedef struct dns_cache dns_cache_t; typedef in typeref:struct:dns_cache
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dcache.c100 dns_cache_t *cache;
151 cache_cleaner_init(dns_cache_t *cache, isc_taskmgr_t *taskmgr,
167 cache_create_db(dns_cache_t *cache, dns_db_t **db) {
177 dns_cache_t **cachep)
187 unsigned int db_argc, char **db_argv, dns_cache_t **cachep)
198 unsigned int db_argc, char **db_argv, dns_cache_t **cachep)
201 dns_cache_t *cache;
339 cache_free(dns_cache_t *cache) {
400 dns_cache_attach(dns_cache_t *cache, dns_cache_t **target
[all...]
H A Dview.c756 dns_view_setcache(dns_view_t *view, dns_cache_t *cache) {
761 dns_view_setcache2(dns_view_t *view, dns_cache_t *cache, isc_boolean_t shared) {
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c181 dns_cache_t *cache;
2078 dns_cache_t *cache = NULL;

Completed in 120 milliseconds