Lines Matching defs:tbl
98 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */ argument
101 #define uthash_expand_fyi(tbl) /* can be defined to log expands */ argument
110 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho))) argument
112 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle *)(((char*)(elp)) + ((tbl)->hho))) argument
141 #define HASH_BLOOM_MAKE(tbl) \ argument
150 #define HASH_BLOOM_FREE(tbl) \ argument
158 #define HASH_BLOOM_ADD(tbl,hashv) \ argument
161 #define HASH_BLOOM_TEST(tbl,hashv) \ argument
165 #define HASH_BLOOM_MAKE(tbl) argument
166 #define HASH_BLOOM_FREE(tbl) argument
167 #define HASH_BLOOM_ADD(tbl,hashv) argument
168 #define HASH_BLOOM_TEST(tbl,hashv) (1) argument
714 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,hashval,out) \ argument
791 #define HASH_EXPAND_BUCKETS(tbl) \ argument
1064 struct UT_hash_table *tbl; member