Searched defs:hashfn (Results 1 – 1 of 1) sorted by relevance
/minix3/external/bsd/libevent/dist/ |
H A D | ht-internal.h | 102 #define _HT_SET_HASH(elm, field, hashfn) \ argument 106 #define _HT_ELT_HASH(elm, field, hashfn) \ argument 109 #define _HT_SET_HASH(elm, field, hashfn) \ argument 111 #define _HT_ELT_HASH(elm, field, hashfn) \ argument 118 #define _HT_BUCKET(head, field, elm, hashfn) \ argument 126 #define HT_PROTOTYPE(name, type, field, hashfn, eqfn) \ argument 297 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument 423 #define _HT_FIND_OR_INSERT(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
|