Home
last modified time | relevance | path

Searched refs:_db_hash_std (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/lib/libc/citrus/
H A Dcitrus_pivot_factory.c83 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 Dcitrus_hash.c53 return (int)(_db_hash_std(NULL, &r) % (uint32_t)hashsize); in _citrus_string_hash_func()
H A Dcitrus_lc_template.h54 &_db_hash_std, NULL); in _PREFIX()
H A Dcitrus_csmapper.c93 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 Dcitrus_lookup_factory.c108 ret = _db_factory_create(&df, &_db_hash_std, NULL); in _citrus_lookup_factory_convert()
H A Dcitrus_namespace.h86 #define _db_hash_std _citrus_db_hash_std macro
H A Dcitrus_esdb.c85 ret = _db_open(&db, fr, _CITRUS_ESDB_MAGIC, &_db_hash_std, NULL); in conv_esdb()
H A Dcitrus_lookup.c151 _db_hash_std, NULL); in seq_open_db()
/netbsd-src/usr.bin/mkesdb/
H A Dyacc.y161 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL)); in dump_file()
/netbsd-src/usr.bin/mklocale/
H A Dmklocaledb.c254 if (_db_factory_create(&df, &_db_hash_std, NULL)) in mklocaledb()
/netbsd-src/lib/libc/citrus/modules/
H A Dcitrus_mapper_std.c388 &_db_hash_std, NULL); in _citrus_mapper_std_mapper_init()
/netbsd-src/usr.bin/mkcsmapper/
H A Dyacc.y370 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL)); in dump_file()