Searched refs:PURGE_OK (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ntp-88/lib/isc/
H A Dtask.c463 #define PURGE_OK(event) (((event)->ev_attributes & ISC_EVENTATTR_NOPURGE) == 0) macro
493 (!purging || PURGE_OK(event))) {
576 if (curr_event == event && PURGE_OK(event)) {
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dtask.c597 #define PURGE_OK(event) (((event)->ev_attributes & ISC_EVENTATTR_NOPURGE) == 0) macro
627 (!purging || PURGE_OK(event))) {
712 if (curr_event == event && PURGE_OK(event)) {

Completed in 140 milliseconds