Lines Matching refs:NotConfigured
34 static int NotConfigured(TIFF*, int);
37 #define TIFFInitLZW NotConfigured
40 #define TIFFInitPackBits NotConfigured
43 #define TIFFInitThunderScan NotConfigured
46 #define TIFFInitNeXT NotConfigured
49 #define TIFFInitJPEG NotConfigured
52 #define TIFFInitOJPEG NotConfigured
55 #define TIFFInitCCITTRLE NotConfigured
56 #define TIFFInitCCITTRLEW NotConfigured
57 #define TIFFInitCCITTFax3 NotConfigured
58 #define TIFFInitCCITTFax4 NotConfigured
61 #define TIFFInitJBIG NotConfigured
64 #define TIFFInitZIP NotConfigured
67 #define TIFFInitPixarLog NotConfigured
70 #define TIFFInitSGILog NotConfigured
73 #define TIFFInitLZMA NotConfigured
119 NotConfigured(TIFF* tif, int scheme) in NotConfigured() function
153 if(codec->init != NotConfigured){ in TIFFIsCODECConfigured()