Searched defs:hashfn (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/ |
H A D | ht-internal.h | 107 #define HT_SET_HASH_(elm, field, hashfn) \ argument 111 #define HT_ELT_HASH_(elm, field, hashfn) \ argument 114 #define HT_SET_HASH_(elm, field, hashfn) \ argument 116 #define HT_ELT_HASH_(elm, field, hashfn) \ argument 123 #define HT_BUCKET_(head, field, elm, hashfn) \ argument 131 #define HT_PROTOTYPE(name, type, field, hashfn, eqfn) \ argument 302 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument 427 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | ht-internal.h | 106 #define HT_SET_HASH_(elm, field, hashfn) \ argument 110 #define HT_ELT_HASH_(elm, field, hashfn) \ argument 113 #define HT_SET_HASH_(elm, field, hashfn) \ argument 115 #define HT_ELT_HASH_(elm, field, hashfn) \ argument 122 #define HT_BUCKET_(head, field, elm, hashfn) \ argument 130 #define HT_PROTOTYPE(name, type, field, hashfn, eqfn) \ argument 301 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument 426 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
|