Searched refs:dns_cache_t (Results 1 - 9 of 9) sorted by relevance
| /bind-9.11.3/lib/dns/include/dns/ |
| H A D | cache.h | 20 * Defines dns_cache_t, the cache object. 60 dns_cache_t **cachep); 65 unsigned int db_argc, char **db_argv, dns_cache_t **cachep); 70 unsigned int db_argc, char **db_argv, dns_cache_t **cachep); 107 dns_cache_attach(dns_cache_t *cache, dns_cache_t **targetp); 115 *\li 'targetp' points to a NULL dns_cache_t *. 123 dns_cache_detach(dns_cache_t **cachep); 140 dns_cache_attachdb(dns_cache_t *cache, dns_db_t **dbp); 167 dns_cache_setfilename(dns_cache_t *cach [all...] |
| H A D | view.h | 87 dns_cache_t * cache; 411 dns_view_setcache(dns_view_t *view, dns_cache_t *cache); 413 dns_view_setcache2(dns_view_t *view, dns_cache_t *cache, isc_boolean_t shared);
|
| H A D | types.h | 49 typedef struct dns_cache dns_cache_t; typedef in typeref:struct:dns_cache
|
| /bind-9.11.3/lib/dns/ |
| H A D | cache.c | 96 dns_cache_t *cache; 148 cache_cleaner_init(dns_cache_t *cache, isc_taskmgr_t *taskmgr, 164 cache_create_db(dns_cache_t *cache, dns_db_t **db) { 174 dns_cache_t **cachep) 184 unsigned int db_argc, char **db_argv, dns_cache_t **cachep) 195 unsigned int db_argc, char **db_argv, dns_cache_t **cachep) 198 dns_cache_t *cache; 351 cache_free(dns_cache_t *cache) { 415 dns_cache_attach(dns_cache_t *cache, dns_cache_t **target [all...] |
| H A D | view.c | 842 dns_view_setcache(dns_view_t *view, dns_cache_t *cache) { 847 dns_view_setcache2(dns_view_t *view, dns_cache_t *cache, isc_boolean_t shared) {
|
| /bind-9.11.3/bin/tests/ |
| H A D | byaddr_test.c | 85 dns_cache_t *cache;
|
| H A D | byname_test.c | 198 dns_cache_t *cache;
|
| H A D | adb_test.c | 168 dns_cache_t *cache;
|
| /bind-9.11.3/bin/named/ |
| H A D | server.c | 220 dns_cache_t *cache; 3261 dns_cache_t *cache = NULL;
|
Completed in 62 milliseconds