Searched defs:head (Results 1 – 1 of 1) sorted by relevance
/libbtbb/lib/src/ |
H A D | uthash.h | 103 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 150 #define HASH_MAKE_TABLE(hh,head) \ argument 169 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument 172 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument 182 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument 224 #define HASH_DELETE(hh,head,delptr) \ argument 261 #define HASH_FIND_STR(head,findstr,out) \ argument 263 #define HASH_ADD_STR(head,strfield,add) \ argument 265 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument 267 #define HASH_FIND_INT(head,findint,out) \ argument [all …]
|