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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacache.c998 isc_boolean_t should_free = ISC_FALSE; local
1018 should_free = ISC_TRUE;
1034 if (should_free)
1174 isc_boolean_t should_free = ISC_FALSE; local
1184 should_free = ISC_TRUE;
1192 if (should_free && acache->live_cleaners > 0) {
1194 should_free = ISC_FALSE;
1197 if (should_free)
H A Dcache.c1089 isc_boolean_t should_free = ISC_FALSE; local
1107 should_free = ISC_TRUE;
1122 if (should_free)

Completed in 118 milliseconds