Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_parser.cpp304 static constexpr char kStartXRefKeyword[] = "startxref"; in ParseStartXRef() local
305 m_pSyntax->SetPos(m_pSyntax->GetDocumentSize() - strlen(kStartXRefKeyword)); in ParseStartXRef()
306 if (!m_pSyntax->BackwardsSearchToWord(kStartXRefKeyword, 4096)) in ParseStartXRef()