Searched refs:FXSYS_ftell (Results 1 – 5 of 5) sorted by relevance
74 FX_FILESIZE pos = (FX_FILESIZE)FXSYS_ftell(m_hFile); in GetSize()76 FX_FILESIZE size = (FX_FILESIZE)FXSYS_ftell(m_hFile); in GetSize()84 return (FX_FILESIZE)FXSYS_ftell(m_hFile); in GetPosition()91 return (FX_FILESIZE)FXSYS_ftell(m_hFile); in SetPosition()
62 int32_t iPos = FXSYS_ftell(file); in FX_filelength()64 int32_t iLen = FXSYS_ftell(file); in FX_filelength()
185 return FXSYS_ftell(m_hFile); in Seek()189 return FXSYS_ftell(m_hFile); in GetPosition()193 return FXSYS_ftell(m_hFile) >= m_iLength; in IsEOF()208 int32_t iPosition = FXSYS_ftell(m_hFile); in ReadString()219 if (FXSYS_ftell(m_hFile) != iPosition) { in ReadString()231 int32_t iPos = FXSYS_ftell(m_hFile); in WriteData()243 int32_t iPos = FXSYS_ftell(m_hFile); in WriteString()
144 #define FXSYS_ftell ftell macro
1376 FX_DWORD filesize = FXSYS_ftell(pFile); in ScanFile()