Searched refs:hashentry (Results 1 – 3 of 3) sorted by relevance
38 struct hashentry { struct39 struct hashentry **prev; argument40 struct hashentry *next; argument47 struct hashentry **tab; argument54 struct hashentry **h, *g, *i; in dict_dealloc()148 static struct hashentry *152 struct hashentry *p; in _search()173 struct hashentry *p; in heim_dict_copy_value()194 struct hashentry **tabptr, *h; in heim_dict_add_value()258 struct hashentry **h, *g; in heim_dict_iterate_f()[all …]
40 struct hashentry { /* Entry in bucket */ struct41 struct hashentry **prev; argument42 struct hashentry *next; argument46 typedef struct hashentry Hashentry; argument
86 %type <ipe> ipfgroup ipfhash hashlist hashentry343 | hashentry next { $$ = $1; }344 | hashentry next hashlist { $1->ipe_next = $3; $$ = $1; }347 hashentry: