Searched defs:req_input (Results 1 - 3 of 3) sorted by relevance

/sssd/src/providers/ipa/
H A Dipa_subdomains.h121 struct req_input { struct
H A Dipa_subdomains_id.c444 struct req_input *req_input; local
494 req_input = talloc(state, struct req_input);
495 if (req_input == NULL) {
503 req_input->type = REQ_INP_NAME;
508 req_input->inp.name = talloc_strdup(req_input, state->filter);
510 ret = sss_parse_internal_fqname(req_input, state->filter,
520 req_input
[all...]
H A Dipa_s2n_exop.c310 struct req_input *req_input,
325 if (req_input->type == REQ_INP_NAME) {
328 req_input->inp.name);
329 } else if (req_input->type == REQ_INP_ID) {
332 req_input->inp.id);
335 req_input->type == REQ_INP_ID);
341 if (req_input->type == REQ_INP_NAME) {
344 req_input->inp.name);
345 } else if (req_input
306 s2n_encode_request(TALLOC_CTX *mem_ctx, const char *domain_name, int entry_type, enum request_types request_type, struct req_input *req_input, struct berval **_bv) argument
987 struct req_input req_input; member in struct:ipa_s2n_get_list_state
1298 struct req_input *req_input; member in struct:ipa_s2n_get_user_state
1309 ipa_s2n_get_acct_info_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, struct sdap_options *opts, struct sss_domain_info *dom, struct sysdb_attrs *override_attrs, struct sdap_handle *sh, int entry_type, struct req_input *req_input) argument
1931 ipa_s2n_save_objects(struct sss_domain_info *dom, struct req_input *req_input, struct resp_attrs *attrs, struct resp_attrs *simple_attrs, const char *view_name, struct sysdb_attrs *override_attrs, bool update_initgr_timeout) argument
[all...]

Completed in 1223 milliseconds