Searched defs:hashfn (Results 1 – 1 of 1) sorted by relevance
| /external/libevent/ |
| D | ht-internal.h | 105 #define HT_SET_HASH_(elm, field, hashfn) \ argument 109 #define HT_ELT_HASH_(elm, field, hashfn) \ argument 112 #define HT_SET_HASH_(elm, field, hashfn) \ argument 114 #define HT_ELT_HASH_(elm, field, hashfn) \ argument 121 #define HT_BUCKET_(head, field, elm, hashfn) \ argument 129 #define HT_PROTOTYPE(name, type, field, hashfn, eqfn) \ argument 300 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument 425 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
|