Home
last modified time | relevance | path

Searched refs:notify_received (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dauthzone.h259 int notify_received; member
H A Dauthzone.c3899 if(xfr->notify_received && xfr->notify_has_serial && has_serial) { in xfr_note_notify_serial()
3903 } else if(xfr->notify_received && xfr->notify_has_serial && in xfr_note_notify_serial()
3908 } else if(xfr->notify_received && !xfr->notify_has_serial) { in xfr_note_notify_serial()
3913 xfr->notify_received = 1; in xfr_note_notify_serial()
6377 if(xfr->notify_received && (!xfr->notify_has_serial || in process_list_end_transfer()
6384 xfr->notify_received = 0; in process_list_end_transfer()
6391 xfr->notify_received = 1; in process_list_end_transfer()
7494 lock_protect(&xfr->lock, &xfr->notify_received, sizeof(xfr->notify_received)); in auth_xfer_new()