Lines Matching defs:m_pFile
4786 MZ_FILE *m_pFile;
5212 mz_int64 cur_ofs = MZ_FTELL64(pZip->m_pState->m_pFile);
5215 (MZ_FSEEK64(pZip->m_pState->m_pFile, (mz_int64)file_ofs, SEEK_SET))))
5217 return MZ_FREAD(pBuf, 1, n, pZip->m_pState->m_pFile);
5236 pZip->m_pState->m_pFile = pFile;
5901 if (pState->m_pFile) {
5902 MZ_FCLOSE(pState->m_pFile);
5903 pState->m_pFile = NULL;
6026 mz_int64 cur_ofs = MZ_FTELL64(pZip->m_pState->m_pFile);
6029 (MZ_FSEEK64(pZip->m_pState->m_pFile, (mz_int64)file_ofs, SEEK_SET))))
6031 return MZ_FWRITE(pBuf, 1, n, pZip->m_pState->m_pFile);
6044 pZip->m_pState->m_pFile = pFile;
6077 if (pState->m_pFile) {
6087 (pState->m_pFile = MZ_FREOPEN(pFilename, "r+b", pState->m_pFile))) {
6088 // The mz_zip_archive is now in a bogus state because pState->m_pFile is
6823 if ((pState->m_pFile) && (MZ_FFLUSH(pState->m_pFile) == EOF)) return MZ_FALSE;
6860 if (pState->m_pFile) {
6861 MZ_FCLOSE(pState->m_pFile);
6862 pState->m_pFile = NULL;