Home | History | Annotate | Download | only in fpdf_parser

Lines Matching defs:nResult

4434     DocAvailStatus nResult = CheckLinearizedData(pHints);
4435 if (nResult != DataAvailable) {
4436 return nResult;
4439 nResult = m_pHintTables->CheckPage(iPage, pHints);
4440 if (nResult != DataAvailable)
4441 return nResult;