Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c5546 uint64* newoffsets; in ChopUpSingleUncompressedStrip() local
5584 newoffsets = (uint64*) _TIFFCheckMalloc(tif, nstrips, sizeof (uint64), in ChopUpSingleUncompressedStrip()
5586 if (newcounts == NULL || newoffsets == NULL) { in ChopUpSingleUncompressedStrip()
5593 if (newoffsets != NULL) in ChopUpSingleUncompressedStrip()
5594 _TIFFfree(newoffsets); in ChopUpSingleUncompressedStrip()
5605 newoffsets[strip] = stripbytes ? offset : 0; in ChopUpSingleUncompressedStrip()
5618 td->td_stripoffset = newoffsets; in ChopUpSingleUncompressedStrip()