Searched defs:opt_id (Results 1 - 6 of 6) sorted by relevance

/sssd-io/src/responder/common/
H A Dresponder_get_domains.c650 uint32_t opt_id; member in struct:sss_dp_get_account_domain_info
659 uint32_t opt_id)
678 info->opt_id = opt_id;
681 key = talloc_asprintf(state, "%d: %"SPRIuid"@%s", type, opt_id, dom->name);
737 filter = talloc_asprintf(info, "idnumber=%u", info->opt_id);
655 sss_dp_get_account_domain_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, enum sss_dp_acct_type type, uint32_t opt_id) argument
H A Dresponder_dp.c478 uint32_t opt_id; member in struct:sss_dp_account_info
488 uint32_t opt_id,
503 if (opt_name && opt_id) {
546 info->opt_id = opt_id;
558 } else if (opt_id) {
561 type, opt_id, extra, dom->name);
563 key = talloc_asprintf(state, "%d:%d@%s", type, opt_id, dom->name);
695 } else if (info->opt_id) {
696 filter = talloc_asprintf(info, "idnumber=%u", info->opt_id);
482 sss_dp_get_account_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_acct_type type, const char *opt_name, uint32_t opt_id, const char *extra) argument
[all...]
/sssd-io/src/tests/cmocka/
H A Dcommon_mock_resp_dp.c37 uint32_t opt_id,
188 uint32_t opt_id)
31 sss_dp_get_account_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_acct_type type, const char *opt_name, uint32_t opt_id, const char *extra) argument
184 sss_dp_get_account_domain_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *domain, enum sss_dp_acct_type type, uint32_t opt_id) argument
H A Dtest_nested_groups.c86 int opt_id)
83 krb5_try_kdcip(struct confdb_ctx *cdb, const char *conf_path, struct dp_option *opts, int opt_id) argument
H A Dtest_responder_cache_req.c482 uint32_t opt_id,
476 __wrap_sss_dp_get_account_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_acct_type type, const char *opt_name, uint32_t opt_id, const char *extra) argument
/sssd-io/src/providers/krb5/
H A Dkrb5_common.c43 const int opt_id, char **lifetime_str)
49 str = dp_opt_get_string(opts, opt_id);
64 ret = dp_opt_set_string(opts, opt_id, str);
320 struct dp_option *opts, int opt_id)
325 krb5_servers = dp_opt_get_string(opts, opt_id);
338 ret = dp_opt_set_string(opts, opt_id, krb5_servers);
42 check_lifetime(TALLOC_CTX *mem_ctx, struct dp_option *opts, const int opt_id, char **lifetime_str) argument
319 krb5_try_kdcip(struct confdb_ctx *cdb, const char *conf_path, struct dp_option *opts, int opt_id) argument

Completed in 32 milliseconds