OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hash_find_item
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/make-3.81/
hash.h
65
void *
hash_find_item
__P((struct hash_table *ht, void const *key));
hash.c
121
hash_find_item
(struct hash_table *ht, const void *key)
function
dir.c
628
df = (struct dirfile *)
hash_find_item
(&dir->dirfiles, &dirfile_key);
964
dirfile = (struct dirfile *)
hash_find_item
(&dir->dirfiles, &dirfile_key);
variable.c
358
v = (struct variable *)
hash_find_item
((struct hash_table *) &set->table, &var_key);
437
return (struct variable *)
hash_find_item
((struct hash_table *) &set->table, &var_key);
[
all
...]
function.c
274
return
hash_find_item
(&function_table, &function_table_entry_key);
1019
wp = (struct a_word *)
hash_find_item
(&a_word_table, &a_word_key);
[
all
...]
file.c
126
f = (struct file *)
hash_find_item
(&files, &file_key);
Completed in 327 milliseconds