Searched refs:file_cache (Results 1 – 1 of 1) sorted by relevance
194 PUCHAR file_cache; in ExtractZipImage() local304 file_cache = (PUCHAR)LocalAlloc(LPTR, uncompressed); in ExtractZipImage()306 if (!file_cache) { in ExtractZipImage()329 stream.next_out = file_cache; in ExtractZipImage()343 LocalFree(file_cache); in ExtractZipImage()409 *pBuffer = file_cache; in ExtractZipImage()413 LocalFree(file_cache); in ExtractZipImage()