Searched refs:HASH_REPLACE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h164 #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)

Completed in 85 milliseconds