Searched refs:MZ_FSEEK64 (Results 1 – 1 of 1) sorted by relevance
2113 #define MZ_FSEEK64 _fseeki64 macro2129 #define MZ_FSEEK64 fseeko64 macro2145 #define MZ_FSEEK64 fseek macro2161 #define MZ_FSEEK64 fseeko64 macro2177 #define MZ_FSEEK64 fseeko macro2556 …if (((mz_int64)file_ofs < 0) || (((cur_ofs != (mz_int64)file_ofs)) && (MZ_FSEEK64(pZip->m_pState->… in mz_zip_file_read_func()2567 if (MZ_FSEEK64(pFile, 0, SEEK_END)) in mz_zip_reader_init_file()3288 …if (((mz_int64)file_ofs < 0) || (((cur_ofs != (mz_int64)file_ofs)) && (MZ_FSEEK64(pZip->m_pState->… in mz_zip_file_write_func()3687 MZ_FSEEK64(pSrc_file, 0, SEEK_END); in mz_zip_writer_add_file()3689 MZ_FSEEK64(pSrc_file, 0, SEEK_SET); in mz_zip_writer_add_file()