Home
last modified time | relevance | path

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

/src/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); \
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)
/src/contrib/elftoolchain/common/
H A Duthash.h96 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro
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)
/src/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c167 HASH_FIND(ab_hh, cu->cu_abbrev_hash, &entry, sizeof(entry), ab); in _dwarf_abbrev_find()
/src/contrib/libucl/src/
H A Ducl_parser.c2616 HASH_FIND (hh, parser->macroes, c, macro_len, macro); in ucl_state_machine()