Searched refs:free_cache (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dcache.c415 isc_boolean_t free_cache = ISC_FALSE; local
426 free_cache = ISC_TRUE;
431 if (free_cache) {
448 free_cache = ISC_FALSE;
454 if (free_cache)
/macosx-10.10/libarchive-30/libarchive/cpio/
H A Dcpio.c106 static void free_cache(struct name_cache *cache);
375 free_cache(cpio->gname_cache);
376 free_cache(cpio->uname_cache);
1126 free_cache(struct name_cache *cache) function
/macosx-10.10/cups-408/cups/backend/
H A Dsnmp.c133 static void free_cache(void);
259 free_cache();
569 * 'free_cache()' - Free the array of cached devices.
573 free_cache(void) function

Completed in 139 milliseconds