Searched defs:entryp (Results 1 - 3 of 3) sorted by relevance

/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 496 milliseconds