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

/sssd/src/providers/proxy/
H A Dproxy_auth.c712 struct proxy_pam_handler_state { struct
726 struct proxy_pam_handler_state *state;
730 req = tevent_req_create(mem_ctx, &state, struct proxy_pam_handler_state);
776 struct proxy_pam_handler_state *state;
783 state = tevent_req_data(req, struct proxy_pam_handler_state);
841 struct proxy_pam_handler_state *state = NULL;
843 state = tevent_req_data(req, struct proxy_pam_handler_state);

Completed in 34 milliseconds