Searched defs:newentry (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | acache.c | 1389 dns_acacheentry_t *newentry; local 1415 newentry = isc_mem_get(acache->mctx, sizeof(*newentry)); 1416 if (newentry == NULL) { 1422 newentry->locknum = r % DEFAULT_ACACHE_ENTRY_LOCK_COUNT; 1424 result = isc_refcount_init(&newentry->references, 1); 1426 isc_mem_put(acache->mctx, newentry, sizeof(*newentry)); 1430 ISC_LINK_INIT(newentry, link); 1431 ISC_LINK_INIT(newentry, olin [all...] |
H A D | rbtdb.c | 9911 dns_acacheentry_t *newentry, *oldentry = NULL; local 9936 newentry = NULL; 9938 acache_callback, newcbarg, &newentry); 9943 result = dns_acache_setentry(acache, newentry, zone, db, 9999 acarray[count].entry = newentry; 10013 if (newentry != NULL) { 10014 acache_cancelentry(rbtdb->common.mctx, newentry, 10016 dns_acache_detachentry(&newentry);
|
Completed in 39 milliseconds