Home
last modified time | relevance | path

Searched refs:bufBefore (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/contrib/minizip/
Dunzip.c1799 const Bytef *bufBefore; in unzReadCurrentFile() local
1812 bufBefore = (const Bytef *)pfile_in_zip_read_info->bstream.next_out; in unzReadCurrentFile()
1821 … pfile_in_zip_read_info->crc32 = crc32(pfile_in_zip_read_info->crc32,bufBefore, (uInt)(uOutThis)); in unzReadCurrentFile()
1841 const Bytef *bufBefore; in unzReadCurrentFile() local
1846 bufBefore = pfile_in_zip_read_info->stream.next_out; in unzReadCurrentFile()
1865 crc32(pfile_in_zip_read_info->crc32,bufBefore, in unzReadCurrentFile()