Searched refs:TIFFSetupStrips (Results 1 – 7 of 7) sorted by relevance
5 …TIFFSetupStrips(): avoid potential uint32 overflow on 32-bit systems with large number of strips. …11 @@ -540,9 +540,11 @@ TIFFSetupStrips(TIFF* tif)
434 TIFFSetupStrips=PROCEDURE,-585 UNIVERSAL=TIFFSetupStrips
115 TIFFSetupStrips
527 TIFFSetupStrips(TIFF* tif) in TIFFSetupStrips() function615 if (tif->tif_dir.td_stripoffset == NULL && !TIFFSetupStrips(tif)) { in TIFFWriteCheck()
399 extern int TIFFSetupStrips(TIFF *);
199 (void) TIFFSetupStrips(tif); in TIFFCheckpointDirectory()
Completed in 14 milliseconds