Lines Matching refs:tuples

4390 	ISC_LIST_APPEND(temp_diff.tuples, *tuple, link);
4396 ISC_LIST_UNLINK(temp_diff.tuples, *tuple, link);
4830 if (result == ISC_R_SUCCESS && ISC_LIST_EMPTY(diff.tuples)) {
7500 if (ISC_LIST_EMPTY(zonediff.diff->tuples)) {
8413 * Remove all tuples with the same name and type as 'cur' from 'src' and append
8420 ISC_LIST_UNLINK(src->tuples, cur, link);
8428 * 'diff'. Gradually remove tuples from 'diff' and append them to 'zonediff'
8429 * along with tuples representing relevant signature changes.
8441 while ((tuple = ISC_LIST_HEAD(diff->tuples)) != NULL) {
9095 if (!ISC_LIST_EMPTY(param_diff.tuples)) {
9211 if (ISC_LIST_EMPTY(zonediff.diff->tuples)) {
9947 if (ISC_LIST_HEAD(post_diff.tuples) != NULL) {
9963 if (ISC_LIST_EMPTY(zonediff.diff->tuples)) {
10988 if (!ISC_LIST_EMPTY(diff.tuples)) {
11004 * diff.tuples will remain empty. Reset result to
11277 if (!ISC_LIST_EMPTY(diff.tuples)) {
16426 for (tuple = ISC_LIST_HEAD(diff->tuples); tuple != NULL; tuple = next) {
16434 ISC_LIST_UNLINK(diff->tuples, tuple, link);
16469 ISC_LIST_UNLINK(diff->tuples, oldtuple, link);
16471 ISC_LIST_UNLINK(diff->tuples, newtuple, link);
16476 if (ISC_LIST_EMPTY(diff->tuples)) {
16485 ISC_LIST_UNLINK(diff->tuples, oldtuple, link);
16490 ISC_LIST_UNLINK(diff->tuples, newtuple, link);
20328 for (tuple = ISC_LIST_HEAD(diff->tuples); tuple != NULL;
20401 for (tuple = ISC_LIST_HEAD(diff->tuples); tuple != NULL;
20521 /* Scan the tuples for an NSEC-only DNSKEY */
20522 for (tuple = ISC_LIST_HEAD(diff->tuples); tuple != NULL;
21732 if ((newactive || fullsign || !ISC_LIST_EMPTY(diff.tuples)) &&
21855 for (tuple = ISC_LIST_HEAD(zonediff.diff->tuples);
22587 if (!ISC_LIST_EMPTY(diff.tuples)) {
22961 if (!ISC_LIST_EMPTY(diff.tuples)) {