Searched refs:TIFFExtendProc (Results 1 – 3 of 3) sorted by relevance
281 typedef void (*TIFFExtendProc)(TIFF*); typedef462 extern TIFFExtendProc TIFFSetTagExtender(TIFFExtendProc);
1290 static TIFFExtendProc _TIFFextender = (TIFFExtendProc) NULL;1292 TIFFExtendProc1293 TIFFSetTagExtender(TIFFExtendProc extender) in TIFFSetTagExtender()1295 TIFFExtendProc prev = _TIFFextender; in TIFFSetTagExtender()
2313 static TIFFExtendProc2314 tag_extender = (TIFFExtendProc) NULL;2399 if (tag_extender != (TIFFExtendProc) NULL) in TIFFTagExtender()2427 if (tag_extender == (TIFFExtendProc) NULL) in RegisterTIFFImage()2555 if (tag_extender == (TIFFExtendProc) NULL) in UnregisterTIFFImage()