Searched refs:newentry (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dacache.c1377 dns_acacheentry_t *newentry; local
1402 newentry = isc_mem_get(acache->mctx, sizeof(*newentry));
1403 if (newentry == NULL) {
1409 newentry->locknum = r % DEFAULT_ACACHE_ENTRY_LOCK_COUNT;
1411 result = isc_refcount_init(&newentry->references, 1);
1413 isc_mem_put(acache->mctx, newentry, sizeof(*newentry));
1417 ISC_LINK_INIT(newentry, link);
1418 ISC_LINK_INIT(newentry, olin
[all...]
H A Drbtdb.c8439 dns_acacheentry_t *newentry, *oldentry = NULL; local
8464 newentry = NULL;
8466 acache_callback, newcbarg, &newentry);
8471 result = dns_acache_setentry(acache, newentry, zone, db,
8527 acarray[count].entry = newentry;
8541 if (newentry != NULL) {
8542 acache_cancelentry(rbtdb->common.mctx, newentry,
8544 dns_acache_detachentry(&newentry);

Completed in 777 milliseconds