Searched refs:hash_insert_at (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | hash.c | 132 hash_insert_at (ht, item, slot); in hash_insert() 137 hash_insert_at (struct hash_table *ht, const void *item, const void *slot) in hash_insert_at() function
|
D | strcache.c | 129 hash_insert_at (&strings, key, slot); in add_hash()
|
D | hash.h | 67 void *hash_insert_at __P((struct hash_table *ht, const void *item, void const *slot));
|
D | dir.c | 455 hash_insert_at (&directories, dir, dir_slot); in find_directory() 549 hash_insert_at (&directory_contents, dc, dc_slot); in find_directory() 709 hash_insert_at (&dir->dirfiles, df, dirfile_slot); in dir_contents_file_exists_p()
|
D | variable.c | 212 hash_insert_at (&set->table, v, var_slot); in define_variable_in_set() 652 hash_insert_at (&to_set->table, from_var, to_var_slot); in merge_variable_sets() 937 hash_insert_at (&table, v, new_slot); in target_environment()
|
D | file.c | 187 hash_insert_at (&files, new, file_slot); in enter_file() 253 hash_insert_at (&files, from_file, file_slot); in rehash_file()
|
D | read.c | 1737 hash_insert_at (&deps, dep, dep_slot); in uniquize_deps()
|