Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp215 static constexpr char kStartXRefKeyword[] = "startxref"; in ParseStartXRef() local
216 m_pSyntax->SetPos(m_pSyntax->GetDocumentSize() - strlen(kStartXRefKeyword)); in ParseStartXRef()
217 if (!m_pSyntax->BackwardsSearchToWord(kStartXRefKeyword, 4096)) in ParseStartXRef()