Searched defs:head (Results 1 – 1 of 1) sorted by relevance
/openwifi/user_space/inject_80211/ |
H A D | uthash.h | 94 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 141 #define HASH_MAKE_TABLE(hh,head) \ argument 160 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument 163 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument 173 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument 215 #define HASH_DELETE(hh,head,delptr) \ argument 252 #define HASH_FIND_STR(head,findstr,out) \ argument 254 #define HASH_ADD_STR(head,strfield,add) \ argument 256 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument 258 #define HASH_FIND_INT(head,findint,out) \ argument [all …]
|