Searched refs:_HT_SET_HASH (Results 1 – 1 of 1) sorted by relevance
/external/libevent/ |
D | ht-internal.h | 101 #define _HT_SET_HASH(elm, field, hashfn) \ macro 108 #define _HT_SET_HASH(elm, field, hashfn) \ macro 160 _HT_SET_HASH(elm, field, hashfn); \ 173 _HT_SET_HASH(elm, field, hashfn); \ 187 _HT_SET_HASH(elm, field, hashfn); \ 206 _HT_SET_HASH(elm, field, hashfn); \ 429 _HT_SET_HASH((elm), field, hashfn); \
|