Lines Matching defs:entryp
1387 void *cbarg, dns_acacheentry_t **entryp)
1395 REQUIRE(entryp != NULL && *entryp == NULL);
1453 *entryp = newentry;
1725 dns_acache_detachentry(dns_acacheentry_t **entryp) {
1729 REQUIRE(entryp != NULL && DNS_ACACHEENTRY_VALID(*entryp));
1730 entry = *entryp;
1740 (*entryp)->acache->stats.deleted++;
1744 *entryp = NULL;