Home
last modified time | relevance | path

Searched refs:hashentry (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/base/
H A Ddict.c38 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()
258 struct hashentry **h, *g; in heim_dict_iterate_f()
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dhash.h40 struct hashentry { /* Entry in bucket */ struct
41 struct hashentry **prev; argument
42 struct hashentry *next; argument
46 typedef struct hashentry Hashentry; argument
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y86 %type <ipe> ipfgroup ipfhash hashlist hashentry
343 | hashentry next { $$ = $1; }
344 | hashentry next hashlist { $1->ipe_next = $3; $$ = $1; }
347 hashentry: