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

/dalvik/libcore/archive/src/main/native/
H A Dzipsup.h85 void *cachePool; member in struct:HyZipCache
143 void *cachePool; member in struct:HyZipFile
188 HyZipCachePool * cachePool));
H A Dzipsup.c114 HyZipCachePool * cachePool));
1161 if (zipFile->cache && zipFile->cachePool)
1163 zipCachePool_release (zipFile->cachePool, zipFile->cache);
1190 * Called to set up a cache when a zip file is opened with a cachePool but without a cache, or when the
1218 if (zipFile->cachePool)
1223 zipCachePool_release (zipFile->cachePool, zipFile->cache);
1227 if (!zipFile->cachePool)
1232 /* Check the cachePool for a suitable cache. */
1252 zipCachePool_findCache (zipFile->cachePool,
1273 if (!zipCachePool_addCache (zipFile->cachePool, zipFil
2031 zip_openZipFile(HyPortLibrary * portLib, char *filename, HyZipFile * zipFile, HyZipCachePool * cachePool) argument
[all...]

Completed in 240 milliseconds