Lines Matching defs:subreq
112 static void ipa_dyndns_nsupdate_done(struct tevent_req *subreq);
147 static void ipa_dyndns_sdap_update_done(struct tevent_req *subreq);
154 struct tevent_req *req, *subreq;
202 subreq = sdap_dyndns_update_send(state, sdap_ctx->be->ev,
216 if (!subreq) {
223 tevent_req_set_callback(subreq, ipa_dyndns_sdap_update_done, req);
234 static void ipa_dyndns_sdap_update_done(struct tevent_req *subreq)
236 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req);
239 ret = sdap_dyndns_update_recv(subreq);
240 talloc_zfree(subreq);