Searched refs:TIFFExtendProc (Results 1 – 3 of 3) sorted by relevance
279 typedef void (*TIFFExtendProc)(TIFF*); typedef461 extern TIFFExtendProc TIFFSetTagExtender(TIFFExtendProc);
1308 static TIFFExtendProc _TIFFextender = (TIFFExtendProc) NULL;1310 TIFFExtendProc1311 TIFFSetTagExtender(TIFFExtendProc extender) in TIFFSetTagExtender()1313 TIFFExtendProc prev = _TIFFextender; in TIFFSetTagExtender()
2225 static TIFFExtendProc2226 tag_extender = (TIFFExtendProc) NULL;2313 if (tag_extender != (TIFFExtendProc) NULL) in TIFFTagExtender()2341 if (tag_extender == (TIFFExtendProc) NULL) in RegisterTIFFImage()2468 if (tag_extender == (TIFFExtendProc) NULL) in UnregisterTIFFImage()