Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_write.c683 uint64* new_stripoffset; in TIFFGrowStrips() local
687 new_stripoffset = (uint64*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
691 if (new_stripoffset == NULL || new_stripbytecount == NULL) { in TIFFGrowStrips()
692 if (new_stripoffset) in TIFFGrowStrips()
693 _TIFFfree(new_stripoffset); in TIFFGrowStrips()
700 td->td_stripoffset = new_stripoffset; in TIFFGrowStrips()