Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libucl/uthash/
HDuthash.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)
/freebsd-14-stable/contrib/elftoolchain/common/
HDuthash.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)
/freebsd-14-stable/contrib/elftoolchain/libdwarf/
HDlibdwarf_abbrev.c167 HASH_FIND(ab_hh, cu->cu_abbrev_hash, &entry, sizeof(entry), ab); in _dwarf_abbrev_find()
/freebsd-14-stable/contrib/libucl/src/
HDucl_parser.c2522 HASH_FIND (hh, parser->macroes, c, macro_len, macro); in ucl_state_machine()