Home
last modified time | relevance | path

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

/external/chromium/third_party/zlib/contrib/minizip/
Dunzip.c73 #ifndef UNZ_BUFSIZE
74 #define UNZ_BUFSIZE (16384) macro
1093 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE);
1276 uInt uReadThis = UNZ_BUFSIZE;
/external/zlib/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()