Searched defs:_opts (Results 1 - 5 of 5) sorted by relevance
| /sssd-io/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-io/src/providers/ldap/ |
| H A D | ldap_options.c | 31 struct sdap_options **_opts) 364 *_opts = opts; 26 ldap_get_options(TALLOC_CTX *memctx, struct sss_domain_info *dom, struct confdb_ctx *cdb, const char *conf_path, struct data_provider *dp, struct sdap_options **_opts) argument
|
| /sssd-io/src/providers/ipa/ |
| H A D | ipa_common.c | 44 struct ipa_options **_opts) 115 *_opts = opts; 175 struct sdap_options **_opts) 650 *_opts = ipa_opts->id; 663 struct dp_option **_opts) 751 *_opts = ipa_opts->auth; 1053 struct sdap_options **_opts) 1125 *_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 data_provider *dp, struct sdap_options **_opts) argument 660 ipa_get_auth_options(struct ipa_options *ipa_opts, struct confdb_ctx *cdb, const char *conf_path, struct dp_option **_opts) argument 1050 ipa_get_autofs_options(struct ipa_options *ipa_opts, struct confdb_ctx *cdb, const char *conf_path, struct sdap_options **_opts) argument
|
| /sssd-io/src/providers/ad/ |
| H A D | ad_common.c | 413 struct ad_options **_opts) 537 *_opts = opts; 1067 struct sdap_options **_opts) 1098 *_opts = id_opts; 1230 struct dp_option **_opts) 1289 *_opts = talloc_steal(mem_ctx, krb5_options); 409 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 1063 ad_get_id_options(struct ad_options *ad_opts, struct confdb_ctx *cdb, const char *conf_path, struct data_provider *dp, struct sdap_options **_opts) argument 1227 ad_get_auth_options(TALLOC_CTX *mem_ctx, struct ad_options *ad_opts, struct be_ctx *bectx, struct dp_option **_opts) argument
|
| /sssd-io/src/providers/krb5/ |
| H A D | krb5_common.c | 361 const char *conf_path, struct dp_option **_opts) 381 *_opts = opts; 360 sss_krb5_get_options(TALLOC_CTX *memctx, struct confdb_ctx *cdb, const char *conf_path, struct dp_option **_opts) argument
|
Completed in 53 milliseconds