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

/netbsd-current/lib/libc/citrus/
H A Dcitrus_hash.c53 return (int)(_db_hash_std(NULL, &r) % (uint32_t)hashsize);
H A Dcitrus_lc_template.h54 &_db_hash_std, NULL);
H A Dcitrus_lookup_factory.c108 ret = _db_factory_create(&df, &_db_hash_std, NULL);
H A Dcitrus_pivot_factory.c83 ret = _db_factory_create(&se->se_df, &_db_hash_std, NULL);
171 ret = _db_factory_create(&df, &_db_hash_std, NULL);
H A Dcitrus_namespace.h86 #define _db_hash_std _citrus_db_hash_std macro
H A Dcitrus_csmapper.c93 ret = _db_open(subdb, &r, _CITRUS_PIVOT_SUB_MAGIC, _db_hash_std, NULL);
119 ret = _db_open(&db1, &fr, _CITRUS_PIVOT_MAGIC, _db_hash_std, NULL);
H A Dcitrus_esdb.c85 ret = _db_open(&db, fr, _CITRUS_ESDB_MAGIC, &_db_hash_std, NULL);
H A Dcitrus_lookup.c151 _db_hash_std, NULL);
/netbsd-current/usr.bin/mklocale/
H A Dmklocaledb.c254 if (_db_factory_create(&df, &_db_hash_std, NULL))
/netbsd-current/usr.bin/mkesdb/
H A Dyacc.y161 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL));
/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_mapper_std.c388 &_db_hash_std, NULL);
/netbsd-current/usr.bin/mkcsmapper/
H A Dyacc.y370 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL));

Completed in 215 milliseconds