Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp1739 m_pFileBuf = NULL; in CPDF_SyntaxParser()
1741 m_pFileBuf = NULL; in CPDF_SyntaxParser()
1748 FX_Free(m_pFileBuf); in ~CPDF_SyntaxParser()
1776 if (!m_pFileAccess->ReadBlock(m_pFileBuf, read_pos, read_size)) { in GetNextChar()
1781 ch = m_pFileBuf[pos - m_BufOffset]; in GetNextChar()
1806 if (!m_pFileAccess->ReadBlock(m_pFileBuf, read_pos, read_size)) { in GetCharAtBackward()
1811 ch = m_pFileBuf[pos - m_BufOffset]; in GetCharAtBackward()
2517 FX_Free(m_pFileBuf); in InitParser()
2518 m_pFileBuf = FX_Alloc(uint8_t, m_BufSize); in InitParser()
2525 m_pFileBuf, 0, in InitParser()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h336 uint8_t* m_pFileBuf; variable