HomeSort by relevance Sort by last modified time
    Searched refs:xrefpos (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.cpp 310 bool CPDF_Parser::LoadAllCrossRefV4(FX_FILESIZE xrefpos) {
311 if (!LoadCrossRefV4(xrefpos, 0, true))
326 CrossRefList.push_back(xrefpos);
328 seen_xrefpos.insert(xrefpos);
332 xrefpos = GetDirectInteger(m_pTrailer.get(), "Prev");
333 while (xrefpos) {
335 if (pdfium::ContainsKey(seen_xrefpos, xrefpos))
338 seen_xrefpos.insert(xrefpos);
341 CrossRefList.insert(CrossRefList.begin(), xrefpos);
342 LoadCrossRefV4(xrefpos, 0, true)
    [all...]
cpdf_data_avail.cpp 1070 uint32_t xrefpos = GetDirectInteger(pTrailerDict, "Prev"); local
1071 if (xrefpos) {
1076 m_dwPrevXRefOffset = xrefpos;
    [all...]

Completed in 82 milliseconds