ctx_dbsuffix
if (ctx_dbsuffix(dbc, SUFFIX_DB, &a))
if (ctx_dbsuffix(dbc, SUFFIX_LOCK, &b))
if (ctx_dbsuffix(dbc, SUFFIX_POLICY, &c))
if (ctx_dbsuffix(dbc, SUFFIX_POLICY_LOCK, &d))
if (ctx_dbsuffix(dbc, SUFFIX_DB, &fname) != 0)
retval = ctx_dbsuffix(dbc, SUFFIX_LOCK, &dbc->db_lf_name);
retval = ctx_dbsuffix(dbc, SUFFIX_POLICY, &polname);
retval = ctx_dbsuffix(dbc, SUFFIX_POLICY_LOCK, &plockname);