Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dunzip.c103 #ifndef UNZ_BUFSIZE
104 #define UNZ_BUFSIZE (16384) macro
1504 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE); in unzOpenCurrentFile3()
1725 uInt uReadThis = UNZ_BUFSIZE; in unzReadCurrentFile()