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

/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h161 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ macro
171 HASH_ADD(hh,head,fieldname,keylen_in,add); \
252 /* convenience forms of HASH_FIND/HASH_ADD/HASH_DEL */
256 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)
262 HASH_ADD(hh,head,intfield,sizeof(int),add)
268 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h161 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ macro
242 /* convenience forms of HASH_FIND/HASH_ADD/HASH_DEL */
246 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)
250 HASH_ADD(hh,head,intfield,sizeof(int),add)
254 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c59 HASH_ADD(ab_hh, cu->cu_abbrev_hash, ab_entry,

Completed in 133 milliseconds