Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_write.c684 uint64* new_stripbytecount; in TIFFGrowStrips() local
689 new_stripbytecount = (uint64*)_TIFFrealloc(td->td_stripbytecount, in TIFFGrowStrips()
691 if (new_stripoffset == NULL || new_stripbytecount == NULL) { in TIFFGrowStrips()
694 if (new_stripbytecount) in TIFFGrowStrips()
695 _TIFFfree(new_stripbytecount); in TIFFGrowStrips()
701 td->td_stripbytecount = new_stripbytecount; in TIFFGrowStrips()