Searched refs:tif_cleanup (Results 1 – 17 of 17) sorted by relevance
48 tif->tif_cleanup = JPEGCleanup; in TIFFReInitJPEG_12()
53 (*tif->tif_cleanup)(tif); in TIFFCleanup()
153 tif->tif_cleanup = _TIFFvoid; in _TIFFSetDefaultCompressionState()
427 tif->tif_cleanup = ZSTDCleanup; in TIFFInitZSTD()
436 tif->tif_cleanup = ZIPCleanup; in TIFFInitZIP()
488 tif->tif_cleanup = LZMACleanup; in TIFFInitLZMA()
686 tif->tif_cleanup = TWebPCleanup; in TIFFInitWebP()
238 (*tif->tif_cleanup)(tif); in _TIFFVSetField()1760 (*tif->tif_cleanup)(tif); in TIFFUnlinkDirectory()
1191 tif->tif_cleanup = LZWCleanup; in TIFFInitLZW()
1394 tif->tif_cleanup = Fax3Cleanup; in InitCCITTFax3()
1739 tif->tif_cleanup = LogLuvCleanup; in TIFFInitSGILog()
1440 tif->tif_cleanup = PixarLogCleanup; in TIFFInitPixarLog()
2542 tif->tif_cleanup = JPEGCleanup; in TIFFInitJPEG()
462 tif->tif_cleanup=OJPEGCleanup; in TIFFInitOJPEG()
978 (*tif->tif_cleanup)(tif); in TIFFWriteDirectorySec()
3590 (*tif->tif_cleanup)(tif); /* cleanup any previous compression state */ in TIFFReadDirectory()
188 TIFFVoidMethod tif_cleanup; /* cleanup state routine */ member