Searched refs:predicate (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dupdate.c481 * Function type for predicate functions that compare a database RR 'db_rr'
638 rr_predicate *predicate; member in struct:__anon206
676 if ((*ctx->predicate)(ctx->update_rr, &rr->rdata)) {
688 * Conditionally delete RRs. Apply 'predicate' to the RRs
691 * RRs for which the predicate returns true, and log the
695 delete_if(rr_predicate *predicate, dns_db_t *db, dns_dbversion_t *ver, argument
700 ctx.predicate = predicate;
/bind-9.11.3/bin/named/
H A Dupdate.c729 * Function type for predicate functions that compare a database RR 'db_rr'
1150 rr_predicate *predicate; member in struct:__anon27
1287 if ((*ctx->predicate)(ctx->update_rr, &rr->rdata)) {
1299 * Conditionally delete RRs. Apply 'predicate' to the RRs
1302 * RRs for which the predicate returns true, and log the
1306 delete_if(rr_predicate *predicate, dns_db_t *db, dns_dbversion_t *ver, argument
1311 ctx.predicate = predicate;

Completed in 217 milliseconds