Searched refs:_db_hash_std (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/lib/libc/citrus/ |
H A D | citrus_pivot_factory.c | 83 ret = _db_factory_create(&se->se_df, &_db_hash_std, NULL); in find_src() 171 ret = _db_factory_create(&df, &_db_hash_std, NULL); in dump_db()
|
H A D | citrus_hash.c | 53 return (int)(_db_hash_std(NULL, &r) % (uint32_t)hashsize); in _citrus_string_hash_func()
|
H A D | citrus_lc_template.h | 54 &_db_hash_std, NULL); in _PREFIX()
|
H A D | citrus_csmapper.c | 93 ret = _db_open(subdb, &r, _CITRUS_PIVOT_SUB_MAGIC, _db_hash_std, NULL); in open_subdb() 119 ret = _db_open(&db1, &fr, _CITRUS_PIVOT_MAGIC, _db_hash_std, NULL); in find_best_pivot_pvdb()
|
H A D | citrus_lookup_factory.c | 108 ret = _db_factory_create(&df, &_db_hash_std, NULL); in _citrus_lookup_factory_convert()
|
H A D | citrus_namespace.h | 86 #define _db_hash_std _citrus_db_hash_std macro
|
H A D | citrus_esdb.c | 85 ret = _db_open(&db, fr, _CITRUS_ESDB_MAGIC, &_db_hash_std, NULL); in conv_esdb()
|
H A D | citrus_lookup.c | 151 _db_hash_std, NULL); in seq_open_db()
|
/netbsd-src/usr.bin/mkesdb/ |
H A D | yacc.y | 161 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL)); in dump_file()
|
/netbsd-src/usr.bin/mklocale/ |
H A D | mklocaledb.c | 254 if (_db_factory_create(&df, &_db_hash_std, NULL)) in mklocaledb()
|
/netbsd-src/lib/libc/citrus/modules/ |
H A D | citrus_mapper_std.c | 388 &_db_hash_std, NULL); in _citrus_mapper_std_mapper_init()
|
/netbsd-src/usr.bin/mkcsmapper/ |
H A D | yacc.y | 370 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL)); in dump_file()
|