OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_find_slot
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/make-3.81/
hash.c
86
hash_find_slot
(struct hash_table *ht, const void *key)
function
123
void **slot =
hash_find_slot
(ht, key);
130
void **slot =
hash_find_slot
(ht, item);
151
return (void *)
hash_find_slot
(ht, item);
160
void **slot =
hash_find_slot
(ht, item);
270
void **slot =
hash_find_slot
(ht, *ovp);
strcache.c
121
char **slot = (char **)
hash_find_slot
(&strings, str);
hash.h
64
void **
hash_find_slot
__P((struct hash_table *ht, void const *key));
dir.c
446
dir_slot = (struct directory **)
hash_find_slot
(&directories, &dir_key);
509
dc_slot = (struct directory_contents **)
hash_find_slot
(&directory_contents, &dc_key);
700
dirfile_slot = (struct dirfile **)
hash_find_slot
(&dir->dirfiles, &dirfile_key);
variable.c
178
var_slot = (struct variable **)
hash_find_slot
(&set->table, &var_key);
658
= (struct variable **)
hash_find_slot
(&to_set->table, *from_var_slot);
945
new_slot = (struct variable **)
hash_find_slot
(&table, v);
[
all
...]
file.c
168
file_slot = (struct file **)
hash_find_slot
(&files, &file_key);
246
file_slot = (struct file **)
hash_find_slot
(&files, &file_key);
Completed in 172 milliseconds