Searched refs:UNZ_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
73 #ifndef UNZ_BUFSIZE74 #define UNZ_BUFSIZE (16384) macro1093 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE);1276 uInt uReadThis = UNZ_BUFSIZE;
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()