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

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.c103 #ifndef UNZ_BUFSIZE
104 #define UNZ_BUFSIZE (16384) macro
1504 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE);
1720 uInt uReadThis = UNZ_BUFSIZE;
/external/zlib/src/contrib/minizip/
H A Dunzip.c103 #ifndef UNZ_BUFSIZE
104 #define UNZ_BUFSIZE (16384) macro
1504 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE);
1725 uInt uReadThis = UNZ_BUFSIZE;

Completed in 52 milliseconds