Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/services/
HDauthzone.h247 int notify_received; member
HDauthzone.c3788 if(xfr->notify_received && xfr->notify_has_serial && has_serial) { in xfr_note_notify_serial()
3792 } else if(xfr->notify_received && xfr->notify_has_serial && in xfr_note_notify_serial()
3797 } else if(xfr->notify_received && !xfr->notify_has_serial) { in xfr_note_notify_serial()
3802 xfr->notify_received = 1; in xfr_note_notify_serial()
6090 if(xfr->notify_received && (!xfr->notify_has_serial || in process_list_end_transfer()
6097 xfr->notify_received = 0; in process_list_end_transfer()
6104 xfr->notify_received = 1; in process_list_end_transfer()
7104 lock_protect(&xfr->lock, &xfr->notify_received, sizeof(xfr->notify_received)); in auth_xfer_new()