Searched refs:hash_entry (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dernodtbl.c1044 rpc_ss_hash_entry_t *hash_entry; local
1050 hash_entry = get_hash_chain_head (str, ptr);
1052 while ((hash_entry->ptr != ptr) && (hash_entry->next))
1053 hash_entry = hash_entry->next;
1059 return hash_entry;
1091 rpc_ss_hash_entry_t *hash_entry; local
1108 hash_entry = get_hash_chain_head (str, ptr);
1110 if (hash_entry
1175 rpc_ss_hash_entry_t *hash_entry; local
1493 rpc_ss_hash_entry_t *hash_entry; local
1586 rpc_ss_hash_entry_t *hash_entry; local
1777 rpc_ss_hash_entry_t * hash_entry; local
1870 rpc_ss_hash_entry_t * hash_entry; local
1935 rpc_ss_hash_entry_t * hash_entry; local
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dhash.c55 struct hash_entry *bucket;
56 struct hash_entry const *bucket_limit;
73 /* A linked list of freed struct hash_entry structs. */
74 struct hash_entry *free_entry_list;
174 struct hash_entry const *bucket;
181 struct hash_entry const *cursor = bucket;
201 struct hash_entry const *bucket;
209 struct hash_entry const *cursor = bucket;
250 struct hash_entry const *bucket
252 struct hash_entry cons
[all...]
H A Dhash.h35 struct hash_entry struct
38 struct hash_entry *next;
/macosx-10.9.5/cctools-845/as/
H A Dhash.c47 struct hash_entry { struct
49 struct hash_entry *next;
63 struct hash_entry **table;
93 alloc = size * sizeof (struct hash_entry *);
94 ret->table = (struct hash_entry **) obstack_alloc (&ret->memory, alloc);
120 hash_entry, or NULL if the string is not in the table. If PLIST is
128 static struct hash_entry *hash_lookup (struct hash_control *,
131 struct hash_entry ***,
134 static struct hash_entry *
136 struct hash_entry ***plis
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_object.c6801 vm_object_hash_entry_t hash_entry; local
7043 hash_entry = vm_object_hash_lookup(object2->pager, FALSE);
7044 assert(hash_entry != VM_OBJECT_HASH_ENTRY_NULL);
7045 hash_entry->object = object2;
7050 hash_entry = vm_object_hash_lookup(object1->pager, FALSE);
7051 assert(hash_entry != VM_OBJECT_HASH_ENTRY_NULL);
7052 hash_entry->object = object1;
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_auth_digest.c121 typedef struct hash_entry { struct
123 struct hash_entry *next; /* next entry in the bucket */

Completed in 215 milliseconds