Lines Matching defs:pZip_filename
759 void *mz_zip_extract_archive_file_to_heap(const char *pZip_filename, const
801 mz_bool mz_zip_add_mem_to_archive_file_in_place(const char *pZip_filename,
1546 const char *pZip_filename, const char *pArchive_name, const void *pBuf,
1552 void *mz_zip_extract_archive_file_to_heap(const char *pZip_filename,
6878 const char *pZip_filename, const char *pArchive_name, const void *pBuf,
6886 if ((!pZip_filename) || (!pArchive_name) || ((buf_size) && (!pBuf)) ||
6891 if (MZ_FILE_STAT(pZip_filename, &file_stat) != 0) {
6893 if (!mz_zip_writer_init_file(&zip_archive, pZip_filename, 0))
6899 &zip_archive, pZip_filename,
6902 if (!mz_zip_writer_init_from_reader(&zip_archive, pZip_filename)) {
6916 int ignoredStatus = MZ_DELETE_FILE(pZip_filename);
6922 void *mz_zip_extract_archive_file_to_heap(const char *pZip_filename,
6931 if ((!pZip_filename) || (!pArchive_name)) return NULL;
6935 &zip_archive, pZip_filename,