Lines Matching refs:hashentry
38 struct hashentry { struct
39 struct hashentry **prev; argument
40 struct hashentry *next; argument
47 struct hashentry **tab; argument
54 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()
233 struct hashentry *h = _search(dict, key); in heim_dict_delete_key()
258 struct hashentry **h, *g; in heim_dict_iterate_f()
276 struct hashentry **h, *g;