Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dhash.c132 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
Dstrcache.c129 hash_insert_at (&strings, key, slot); in add_hash()
Ddir.c455 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()
Dhash.h67 void *hash_insert_at __P((struct hash_table *ht, const void *item, void const *slot));
Dvariable.c212 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()
Dfile.c187 hash_insert_at (&files, new, file_slot); in enter_file()
253 hash_insert_at (&files, from_file, file_slot); in rehash_file()
Dread.c1737 hash_insert_at (&deps, dep, dep_slot); in uniquize_deps()