Home
last modified time | relevance | path

Searched defs:_TIFFHashSet (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_hash_set.c55 struct _TIFFHashSet struct
57 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 …]