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

/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h95 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro
167 HASH_FIND(hh,head,&((add)->fieldname),keylen_in,replaced); \
252 /* convenience forms of HASH_FIND/HASH_ADD/HASH_DEL */
254 HASH_FIND(hh,head,findstr,strlen(findstr),out)
260 HASH_FIND(hh,head,findint,sizeof(int),out)
266 HASH_FIND(hh,head,findptr,sizeof(void *),out)
/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h96 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro
242 /* convenience forms of HASH_FIND/HASH_ADD/HASH_DEL */
244 HASH_FIND(hh,head,findstr,strlen(findstr),out)
248 HASH_FIND(hh,head,findint,sizeof(int),out)
252 HASH_FIND(hh,head,findptr,sizeof(void *),out)
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c167 HASH_FIND(ab_hh, cu->cu_abbrev_hash, &entry, sizeof(entry), ab);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c2324 HASH_FIND (hh, parser->macroes, c, macro_len, macro);

Completed in 173 milliseconds