| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| hash.h | 40 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 *, void *, int (*)(void *, void *), void *) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| object.h | 15 typedef size_t hash_t; typedef
|
| /src/usr.sbin/veriexecgen/ |
| veriexecgen.c | 71 typedef struct hash_t { struct 74 } hash_t; typedef in typeref:struct:hash_t 101 static hash_t hashes[] = { 135 banner(veriexecgen_t *vp, hash_t *hash_type, char **search_path) 158 static hash_t * 161 hash_t *hash; 171 do_hash(char *filename, hash_t * h) 206 add_new_path_entry(veriexecgen_t *vp, const char *file, hash_t *hash) 240 add_new_ftsent_entry(veriexecgen_t *vp, FTSENT *file, hash_t *hash) 278 walk_dir(veriexecgen_t *vp, char **search_path, hash_t *hash [all...] |
| /src/external/bsd/iscsi/dist/include/ |
| iscsiutil.h | 229 typedef struct hash_t { struct 235 } hash_t; typedef in typeref:struct:hash_t 237 int hash_init(hash_t * , int ); 238 int hash_insert(hash_t * , struct initiator_cmd_t * , uint32_t ); 239 struct initiator_cmd_t *hash_remove(hash_t * , uint32_t ); 240 int hash_destroy(hash_t * );
|