HomeSort by relevance Sort by last modified time
    Searched full:last_xref (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 658 FX_FILESIZE last_xref = -1; local
942 last_xref = pos + i - 4;
1006 if (last_xref != -1 && last_xref > last_obj) {
1007 last_trailer = last_xref;
1008 } else if (last_trailer == -1 || last_xref < last_obj) {
    [all...]

Completed in 337 milliseconds