Searched refs:HASH_REPLACE (Results 1 – 1 of 1) sorted by relevance
/net-tools-3.5.0/libcoap/include/coap/ |
D | uthash.h | 172 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ macro 266 HASH_REPLACE(hh,head,strfield[0],(unsigned)strlen(add->strfield),add,replaced) 272 HASH_REPLACE(hh,head,intfield,sizeof(int),add,replaced) 278 HASH_REPLACE(hh,head,ptrfield,sizeof(void *),add,replaced)
|