Home
last modified time | relevance | path

Searched refs:hash_find_slot (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dhash.c86 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()
Dstrcache.c121 char **slot = (char **) hash_find_slot (&strings, str); in add_hash()
Dhash.h64 void **hash_find_slot __P((struct hash_table *ht, void const *key));
Ddir.c443 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()
Dvariable.c176 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()
Dfile.c168 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()
Dread.c1734 struct dep **dep_slot = (struct dep **) hash_find_slot (&deps, dep); in uniquize_deps()