Searched refs:m_BufSize (Results 1 – 4 of 4) sorted by relevance
444 , m_BufSize(size) in IFX_BufferArchive()469 m_pBuffer = FX_Allocator_Alloc(m_pAllocator, FX_BYTE, m_BufSize); in AppendBlock()477 FX_STRSIZE buf_size = FX_MIN(m_BufSize - m_Length, (FX_STRSIZE)temp_size); in AppendBlock()480 if (m_Length == m_BufSize) { in AppendBlock()
1659 m_BufSize = CPDF_ModuleMgr::Get()->m_FileBufSize; in CPDF_SyntaxParser()1689 if (m_BufOffset >= pos || (FX_FILESIZE)(m_BufOffset + m_BufSize) <= pos) { in GetNextChar()1691 FX_DWORD read_size = m_BufSize; in GetNextChar()1718 if (m_BufOffset >= pos || (FX_FILESIZE)(m_BufOffset + m_BufSize) <= pos) { in GetCharAtBackward()1720 if (pos < (FX_FILESIZE)m_BufSize) { in GetCharAtBackward()1723 read_pos = pos - m_BufSize + 1; in GetCharAtBackward()1725 FX_DWORD read_size = m_BufSize; in GetCharAtBackward()2496 m_pFileBuf = FX_Alloc(FX_BYTE, m_BufSize); in InitParser()2502 …ccess->ReadBlock(m_pFileBuf, 0, (size_t)((FX_FILESIZE)m_BufSize > m_FileLen ? m_FileLen : m_BufSiz… in InitParser()
263 FX_STRSIZE m_BufSize; variable
335 FX_DWORD m_BufSize; variable