Searched refs:HASH_REPLACE (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/libucl/uthash/ |
| H A D | uthash.h | 164 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ macro 258 HASH_REPLACE(hh,head,strfield,strlen(add->strfield),add,replaced) 264 HASH_REPLACE(hh,head,intfield,sizeof(int),add,replaced) 270 HASH_REPLACE(hh,head,ptrfield,sizeof(void *),add,replaced)
|