Searched defs:_opts (Results 1 - 5 of 5) sorted by relevance
/sssd/src/providers/ |
H A D | data_provider_opts.c | 88 struct dp_option **_opts) 183 *_opts = opts; 195 struct dp_option **_opts) 278 *_opts = opts; 288 struct dp_option **_opts) 290 return dp_copy_options_ex(memctx, true, src_opts, num_opts, _opts); 296 struct dp_option **_opts) 298 return dp_copy_options_ex(memctx, false, src_opts, num_opts, _opts); 83 dp_get_options(TALLOC_CTX *memctx, struct confdb_ctx *cdb, const char *conf_path, struct dp_option *def_opts, int num_opts, struct dp_option **_opts) argument 191 dp_copy_options_ex(TALLOC_CTX *memctx, bool copy_values, struct dp_option *src_opts, int num_opts, struct dp_option **_opts) argument 285 dp_copy_options(TALLOC_CTX *memctx, struct dp_option *src_opts, int num_opts, struct dp_option **_opts) argument 293 dp_copy_defaults(TALLOC_CTX *memctx, struct dp_option *src_opts, int num_opts, struct dp_option **_opts) argument
|
/sssd/src/providers/ipa/ |
H A D | ipa_common.c | 44 struct ipa_options **_opts) 115 *_opts = opts; 174 struct sdap_options **_opts) 621 *_opts = ipa_opts->id; 634 struct dp_option **_opts) 722 *_opts = ipa_opts->auth; 1024 struct sdap_options **_opts) 1096 *_opts = ipa_opts->id; 40 ipa_get_options(TALLOC_CTX *memctx, struct confdb_ctx *cdb, const char *conf_path, struct sss_domain_info *dom, struct ipa_options **_opts) argument 171 ipa_get_id_options(struct ipa_options *ipa_opts, struct confdb_ctx *cdb, const char *conf_path, struct sdap_options **_opts) argument 631 ipa_get_auth_options(struct ipa_options *ipa_opts, struct confdb_ctx *cdb, const char *conf_path, struct dp_option **_opts) argument 1021 ipa_get_autofs_options(struct ipa_options *ipa_opts, struct confdb_ctx *cdb, const char *conf_path, struct sdap_options **_opts) argument
|
/sssd/src/providers/ldap/ |
H A D | ldap_options.c | 30 struct sdap_options **_opts) 342 *_opts = opts; 26 ldap_get_options(TALLOC_CTX *memctx, struct sss_domain_info *dom, struct confdb_ctx *cdb, const char *conf_path, struct sdap_options **_opts) argument
|
/sssd/src/providers/ad/ |
H A D | ad_common.c | 346 struct ad_options **_opts) 470 *_opts = opts; 999 struct sdap_options **_opts) 1030 *_opts = id_opts; 1148 struct dp_option **_opts) 1207 *_opts = talloc_steal(mem_ctx, krb5_options); 342 ad_get_common_options(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, const char *conf_path, struct sss_domain_info *dom, struct ad_options **_opts) argument 996 ad_get_id_options(struct ad_options *ad_opts, struct confdb_ctx *cdb, const char *conf_path, struct sdap_options **_opts) argument 1145 ad_get_auth_options(TALLOC_CTX *mem_ctx, struct ad_options *ad_opts, struct be_ctx *bectx, struct dp_option **_opts) argument
|
/sssd/src/providers/krb5/ |
H A D | krb5_common.c | 360 const char *conf_path, struct dp_option **_opts) 380 *_opts = opts; 359 sss_krb5_get_options(TALLOC_CTX *memctx, struct confdb_ctx *cdb, const char *conf_path, struct dp_option **_opts) argument
|
Completed in 1884 milliseconds