Searched refs:hash_t (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.h40 typedef struct hash hash_t; typedef in typeref:struct:hash
42 hash_t *hash_new(int, int (*)(int, void *), int (*)(void *, void *));
43 void hash_add(hash_t *, void *);
44 void hash_merge(hash_t *, hash_t *);
45 void hash_remove(hash_t *, void *);
46 int hash_find(hash_t *, void *, void **);
47 int hash_find_iter(hash_t *, void *, int (*)(void *, void *), void *);
48 int hash_iter(hash_t *, int (*)(void *, void *), void *);
49 int hash_match(hash_t *, voi
[all...]
H A Dhash.c52 hash_t *hd_hash;
92 hash_t *
95 hash_t *hash;
97 hash = xmalloc(sizeof (hash_t));
107 hash_add(hash_t *hash, void *key)
117 hash_add((hash_t *)private, node);
122 hash_merge(hash_t *to, hash_t *from)
130 hash_t *hash = arg;
135 hash_remove(hash_t *has
[all...]
H A Dtraverse.h61 int iitraverse_hash(hash_t *, int *, tdtrav_cb_f *, tdtrav_cb_f *,
H A Dctftools.h314 hash_t *td_iihash; /* The iidesc_t nodes for this file */
316 hash_t *td_layouthash; /* The tdesc nodes, hashed by structure */
317 hash_t *td_idhash; /* The tdesc nodes, hashed by type id */
370 void iidesc_add(hash_t *, iidesc_t *);
373 void iidesc_stats(hash_t *);
H A Diidesc.c87 iidesc_add(hash_t *hash, iidesc_t *new)
188 iidesc_stats(hash_t *ii)
H A Dalist.c44 hash_t *al_elements;
H A Dtraverse.c218 iitraverse_hash(hash_t *iihash, int *vgenp, tdtrav_cb_f *firstops,
H A Dtdata.c446 tdata_build_hashes_common(tdata_t *td, hash_t *hash)
H A Dmerge.c151 hash_t *md_tdtba; /* tdesc_t nodes To Be Added to the parent */
1033 merge_types(hash_t *src, merge_cb_data_t *mcd)
H A Ddwarf.c129 hash_t *dw_tidhash; /* hash of tdescs by t_id */
130 hash_t *dw_fwdhash; /* hash of fwd decls by name */
131 hash_t *dw_enumhash; /* hash of memberless enums by name */
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dreps.c121 typedef struct hash_t struct
148 } hash_t; typedef in typeref:struct:hash_t
165 hash_t hash;
300 hash_to_index(hash_t *hash, hash_key_t adler32)
309 allocate_hash_members(hash_t *hash,
331 init_hash(hash_t *hash,
345 grow_hash(hash_t *hash,
349 hash_t copy;
/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c77 } hash_t; typedef in typeref:enum:__anon16601
80 hash_t type;
287 hash_t fct = HASH_UNKNOWN;
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-isakmp.c455 uint8_t hash_t; /* type of hash */

Completed in 138 milliseconds