Lines Matching defs:entry

515 	dns_acacheentry_t               *entry;
1619 * Sanity check: since an additional cache entry has a reference to
1624 INSIST(array[i].entry == NULL && array[i].cbarg == NULL);
5193 * We've found a negative cache entry.
5285 * We found a negative cache entry.
5924 * We found a negative cache entry.
6173 * We're adding a negative cache entry.
6177 * If we're adding an negative cache entry
6183 * node is the negative cache entry.
6207 * negative cache entry. Look for an extant
6209 * cache entry. If we're adding an RRSIG, also
6211 * entry which covers the same type as the RRSIG.
6245 * ncache entry.
6474 * call below will clean up the heap entry.
8826 * to the first entry in the offset table.
9766 dns_acacheentry_t *entry;
9804 if (acarray[count].entry == NULL) {
9810 entry = NULL;
9811 dns_acache_attachentry(acarray[count].entry, &entry);
9815 result = dns_acache_getentry(entry, zonep, dbp, versionp,
9818 dns_acache_detachentry(&entry);
9824 acache_callback(dns_acacheentry_t *entry, void **arg) {
9836 * The caller must hold the entry lock.
9857 if (acarray != NULL && acarray[count].entry == entry) {
9858 acarray[count].entry = NULL;
9862 dns_acache_detachentry(&entry);
9874 acache_cancelentry(isc_mem_t *mctx, dns_acacheentry_t *entry,
9880 REQUIRE(entry != NULL);
9885 if (dns_acache_cancelentry(entry)) {
9942 /* Set cache data in the new entry. */
9975 acarray[i].entry = NULL;
9990 if (acarray[count].entry != NULL) {
9992 * Swap the entry. Delay cleaning-up the old entry since
9995 oldentry = acarray[count].entry;
9999 acarray[count].entry = newentry;
10040 dns_acacheentry_t *entry;
10056 entry = NULL;
10077 entry = acarray[count].entry;
10078 if (entry == NULL) {
10083 acarray[count].entry = NULL;
10089 if (entry != NULL) {
10091 acache_cancelentry(rbtdb->common.mctx, entry, &cbarg);
10092 dns_acache_detachentry(&entry);
10291 * See if a given cache entry that is being reused needs to be updated
10297 * function returns true if the entry has not been updated for some period of
10336 * Update the timestamp of a given cache entry and move it to the head
10361 * entry, and we specifically avoid purging entries in the same LRU bucket as
10362 * the one to which the new entry will belong. Otherwise, we might purge
10393 * Unlink the entry at this point to avoid checking it
10395 * cannot be purged at this moment. This entry won't be