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

/sssd/src/responder/pam/
H A Dpamsrv_cmd.c1567 struct tevent_req *dpreq; local
1737 dpreq = sss_dp_get_account_send(preq, preq->cctx->rctx,
1740 if (!dpreq) {
1748 talloc_zfree(dpreq);
1757 tevent_req_set_callback(dpreq, pam_dp_send_acct_req_done, cb_ctx);
/sssd/src/responder/nss/
H A Dnsssrv_cmd.c2300 struct tevent_req *dpreq; local
2335 dpreq = sss_dp_get_account_send(step_ctx, rctx, dctx->domain, true,
2337 if (!dpreq) {
2345 talloc_zfree(dpreq);
2354 tevent_req_set_callback(dpreq, nsssrv_dp_send_acct_req_done, cb_ctx);
3476 struct tevent_req *dpreq; local
3511 dpreq = sss_dp_get_account_send(step_ctx, rctx, dctx->domain, true,
3513 if (!dpreq) {
3521 talloc_zfree(dpreq);
3530 tevent_req_set_callback(dpreq, nsssrv_dp_send_acct_req_don
[all...]

Completed in 488 milliseconds