Lines Matching refs:save
2662 ISC_LIST(dns_rdatalist_t) save;
2669 ISC_LIST_INIT(save);
2672 ISC_LIST_APPEND(save, this, link);
2674 while ((this = ISC_LIST_HEAD(save)) != NULL) {
2675 ISC_LIST_UNLINK(save, this, link);
2682 ISC_LIST_INIT(save);
2685 ISC_LIST_APPEND(save, this, link);
2687 while ((this = ISC_LIST_HEAD(save)) != NULL) {
2688 ISC_LIST_UNLINK(save, this, link);
2712 ISC_LIST(dns_rdata_t) save;
2726 ISC_LIST_INIT(save);
2729 ISC_LIST_APPEND(save, rdata, link);
2731 while ((rdata = ISC_LIST_HEAD(save)) != NULL) {
2732 ISC_LIST_UNLINK(save, rdata, link);
2746 ISC_LIST_INIT(save);
2749 ISC_LIST_APPEND(save, rdata, link);
2751 while ((rdata = ISC_LIST_HEAD(save)) != NULL) {
2752 ISC_LIST_UNLINK(save, rdata, link);