Lines Matching defs:tbl
99 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */ argument
102 #define uthash_expand_fyi(tbl) /* can be defined to log expands */ argument
137 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho))) argument
139 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle*)(void*)(((char*)(elp)) + ((tbl)->hho))) argument
181 #define HASH_BLOOM_MAKE(tbl,oomed) \ argument
193 #define HASH_BLOOM_FREE(tbl) \ argument
201 #define HASH_BLOOM_ADD(tbl,hashv) \ argument
204 #define HASH_BLOOM_TEST(tbl,hashv) \ argument
208 #define HASH_BLOOM_MAKE(tbl,oomed) argument
209 #define HASH_BLOOM_FREE(tbl) argument
210 #define HASH_BLOOM_ADD(tbl,hashv) argument
211 #define HASH_BLOOM_TEST(tbl,hashv) (1) argument
746 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,hashval,out) \ argument
834 #define HASH_EXPAND_BUCKETS(hh,tbl,oomed) \ argument
1128 struct UT_hash_table *tbl; member