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

/bind-9.6-ESV-R11/lib/dns/
H A Dcache.c1030 isc_boolean_t should_free = ISC_FALSE; local
1048 should_free = ISC_TRUE;
1063 if (should_free)
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)

Completed in 15 milliseconds