OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_map_func_t
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/make-3.81/
hash.h
40
typedef void (*
hash_map_func_t
) __P((void const *item));
typedef
73
void hash_map __P((struct hash_table *ht,
hash_map_func_t
map));
hash.c
224
hash_map (struct hash_table *ht,
hash_map_func_t
map)
Completed in 93 milliseconds