Searched refs:UNZ_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
103 #ifndef UNZ_BUFSIZE104 #define UNZ_BUFSIZE (16384) macro1504 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE); in unzOpenCurrentFile3()1725 uInt uReadThis = UNZ_BUFSIZE; in unzReadCurrentFile()