Searched refs:hash_find_slot (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | hash.c | 86 hash_find_slot (struct hash_table *ht, const void *key) in hash_find_slot() function 123 void **slot = hash_find_slot (ht, key); in hash_find_item() 130 void **slot = hash_find_slot (ht, item); in hash_insert() 151 return (void *) hash_find_slot (ht, item); in hash_insert_at() 160 void **slot = hash_find_slot (ht, item); in hash_delete() 270 void **slot = hash_find_slot (ht, *ovp); in hash_rehash()
|
D | strcache.c | 121 char **slot = (char **) hash_find_slot (&strings, str); in add_hash()
|
D | hash.h | 64 void **hash_find_slot __P((struct hash_table *ht, void const *key));
|
D | dir.c | 443 dir_slot = (struct directory **) hash_find_slot (&directories, &dir_key); in find_directory() 506 dc_slot = (struct directory_contents **) hash_find_slot (&directory_contents, &dc_key); in find_directory() 696 dirfile_slot = (struct dirfile **) hash_find_slot (&dir->dirfiles, &dirfile_key); in dir_contents_file_exists_p()
|
D | variable.c | 176 var_slot = (struct variable **) hash_find_slot (&set->table, &var_key); in define_variable_in_set() 650 = (struct variable **) hash_find_slot (&to_set->table, *from_var_slot); in merge_variable_sets() 935 new_slot = (struct variable **) hash_find_slot (&table, v); in target_environment()
|
D | file.c | 168 file_slot = (struct file **) hash_find_slot (&files, &file_key); in enter_file() 245 file_slot = (struct file **) hash_find_slot (&files, &file_key); in rehash_file()
|
D | read.c | 1734 struct dep **dep_slot = (struct dep **) hash_find_slot (&deps, dep); in uniquize_deps()
|