Searched refs:TIFFExtendProc (Results 1 – 3 of 3) sorted by relevance
281 typedef void (*TIFFExtendProc)(TIFF*); typedef459 extern TIFFExtendProc TIFFSetTagExtender(TIFFExtendProc);
1238 static TIFFExtendProc _TIFFextender = (TIFFExtendProc) NULL;1240 TIFFExtendProc1241 TIFFSetTagExtender(TIFFExtendProc extender) in TIFFSetTagExtender()1243 TIFFExtendProc prev = _TIFFextender; in TIFFSetTagExtender()
2151 static TIFFExtendProc2152 tag_extender = (TIFFExtendProc) NULL;2235 if (tag_extender != (TIFFExtendProc) NULL) in TIFFTagExtender()2261 if (tag_extender == (TIFFExtendProc) NULL) in RegisterTIFFImage()2382 if (tag_extender == (TIFFExtendProc) NULL) in UnregisterTIFFImage()