Searched refs:hash_table_init (Results 1 – 8 of 8) sorted by relevance
46 void hash_table_init(struct hash_table *, size_t);
30 hash_table_init(struct hash_table *htable, size_t hsize) in hash_table_init() function
201 hash_table_init(&created_directories, 100); in main()202 hash_table_init(&created_cvs_directories, 100); in main()
650 * aoutx.h: Adjust all hash_table_init functions and calls.
3333 * decl.c (build_typename_type): hash_table_init now returns void.
11095 (hash_table_init_n, hash_table_init): Likewise; also now return void.11096 * hash.h (hash_table_init_n, hash_table_init): Now return void.
9374 (hash_table_init): Take them as input.9383 (hash_table_init): Likewise.
9310 * decl.c (build_typename_type): hash_table_init now returns void.