Searched refs:strfield (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/libucl/uthash/ |
| H A D | uthash.h | 255 #define HASH_ADD_STR(head,strfield,add) \ argument 256 HASH_ADD(hh,head,strfield,strlen(add->strfield),add) 257 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument 258 HASH_REPLACE(hh,head,strfield,strlen(add->strfield),add,replaced)
|
| /src/contrib/elftoolchain/common/ |
| H A D | uthash.h | 245 #define HASH_ADD_STR(head,strfield,add) \ argument 246 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)
|