OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_dwBufSize
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.cpp
27
m_dwBufSize
(0),
43
m_dwBufSize
= std::min(dwLen, kSaxFileBufSize);
44
m_pBuf = FX_Alloc(uint8_t,
m_dwBufSize
);
45
if (!pFile->ReadBlock(m_pBuf, dwStart,
m_dwBufSize
)) {
61
m_dwBufSize
= std::min(dwSize, kSaxFileBufSize);
62
if (!m_pFile->ReadBlock(m_pBuf, m_dwCur,
m_dwBufSize
)) {
214
FX_DWORD size = m_File.
m_dwBufSize
;
fx_sax_imp.h
21
FX_DWORD
m_dwBufSize
;
Completed in 53 milliseconds