Home
last modified time | relevance | path

Searched refs:m_pFile (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h4786 MZ_FILE *m_pFile; member
5212 mz_int64 cur_ofs = MZ_FTELL64(pZip->m_pState->m_pFile); in mz_zip_file_read_func()
5215 (MZ_FSEEK64(pZip->m_pState->m_pFile, (mz_int64)file_ofs, SEEK_SET)))) in mz_zip_file_read_func()
5217 return MZ_FREAD(pBuf, 1, n, pZip->m_pState->m_pFile); in mz_zip_file_read_func()
5236 pZip->m_pState->m_pFile = pFile; in mz_zip_reader_init_file()
5901 if (pState->m_pFile) { in mz_zip_reader_end()
5902 MZ_FCLOSE(pState->m_pFile); in mz_zip_reader_end()
5903 pState->m_pFile = NULL; in mz_zip_reader_end()
6026 mz_int64 cur_ofs = MZ_FTELL64(pZip->m_pState->m_pFile); in mz_zip_file_write_func()
6029 (MZ_FSEEK64(pZip->m_pState->m_pFile, (mz_int64)file_ofs, SEEK_SET)))) in mz_zip_file_write_func()
[all …]