Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_packbits.c101 if (!TIFFFlushData1(tif)) in PackBitsEncode()
109 if (!TIFFFlushData1(tif)) in PackBitsEncode()
H A Dtif_flush.c108 return (TIFFFlushData1(tif)); in TIFFFlushData()
H A Dtif_dumpmode.c68 !TIFFFlushData1(tif)) in DumpModeEncode()
H A Dtif_zip.c285 TIFFFlushData1(tif); in ZIPEncode()
313 TIFFFlushData1(tif); in ZIPPostEncode()
H A Dtif_jbig.c136 !TIFFFlushData1(tif)) in JBIGCopyEncodedData()
H A Dtif_lzma.c298 TIFFFlushData1(tif); in LZMAEncode()
326 TIFFFlushData1(tif); in LZMAPostEncode()
H A Dtif_luv.c474 if (!TIFFFlushData1(tif)) in LogL16Encode()
506 if (!TIFFFlushData1(tif)) in LogL16Encode()
566 if (!TIFFFlushData1(tif)) in LogLuvEncode24()
625 if (!TIFFFlushData1(tif)) in LogLuvEncode32()
657 if (!TIFFFlushData1(tif)) in LogLuvEncode32()
H A Dtif_lzw.c972 TIFFFlushData1(tif); in LZWEncode()
1057 TIFFFlushData1(tif); in LZWPostEncode()
H A Dtiffiop.h331 extern int TIFFFlushData1(TIFF* tif);
H A Dtif_fax3.c570 (void) TIFFFlushData1(tif); \
577 (void) TIFFFlushData1(tif); \
H A Dtif_write.c791 TIFFFlushData1(TIFF* tif) in TIFFFlushData1() function
H A Dtif_pixarlog.c1189 TIFFFlushData1(tif); in PixarLogEncode()
1219 TIFFFlushData1(tif); in PixarLogPostEncode()
H A Dtif_jpeg.c423 TIFFFlushData1(tif); in std_empty_output_buffer()
H A Dtif_dirwrite.c404 if( !TIFFFlushData1(tif) ) in TIFFWriteDirectorySec()
/libtiff-4.0.7/
H A DChangeLog211 * libtiff/tif_write.c: fix issue in error code path of TIFFFlushData1()
215 better fix could be to check the return value of TIFFFlushData1() in