Searched refs:pSrc_file (Results 1 – 1 of 1) sorted by relevance
3658 MZ_FILE *pSrc_file = NULL; in mz_zip_writer_add_file() local3684 pSrc_file = MZ_FOPEN(pSrc_filename, "rb"); in mz_zip_writer_add_file()3685 if (!pSrc_file) in mz_zip_writer_add_file()3687 MZ_FSEEK64(pSrc_file, 0, SEEK_END); in mz_zip_writer_add_file()3688 uncomp_size = MZ_FTELL64(pSrc_file); in mz_zip_writer_add_file()3689 MZ_FSEEK64(pSrc_file, 0, SEEK_SET); in mz_zip_writer_add_file()3694 MZ_FCLOSE(pSrc_file); in mz_zip_writer_add_file()3702 MZ_FCLOSE(pSrc_file); in mz_zip_writer_add_file()3712 MZ_FCLOSE(pSrc_file); in mz_zip_writer_add_file()3723 MZ_FCLOSE(pSrc_file); in mz_zip_writer_add_file()[all …]