Searched refs:dp_get_options (Results 1 - 10 of 10) sorted by relevance
/sssd-io/src/providers/ |
H A D | data_provider.h | 278 int dp_get_options(TALLOC_CTX *memctx,
|
H A D | data_provider_opts.c | 83 int dp_get_options(TALLOC_CTX *memctx, function
|
H A D | be_dyndns.c | 1225 ret = dp_get_options(ctx, be_ctx->cdb, be_ctx->conf_path,
|
H A D | data_provider_fo.c | 837 ret = dp_get_options(res_ctx, cdb, conf_path,
|
/sssd-io/src/providers/ad/ |
H A D | ad_common.c | 141 ret = dp_get_options(id_opts, cdb, conf_path, 236 ret = dp_get_options(ad_options, 429 ret = dp_get_options(opts, cdb, conf_path, 1241 ret = dp_get_options(tmp_ctx, bectx->cdb, bectx->conf_path,
|
/sssd-io/src/providers/ipa/ |
H A D | ipa_common.c | 57 ret = dp_get_options(opts, cdb, conf_path, 204 ret = dp_get_options(ipa_opts->id, cdb, conf_path, 676 ret = dp_get_options(ipa_opts, cdb, conf_path,
|
/sssd-io/src/tests/cmocka/ |
H A D | test_dp_opts.c | 228 ret = dp_get_options(global_talloc_context, tctx->confdb, tctx->conf_dom_path,
|
H A D | test_ipa_subdomains_server.c | 199 ret = dp_get_options(ipa_ctx->ipa_options->id, 207 ret = dp_get_options(ipa_ctx->ipa_options->basic,
|
/sssd-io/src/providers/ldap/ |
H A D | ldap_options.c | 68 ret = dp_get_options(opts, cdb, conf_path,
|
/sssd-io/src/providers/krb5/ |
H A D | krb5_common.c | 366 ret = dp_get_options(memctx, cdb, conf_path, default_krb5_opts, 369 DEBUG(SSSDBG_CRIT_FAILURE, "dp_get_options failed.\n");
|
Completed in 343 milliseconds