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

/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_hash.c52 return ((int)(_db_hash_std(&r) % (uint32_t)hashsize));
H A Dcitrus_pivot_factory.c79 ret = _db_factory_create(&se->se_df, &_db_hash_std, NULL);
167 ret = _db_factory_create(&df, &_db_hash_std, NULL);
H A Dcitrus_lookup_factory.c104 ret = _db_factory_create(&df, &_db_hash_std, NULL);
H A Dcitrus_namespace.h91 #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.c86 ret = _db_open(&db, fr, _CITRUS_ESDB_MAGIC, &_db_hash_std, NULL);
H A Dcitrus_lookup.c153 _db_hash_std, NULL);
/freebsd-13-stable/usr.bin/mkesdb/
H A Dyacc.y157 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL));
/freebsd-13-stable/lib/libiconv_modules/mapper_std/
H A Dcitrus_mapper_std.c372 &_db_hash_std, NULL);
/freebsd-13-stable/usr.bin/mkcsmapper/
H A Dyacc.y372 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL));

Completed in 62 milliseconds