Searched refs:entryp (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dacache.h298 void *cbarg, dns_acacheentry_t **entryp);
308 * 'entryp' is a valid pointer, and *entryp == NULL
315 * '*entryp' will point to a new additional cache entry.
423 dns_acache_detachentry(dns_acacheentry_t **entryp);
425 * Detach *entryp from its cache.
429 * '*entryp' points to a valid additional cache entry.
433 * *entryp is NULL.
435 * If '*entryp' is the last reference to the entry,
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp429 path entryp = p / dep->d_name; local
430 insert(value_type(dep->d_name, file_info(entryp)));
/bind-9.6-ESV-R11/lib/dns/
H A Dacache.c1375 void *cbarg, dns_acacheentry_t **entryp)
1382 REQUIRE(entryp != NULL && *entryp == NULL);
1439 *entryp = newentry;
1712 dns_acache_detachentry(dns_acacheentry_t **entryp) { argument
1716 REQUIRE(entryp != NULL && DNS_ACACHEENTRY_VALID(*entryp));
1717 entry = *entryp;
1727 (*entryp)->acache->stats.deleted++;
1731 *entryp
1373 dns_acache_createentry(dns_acache_t *acache, dns_db_t *origdb, void (*callback)(dns_acacheentry_t *, void **), void *cbarg, dns_acacheentry_t **entryp) argument
[all...]
H A Dadb.c1906 check_expire_entry(dns_adb_t *adb, dns_adbentry_t **entryp, isc_stdtime_t now) argument
1911 INSIST(entryp != NULL && DNS_ADBENTRY_VALID(*entryp));
1912 entry = *entryp;
1929 *entryp = NULL;

Completed in 25 milliseconds