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

/bind-9.11.3/lib/dns/
H A Dcache.c1096 isc_boolean_t should_free = ISC_FALSE; local
1114 should_free = ISC_TRUE;
1129 if (should_free)
H A Dacache.c1011 isc_boolean_t should_free = ISC_FALSE; local
1031 should_free = ISC_TRUE;
1047 if (should_free)
1187 isc_boolean_t should_free = ISC_FALSE; local
1197 should_free = ISC_TRUE;
1205 if (should_free && acache->live_cleaners > 0) {
1207 should_free = ISC_FALSE;
1210 if (should_free)

Completed in 15 milliseconds