_db_hash_std
ret = _db_open(&db1, &fr, _CITRUS_PIVOT_MAGIC, _db_hash_std, NULL);
ret = _db_open(subdb, &r, _CITRUS_PIVOT_SUB_MAGIC, _db_hash_std, NULL);
ret = _db_open(&db, fr, _CITRUS_ESDB_MAGIC, &_db_hash_std, NULL);
return ((int)(_db_hash_std(&r) % (uint32_t)hashsize));
_db_hash_std, NULL);
ret = _db_factory_create(&df, &_db_hash_std, NULL);
ret = _db_factory_create(&df, &_db_hash_std, NULL);
ret = _db_factory_create(&se->se_df, &_db_hash_std, NULL);
&_db_hash_std, NULL);
CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL));
CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL));