Home
last modified time | relevance | path

Searched refs:init_hash (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libc/db/hash/
H A Dhash.c71 static HTAB *init_hash(HTAB *, const char *, const HASHINFO *);
136 if (!(hashp = init_hash(hashp, file, info))) in __hash_open()
278 init_hash(HTAB *hashp, const char *file, const HASHINFO *info) in init_hash() function
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A DChangeLog.0153 (init_hash, delete_hash, insert_entry, find_entry, iterate_table,
155 * hash.c (init_hash, delete_hash, insert_entry, insert_entry_2,
693 (init_hash): Remove test for NULL that can never succeed.
1266 (init_hash): Use xcalloc instead of xmalloc.
H A DChangeLog.1546 (hash_init): Renamed from init_hash.
553 (hash_init): Renamed from init_hash.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A DChangeLog.05198 (init_hash, insert_entry): Cast result of calloc.