| /src/external/mpl/bind/dist/lib/dns/ |
| update.c | 617 * affected by the update. 634 dns_diff_t *affected) { 653 CHECK(namelist_append_name(affected, child)); 1345 * Update RRSIG, NSEC and NSEC3 records affected by an update. The original 1366 dns_diff_t affected; member in struct:dns_update_state 1444 dns_diff_init(diff->mctx, &state->affected); 1494 * Find all RRsets directly affected by the update, and 1495 * update their RRSIGs. Also build a list of names affected 1516 * Now "name" is a new, unique name affected by the 1528 * RRset affected by the update [all...] |
| /src/external/mit/isl/dist/ |
| isl_coalesce.c | 854 * the variables marked in "affected"? 856 * of entries in "affected". 859 int *affected, int total) 864 if (!affected[i]) 957 * Only constraints that are possibly affected by the compression are 978 int *affected; local 996 affected = isl_alloc_array(ctx, int, total); 997 if (!affected) 1001 affected[i] = not_unique_unit_row(T, 1 + i); 1009 handle = is_affected(info->bmap, i, affected, total) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| update.c | 731 * affected by the update. 748 dns_diff_t *affected) { 767 CHECK(namelist_append_name(affected, child)); 1459 * Update RRSIG, NSEC and NSEC3 records affected by an update. The original 1480 dns_diff_t affected; member in struct:dns_update_state 1552 dns_diff_init(diff->mctx, &state->affected); 1610 * Find all RRsets directly affected by the update, and 1611 * update their RRSIGs. Also build a list of names affected 1632 * Now "name" is a new, unique name affected by the 1644 * RRset affected by the update [all...] |