Searched defs:entryp (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | fs.cpp | 425 path entryp = p / dep->d_name; local 426 insert(value_type(dep->d_name, file_info(entryp)));
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | fs.cpp | 582 path entryp = p / dep->d_name; local 583 insert(value_type(dep->d_name, file_info(entryp)));
|
/bind-9.11.3/lib/samples/ |
H A D | nsprobe.c | 288 increment_entry(unsigned long *entryp) { argument 289 (*entryp)++; 290 INSIST(*entryp != 0U); /* check overflow */
|
/bind-9.11.3/lib/dns/ |
H A D | acache.c | 1387 void *cbarg, dns_acacheentry_t **entryp) 1395 REQUIRE(entryp != NULL && *entryp == NULL); 1453 *entryp = newentry; 1725 dns_acache_detachentry(dns_acacheentry_t **entryp) { argument 1729 REQUIRE(entryp != NULL && DNS_ACACHEENTRY_VALID(*entryp)); 1730 entry = *entryp; 1740 (*entryp)->acache->stats.deleted++; 1744 *entryp 1385 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 D | catz.c | 228 dns_catz_entry_attach(dns_catz_entry_t *entry, dns_catz_entry_t **entryp) { argument 229 REQUIRE(entryp != NULL && *entryp == NULL); 231 *entryp = entry; 235 dns_catz_entry_detach(dns_catz_zone_t *zone, dns_catz_entry_t **entryp) { argument 240 REQUIRE(entryp != NULL && *entryp != NULL); 242 entry = *entryp; 243 *entryp = NULL;
|
H A D | adb.c | 2384 check_expire_entry(dns_adb_t *adb, dns_adbentry_t **entryp, isc_stdtime_t now) argument 2389 INSIST(entryp != NULL && DNS_ADBENTRY_VALID(*entryp)); 2390 entry = *entryp; 2407 *entryp = NULL;
|
Completed in 36 milliseconds