Lines Matching refs:subreq
52 ipa_host_info_done(struct tevent_req *subreq);
54 ipa_hostgroup_info_done(struct tevent_req *subreq);
76 struct tevent_req *req, *subreq;
92 subreq = sdap_host_info_send(mem_ctx, ev, sh, opts, hostname, host_map,
94 if (subreq == NULL) {
98 tevent_req_set_callback(subreq, ipa_host_info_done, req);
104 ipa_host_info_done(struct tevent_req *subreq)
108 tevent_req_callback_data(subreq, struct tevent_req);
115 ret = sdap_host_info_recv(subreq, state,
118 talloc_zfree(subreq);
175 subreq = sdap_deref_search_send(state, state->ev, state->opts, state->sh,
182 if (subreq == NULL) {
188 tevent_req_set_callback(subreq, ipa_hostgroup_info_done, req);
200 struct tevent_req *subreq;
214 subreq = sdap_get_generic_send(state, state->ev, state->opts, state->sh,
222 if (subreq == NULL) {
227 tevent_req_set_callback(subreq, ipa_hostgroup_info_done, req);
233 ipa_hostgroup_info_done(struct tevent_req *subreq)
237 tevent_req_callback_data(subreq, struct tevent_req);
250 ret = sdap_get_generic_recv(subreq, state,
253 talloc_zfree(subreq);
294 ret = sdap_deref_search_recv(subreq, state,
297 talloc_zfree(subreq);