Lines Matching defs:acquired
430 if (xfr->acquired == 0)
707 time_t acquired = 0;
826 that were transfered, i.e. acquired != 0. soainfo_ok is more
832 if(!xfr->acquired) {
839 assert(xfr->acquired <= before);
846 /* updates are applied in-order, acquired time of
848 if(!acquired) {
849 acquired = xfr->acquired;
913 xfrd_handle_incoming_soa(zone, soa_ptr, acquired);
1489 xfrd_soa_type* soa, time_t acquired)
1507 serial is less than soa_disk.serial and the acquired time is
1509 if(!((cmp == 0) || (cmp < 0 && acquired != 0))) {
1513 /* acquired time of an update may not match time registered in
1517 acquired = zone->soa_disk_acquired;
1533 zone->soa_nsd_acquired = acquired;
1586 acquired = xfrd_time();
1593 zone->soa_nsd_acquired = acquired;
1594 zone->soa_disk_acquired = acquired;
2432 if(xfr->acquired != 0 || xfr->msg_seq_nr != 0) {
2444 if(zone->latest_xfr != NULL && !zone->latest_xfr->acquired) {
2632 zone->soa_disk_acquired = zone->latest_xfr->acquired = xfrd_time();
2874 /* revert the soa; it has not been acquired properly */
2875 if(xfr->acquired == zone->soa_nsd_acquired) {
2896 if(!xfr->acquired)
2925 assert(xfr->acquired);
2928 while(xfr && xfr->acquired) {
2933 xfrd->reload_cmd_first_sent >= xfr->acquired);