Searched defs:keylen_in (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libucl/uthash/ |
H A D | uthash.h | 161 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument 164 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument 174 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument 369 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,out) \ argument
|
/freebsd/contrib/elftoolchain/common/ |
H A D | uthash.h | 161 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument 164 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument 582 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,out) \ argument
|