| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zone.c | 123 #define DNS_KEYFILEIO_VALID(kfio) ISC_MAGIC_VALID(kfio, KEYFILEIO_MAGIC) 309 dns_keyfileio_t *kfio; member in struct:dns_zone 18579 dns_keyfileio_t *kfio, *next; local 18580 for (kfio = mgmt->table[i]; kfio != NULL; kfio = next) { 18581 uint32_t hash = hash_index(kfio->hashval, newbits); 18582 next = kfio->next; 18583 kfio->next = newtable[hash] 18601 dns_keyfileio_t *kfio, *next; local 18656 dns_keyfileio_t *kfio, *prev, *next; local [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 127 #define DNS_KEYFILEIO_VALID(kfio) ISC_MAGIC_VALID(kfio, KEYFILEIO_MAGIC) 319 dns_keyfileio_t *kfio; member in struct:dns_zone 19181 const dns_keyfileio_t *kfio = node; local 19183 return dns_name_equal(kfio->name, key); 19190 dns_keyfileio_t *kfio = NULL; local 19204 name, (void **)&kfio); 19207 isc_refcount_increment(&kfio->references); 19210 kfio = isc_mem_get(mgmt->mctx, sizeof(*kfio)); 19241 dns_keyfileio_t *kfio = *deleted; local [all...] |