Searched refs:kStartXRefKeyword (Results 1 – 1 of 1) sorted by relevance
215 static constexpr char kStartXRefKeyword[] = "startxref"; in ParseStartXRef() local216 m_pSyntax->SetPos(m_pSyntax->GetDocumentSize() - strlen(kStartXRefKeyword)); in ParseStartXRef()217 if (!m_pSyntax->BackwardsSearchToWord(kStartXRefKeyword, 4096)) in ParseStartXRef()