Searched refs:eqfn (Results 1 – 1 of 1) sorted by relevance
/external/libevent/ |
D | ht-internal.h | 129 #define HT_PROTOTYPE(name, type, field, hashfn, eqfn) \ argument 151 if (eqfn(*p, elm)) \ 300 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument
|