Searched defs:_TIFFHashSet (Results 1 – 1 of 1) sorted by relevance
55 struct _TIFFHashSet struct57 TIFFHashSetHashFunc fnHashFunc;58 TIFFHashSetEqualFunc fnEqualFunc;59 TIFFHashSetFreeEltFunc fnFreeEltFunc;60 TIFFList **tabList;61 int nSize;62 int nIndiceAllocatedSize;63 int nAllocatedSize;64 TIFFList *psRecyclingList;65 int nRecyclingListSize;[all …]