Lines Matching refs:trailerEnd
242 const unsigned char* trailerEnd) { in readCrossReferenceSection() argument
244 const unsigned char* current = nextObject(xrefStart, trailerEnd, &xref, NULL, NULL); in readCrossReferenceSection()
249 return trailerEnd; in readCrossReferenceSection()
253 while (current < trailerEnd) { in readCrossReferenceSection()
256 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection()
265 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection()
277 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection()
287 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection()
297 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection()
315 const unsigned char* trailerEnd, in readTrailer() argument
323 current = nextObject(current, trailerEnd, &trailerKeyword, NULL, NULL); in readTrailer()
336 current = nextObject(current, trailerEnd, &token, fAllocator, NULL); in readTrailer()