Home
last modified time | relevance | path

Searched refs:TIFFHashSetHashFunc (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_hash_set.h58 typedef unsigned long (*TIFFHashSetHashFunc)(const void *elt); typedef
68 TIFFHashSet *TIFFHashSetNew(TIFFHashSetHashFunc fnHashFunc,
Dtif_hash_set.c57 TIFFHashSetHashFunc fnHashFunc;
138 TIFFHashSet *TIFFHashSetNew(TIFFHashSetHashFunc fnHashFunc, in TIFFHashSetNew()