Searched refs:req (Results 1 - 25 of 264) sorted by relevance

1234567891011

/sssd-io/src/responder/nss/
H A Dnss_iface_generated.h44 int (*UpdateInitgroups)(struct sbus_request *req, void *data, const char *arg_user, const char *arg_domain, uint32_t arg_groups[], int len_groups);
45 int (*InvalidateAllUsers)(struct sbus_request *req, void *data);
46 int (*InvalidateAllGroups)(struct sbus_request *req, void *data);
47 int (*InvalidateAllInitgroups)(struct sbus_request *req, void *data);
48 int (*InvalidateGroupById)(struct sbus_request *req, void *data, uint32_t arg_gid);
52 int iface_nss_memorycache_UpdateInitgroups_finish(struct sbus_request *req);
55 int iface_nss_memorycache_InvalidateAllUsers_finish(struct sbus_request *req);
58 int iface_nss_memorycache_InvalidateAllGroups_finish(struct sbus_request *req);
61 int iface_nss_memorycache_InvalidateAllInitgroups_finish(struct sbus_request *req);
64 int iface_nss_memorycache_InvalidateGroupById_finish(struct sbus_request *req);
[all...]
/sssd-io/src/responder/common/data_provider/
H A Drdp_client.c24 static void rdp_register_client_done(struct tevent_req *req);
29 struct tevent_req *req; local
31 req = rdp_message_send(be_conn, be_conn->rctx, be_conn->domain,
34 if (req == NULL) {
38 tevent_req_set_callback(req, rdp_register_client_done, NULL);
43 static void rdp_register_client_done(struct tevent_req *req) argument
47 ret = rdp_message_recv(req);
48 talloc_zfree(req);
/sssd-io/src/responder/common/iface/
H A Dresponder_iface_generated.h46 int (*SetActive)(struct sbus_request *req, void *data, const char *arg_name);
47 int (*SetInconsistent)(struct sbus_request *req, void *data, const char *arg_name);
51 int iface_responder_domain_SetActive_finish(struct sbus_request *req);
54 int iface_responder_domain_SetInconsistent_finish(struct sbus_request *req);
59 int (*ResetUsers)(struct sbus_request *req, void *data);
60 int (*ResetGroups)(struct sbus_request *req, void *data);
64 int iface_responder_ncache_ResetUsers_finish(struct sbus_request *req);
67 int iface_responder_ncache_ResetGroups_finish(struct sbus_request *req);
H A Dresponder_iface.h29 int sss_resp_domain_active(struct sbus_request *req,
33 int sss_resp_domain_inconsistent(struct sbus_request *req,
39 int sss_resp_reset_ncache_users(struct sbus_request *req, void *data);
40 int sss_resp_reset_ncache_groups(struct sbus_request *req, void *data);
H A Dresponder_ncache.c27 int sss_resp_reset_ncache_users(struct sbus_request *req, void *data) argument
32 return iface_responder_ncache_ResetUsers_finish(req);
35 int sss_resp_reset_ncache_groups(struct sbus_request *req, void *data) argument
40 return iface_responder_ncache_ResetGroups_finish(req);
/sssd-io/src/responder/secrets/
H A Dsecsrv_cmd.c41 struct tevent_req *req; local
47 req = tevent_req_create(mem_ctx, &state, struct sec_http_request_state);
48 if (!req) return NULL;
71 tevent_req_set_callback(subreq, sec_http_request_pipeline_done, req);
72 return req;
76 tevent_req_error(req, ret);
78 return tevent_req_post(req, state->ev);
83 struct tevent_req *req; local
86 req = tevent_req_callback_data(subreq, struct tevent_req);
92 tevent_req_error(req, re
103 sec_http_request_recv(struct tevent_req *req) argument
113 sec_http_request_done(struct tevent_req *req) argument
151 struct tevent_req *req; local
178 sec_too_much_data(struct sec_req_ctx *req, size_t length) argument
200 struct sec_req_ctx *req = local
217 struct sec_req_ctx *req = local
256 struct sec_req_ctx *req = local
292 struct sec_req_ctx *req = local
326 struct sec_req_ctx *req = local
462 struct sec_req_ctx *req; local
516 struct sec_req_ctx *req; local
[all...]
/sssd-io/src/providers/data_provider/
H A Ddp_builtin.c39 struct tevent_req *req; local
41 req = tevent_req_create(mem_ctx, &state,
43 if (req == NULL) {
52 tevent_req_done(req);
53 tevent_req_post(req, params->ev);
55 return req;
60 struct tevent_req *req,
65 state = tevent_req_data(req, struct dp_access_permit_handler_state);
67 TEVENT_REQ_RETURN_ON_ERROR(req);
85 struct tevent_req *req; local
59 dp_access_permit_handler_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, struct pam_data **_data) argument
105 dp_access_deny_handler_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, struct pam_data **_data) argument
[all...]
H A Ddp_iface_generated.h64 int (*Register)(struct sbus_request *req, void *data, const char *arg_Name);
68 int iface_dp_client_Register_finish(struct sbus_request *req);
73 int (*IsOnline)(struct sbus_request *req, void *data, const char *arg_domain_name);
77 int iface_dp_backend_IsOnline_finish(struct sbus_request *req, bool arg_status);
82 int (*ListServices)(struct sbus_request *req, void *data, const char *arg_domain_name);
83 int (*ActiveServer)(struct sbus_request *req, void *data, const char *arg_service_name);
84 int (*ListServers)(struct sbus_request *req, void *data, const char *arg_service_name);
88 int iface_dp_failover_ListServices_finish(struct sbus_request *req, const char *arg_services[], int len_services);
91 int iface_dp_failover_ActiveServer_finish(struct sbus_request *req, const char *arg_server);
94 int iface_dp_failover_ListServers_finish(struct sbus_request *req, cons
[all...]
/sssd-io/src/responder/ifp/
H A Difp_iface_generated.h134 int (*Ping)(struct sbus_request *req, void *data, const char *arg_ping);
135 int (*ListComponents)(struct sbus_request *req, void *data);
136 int (*ListResponders)(struct sbus_request *req, void *data);
137 int (*ListBackends)(struct sbus_request *req, void *data);
138 int (*FindMonitor)(struct sbus_request *req, void *data);
139 int (*FindResponderByName)(struct sbus_request *req, void *data, const char *arg_name);
140 int (*FindBackendByName)(struct sbus_request *req, void *data, const char *arg_name);
142 int (*GetUserGroups)(struct sbus_request *req, void *data, const char *arg_user);
143 int (*FindDomainByName)(struct sbus_request *req, void *data, const char *arg_name);
144 int (*ListDomains)(struct sbus_request *req, voi
[all...]
/sssd-io/src/providers/ldap/
H A Dldap_access.c46 struct tevent_req *req; local
48 req = tevent_req_create(mem_ctx, &state,
50 if (req == NULL) {
65 tevent_req_set_callback(subreq, sdap_pam_access_handler_done, req);
67 return req;
71 tevent_req_done(req);
72 tevent_req_post(req, params->ev);
74 return req;
80 struct tevent_req *req; local
83 req
115 sdap_pam_access_handler_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, struct pam_data **_data) argument
[all...]
H A Dsdap_autofs.c47 sdap_autofs_get_map_retry(struct tevent_req *req);
51 sdap_autofs_get_map_done(struct tevent_req *req);
59 struct tevent_req *req; local
63 req = tevent_req_create(mem_ctx, &state, struct autofs_get_map_state);
64 if (!req) return NULL;
78 ret = sdap_autofs_get_map_retry(req);
83 return req;
86 tevent_req_error(req, ret);
87 tevent_req_post(req, ev);
88 return req;
92 sdap_autofs_get_map_retry(struct tevent_req *req) argument
111 struct tevent_req *req = tevent_req_callback_data(subreq, local
147 struct tevent_req *req = tevent_req_callback_data(subreq, local
190 sdap_autofs_get_map_recv(struct tevent_req *req, int *dp_error_out) argument
218 struct tevent_req *req; local
270 struct tevent_req *req; local
286 sdap_autofs_handler_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, struct dp_reply_std *data) argument
[all...]
H A Dsdap_hostid.c42 hosts_get_retry(struct tevent_req *req);
55 struct tevent_req *req; local
59 req = tevent_req_create(memctx, &state, struct hosts_get_state);
60 if (!req) return NULL;
77 ret = hosts_get_retry(req);
82 return req;
85 tevent_req_error(req, ret);
86 tevent_req_post(req, ev);
87 return req;
91 hosts_get_retry(struct tevent_req *req) argument
110 struct tevent_req *req = tevent_req_callback_data(subreq, local
141 struct tevent_req *req = tevent_req_callback_data(subreq, local
218 hosts_get_recv(struct tevent_req *req, int *dp_error_out) argument
247 struct tevent_req *req; local
281 struct tevent_req *req; local
297 sdap_hostid_handler_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, struct dp_reply_std *data) argument
[all...]
H A Dsdap_online_check.c42 struct tevent_req *req; local
46 req = tevent_req_create(mem_ctx, &state, struct sdap_online_check_state);
47 if (req == NULL) {
63 tevent_req_set_callback(subreq, sdap_online_check_connect_done, req);
65 return req;
69 tevent_req_done(req);
71 tevent_req_error(req, ret);
73 tevent_req_post(req, be_ctx->ev);
75 return req;
83 struct tevent_req *req; local
150 struct tevent_req *req; local
168 sdap_online_check_recv(struct tevent_req *req) argument
189 struct tevent_req *req; local
222 struct tevent_req *req; local
236 sdap_online_check_handler_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, struct dp_reply_std *data) argument
[all...]
H A Dsdap_async_hosts.c51 sdap_host_info_next(struct tevent_req *req,
70 struct tevent_req *req; local
72 req = tevent_req_create(mem_ctx, &state, struct sdap_host_state);
73 if (req == NULL) {
106 ret = sdap_host_info_next(req, state);
116 return req;
120 tevent_req_done(req);
122 tevent_req_error(req, ret);
124 tevent_req_post(req, ev);
125 return req;
128 sdap_host_info_next(struct tevent_req *req, struct sdap_host_state *state) argument
168 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
196 sdap_host_info_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, size_t *host_count, struct sysdb_attrs ***hosts) argument
[all...]
H A Dsdap_dyndns.c40 sdap_dyndns_get_addrs_recv(struct tevent_req *req,
71 static errno_t sdap_dyndns_update_step(struct tevent_req *req);
72 static errno_t sdap_dyndns_update_ptr_step(struct tevent_req *req);
77 struct tevent_req *req);
96 struct tevent_req *req; local
101 req = tevent_req_create(mem_ctx, &state, struct sdap_dyndns_update_state);
102 if (req == NULL) {
157 tevent_req_set_callback(subreq, sdap_dyndns_update_addrs_done, req);
162 tevent_req_error(req, ret);
163 tevent_req_post(req, e
172 struct tevent_req *req; local
213 struct tevent_req *req; local
318 sdap_dyndns_update_step(struct tevent_req *req) argument
363 struct tevent_req *req; local
456 sdap_dyndns_update_ptr_step(struct tevent_req *req) argument
506 struct tevent_req *req; local
545 sdap_dyndns_next_ptr_record(struct sdap_dyndns_update_state *state, struct tevent_req *req) argument
577 sdap_dyndns_update_recv(struct tevent_req *req) argument
659 struct tevent_req *req; local
716 struct tevent_req *req; local
795 sdap_dyndns_get_addrs_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct sss_iface_addr **_addresses) argument
826 struct tevent_req *req; local
873 struct tevent_req *req = tevent_req_callback_data(subreq, local
910 sdap_dyndns_timer_conn_recv(struct tevent_req *req) argument
[all...]
/sssd-io/src/responder/kcm/
H A Dkcmsrv_ccache_mem.c176 struct tevent_req *req = NULL; local
181 req = tevent_req_create(mem_ctx, &state, struct ccdb_mem_nextid_state);
182 if (req == NULL) {
197 tevent_req_done(req);
199 tevent_req_error(req, ret);
201 tevent_req_post(req, ev);
202 return req;
205 static errno_t ccdb_mem_nextid_recv(struct tevent_req *req, argument
208 struct ccdb_mem_nextid_state *state = tevent_req_data(req,
211 TEVENT_REQ_RETURN_ON_ERROR(req);
225 struct tevent_req *req = NULL; local
273 ccdb_mem_list_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, uuid_t **_uuid_list) argument
291 struct tevent_req *req = NULL; local
329 ccdb_mem_set_default_recv(struct tevent_req *req) argument
344 struct tevent_req *req = NULL; local
382 ccdb_mem_get_default_recv(struct tevent_req *req, uuid_t dfl) argument
404 struct tevent_req *req = NULL; local
435 ccdb_mem_getbyuuid_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct kcm_ccache **_cc) argument
457 struct tevent_req *req = NULL; local
488 ccdb_mem_getbyname_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct kcm_ccache **_cc) argument
510 struct tevent_req *req = NULL; local
544 ccdb_mem_name_by_uuid_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, const char **_name) argument
565 struct tevent_req *req = NULL; local
595 ccdb_mem_uuid_by_name_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, uuid_t _uuid) argument
612 struct tevent_req *req = NULL; local
646 ccdb_mem_create_recv(struct tevent_req *req) argument
660 struct tevent_req *req = NULL; local
690 ccdb_mem_mod_recv(struct tevent_req *req) argument
703 struct tevent_req *req = NULL; local
739 ccdb_mem_store_cred_recv(struct tevent_req *req) argument
751 struct tevent_req *req = NULL; local
783 ccdb_mem_delete_recv(struct tevent_req *req) argument
[all...]
H A Dkcmsrv_ccache_secrets.c145 struct tevent_req *req = NULL; local
151 req = tevent_req_create(mem_ctx, &state, struct sec_list_state);
152 if (req == NULL) {
174 tevent_req_set_callback(subreq, sec_list_done, req);
175 return req;
178 tevent_req_error(req, ret);
179 tevent_req_post(req, ev);
180 return req;
186 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
187 struct sec_list_state *state = tevent_req_data(req,
292 sec_list_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, const char ***_sec_key_list, size_t *_sec_key_list_len) argument
330 struct tevent_req *req = NULL; local
376 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
424 sec_get_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct kcm_ccache **_cc) argument
460 struct tevent_req *req = NULL; local
500 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
544 struct tevent_req *req = tevent_req_callback_data(subreq, local
562 sec_get_ccache_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct kcm_ccache **_cc) argument
623 struct tevent_req *req = NULL; local
662 struct tevent_req *req = tevent_req_callback_data(subreq, local
707 struct tevent_req *req = tevent_req_callback_data(subreq, local
734 sec_patch_recv(struct tevent_req *req) argument
764 struct tevent_req *req = NULL; local
793 ccdb_sec_nextid_generate(struct tevent_req *req) argument
826 struct tevent_req *req = tevent_req_callback_data(subreq, local
868 ccdb_sec_nextid_recv(struct tevent_req *req, unsigned int *_nextid) argument
892 struct tevent_req *req = NULL; local
941 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
957 ccdb_sec_set_default_recv(struct tevent_req *req) argument
976 struct tevent_req *req = NULL; local
1019 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
1058 ccdb_sec_get_default_recv(struct tevent_req *req, uuid_t uuid) argument
1083 struct tevent_req *req = NULL; local
1113 struct tevent_req *req = tevent_req_callback_data(subreq, local
1153 ccdb_sec_list_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, uuid_t **_uuid_list) argument
1184 struct tevent_req *req = NULL; local
1213 struct tevent_req *req = tevent_req_callback_data(subreq, local
1231 ccdb_sec_getbyuuid_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct kcm_ccache **_cc) argument
1261 struct tevent_req *req = NULL; local
1292 struct tevent_req *req = tevent_req_callback_data(subreq, local
1310 ccdb_sec_getbyname_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct kcm_ccache **_cc) argument
1340 struct tevent_req *req = NULL; local
1374 struct tevent_req *req = tevent_req_callback_data(subreq, local
1418 ccdb_sec_name_by_uuid_recv(struct tevent_req *req, TALLOC_CTX *sec_ctx, const char **_name) argument
1447 struct tevent_req *req = NULL; local
1481 struct tevent_req *req = tevent_req_callback_data(subreq, local
1518 ccdb_sec_uuid_by_name_recv(struct tevent_req *req, TALLOC_CTX *sec_ctx, uuid_t _uuid) argument
1551 struct tevent_req *req = NULL; local
1607 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
1655 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
1680 ccdb_sec_create_recv(struct tevent_req *req) argument
1706 struct tevent_req *req = NULL; local
1740 struct tevent_req *req = tevent_req_callback_data(subreq, local
1790 struct tevent_req *req = tevent_req_callback_data(subreq, local
1806 ccdb_sec_mod_recv(struct tevent_req *req) argument
1833 struct tevent_req *req = NULL; local
1867 struct tevent_req *req = tevent_req_callback_data(subreq, local
1916 struct tevent_req *req = tevent_req_callback_data(subreq, local
1932 ccdb_sec_store_cred_recv(struct tevent_req *req) argument
1959 struct tevent_req *req = NULL; local
1992 struct tevent_req *req = tevent_req_callback_data(subreq, local
2047 struct tevent_req *req = tevent_req_callback_data(subreq, local
2102 struct tevent_req *req = tevent_req_callback_data(subreq, local
2128 ccdb_sec_delete_recv(struct tevent_req *req) argument
[all...]
H A Dkcmsrv_ops.c62 (*kcm_srv_recv_method)(struct tevent_req *req,
93 struct tevent_req *req = NULL; local
98 req = tevent_req_create(mem_ctx, &state, struct kcm_cmd_state);
99 if (req == NULL) {
170 tevent_req_set_callback(subreq, kcm_cmd_queue_done, req);
171 return req;
174 tevent_req_error(req, ret);
175 tevent_req_post(req, ev);
176 return req;
181 struct tevent_req *req local
206 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
245 kcm_cmd_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, struct sss_iobuf **_reply) argument
278 kcm_op_common_recv(struct tevent_req *req, uint32_t *_op_ret) argument
295 struct tevent_req *req = NULL; local
326 struct tevent_req *req = tevent_req_callback_data(subreq, local
378 struct tevent_req *req = NULL; local
435 struct tevent_req *req = tevent_req_callback_data(subreq, local
487 struct tevent_req *req = tevent_req_callback_data(subreq, local
504 kcm_op_initialize_create_step(struct tevent_req *req) argument
538 struct tevent_req *req = tevent_req_callback_data(subreq, local
566 struct tevent_req *req = tevent_req_callback_data(subreq, local
616 struct tevent_req *req = tevent_req_callback_data(subreq, local
635 kcm_op_initialize_recv(struct tevent_req *req, uint32_t *_op_ret) argument
649 struct tevent_req *req = NULL; local
692 struct tevent_req *req = tevent_req_callback_data(subreq, local
723 struct tevent_req *req = tevent_req_callback_data(subreq, local
758 struct tevent_req *req = NULL; local
828 struct tevent_req *req = tevent_req_callback_data(subreq, local
859 struct tevent_req *req = tevent_req_callback_data(subreq, local
878 kcm_op_store_recv(struct tevent_req *req, uint32_t *_op_ret) argument
891 struct tevent_req *req = NULL; local
931 struct tevent_req *req = tevent_req_callback_data(subreq, local
983 struct tevent_req *req = NULL; local
1025 struct tevent_req *req = tevent_req_callback_data(subreq, local
1081 struct tevent_req *req = NULL; local
1118 struct tevent_req *req = tevent_req_callback_data(subreq, local
1209 struct tevent_req *req = NULL; local
1232 struct tevent_req *req = NULL; local
1263 struct tevent_req *req = tevent_req_callback_data(subreq, local
1317 struct tevent_req *req = NULL; local
1362 struct tevent_req *req = tevent_req_callback_data(subreq, local
1421 struct tevent_req *req = NULL; local
1454 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
1501 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
1527 struct tevent_req *req = tevent_req_callback_data(subreq, struct tevent_req); local
1595 kcm_op_get_default_ccache_recv(struct tevent_req *req, uint32_t *_op_ret) argument
1610 struct tevent_req *req = NULL; local
1652 struct tevent_req *req = tevent_req_callback_data(subreq, local
1684 struct tevent_req *req = tevent_req_callback_data(subreq, local
1710 struct tevent_req *req = NULL; local
1754 struct tevent_req *req = tevent_req_callback_data(subreq, local
1809 struct tevent_req *req = NULL; local
1854 struct tevent_req *req = tevent_req_callback_data(subreq, local
1903 struct tevent_req *req = tevent_req_callback_data(subreq, local
1922 kcm_op_set_kdc_offset_recv(struct tevent_req *req, uint32_t *_op_ret) argument
[all...]
H A Dkcmsrv_ccache.c288 struct tevent_req *req = NULL; local
293 req = tevent_req_create(mem_ctx, &state, struct kcm_ccdb_nextid_state);
294 if (req == NULL) {
310 tevent_req_set_callback(subreq, kcm_ccdb_nextid_done, req);
311 return req;
314 tevent_req_error(req, ret);
315 tevent_req_post(req, ev);
316 return req;
321 struct tevent_req *req = tevent_req_callback_data(subreq, local
323 struct kcm_ccdb_nextid_state *state = tevent_req_data(req,
351 kcm_ccdb_nextid_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, char **_next_cc) argument
376 struct tevent_req *req = NULL; local
412 struct tevent_req *req = tevent_req_callback_data(subreq, local
431 kcm_ccdb_list_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, uuid_t **_uuid_list) argument
454 struct tevent_req *req = NULL; local
486 struct tevent_req *req = tevent_req_callback_data(subreq, local
505 kcm_ccdb_get_default_recv(struct tevent_req *req, uuid_t *uuid) argument
538 struct tevent_req *req = NULL; local
591 struct tevent_req *req = tevent_req_callback_data(subreq, local
635 struct tevent_req *req = tevent_req_callback_data(subreq, local
654 kcm_ccdb_set_default_recv(struct tevent_req *req) argument
675 struct tevent_req *req = NULL; local
708 struct tevent_req *req = tevent_req_callback_data(subreq, local
740 kcm_ccdb_getbyname_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct kcm_ccache **_cc) argument
766 struct tevent_req *req = NULL; local
799 struct tevent_req *req = tevent_req_callback_data(subreq, local
831 kcm_ccdb_getbyuuid_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct kcm_ccache **_cc) argument
857 struct tevent_req *req = NULL; local
892 struct tevent_req *req = tevent_req_callback_data(subreq, local
911 kcm_ccdb_name_by_uuid_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, const char **_name) argument
937 struct tevent_req *req = NULL; local
972 struct tevent_req *req = tevent_req_callback_data(subreq, local
991 kcm_ccdb_uuid_by_name_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, uuid_t _uuid) argument
1014 struct tevent_req *req = NULL; local
1057 struct tevent_req *req = tevent_req_callback_data(subreq, local
1076 kcm_ccdb_create_cc_recv(struct tevent_req *req) argument
1116 struct tevent_req *req = NULL; local
1153 struct tevent_req *req = tevent_req_callback_data(subreq, local
1172 kcm_ccdb_mod_cc_recv(struct tevent_req *req) argument
1191 struct tevent_req *req = NULL; local
1228 struct tevent_req *req = tevent_req_callback_data(subreq, local
1247 kcm_ccdb_store_cred_blob_recv(struct tevent_req *req) argument
1270 struct tevent_req *req = NULL; local
1310 struct tevent_req *req = tevent_req_callback_data(subreq, local
1342 struct tevent_req *req = tevent_req_callback_data(subreq, local
1383 struct tevent_req *req = tevent_req_callback_data(subreq, local
1402 kcm_ccdb_delete_cc_recv(struct tevent_req *req) argument
[all...]
/sssd-io/src/providers/ipa/
H A Dipa_sudo_refresh.c46 struct tevent_req *req; local
50 req = tevent_req_create(mem_ctx, &state,
52 if (req == NULL) {
77 tevent_req_set_callback(subreq, ipa_sudo_full_refresh_done, req);
79 return req;
83 tevent_req_done(req);
85 tevent_req_error(req, ret);
87 tevent_req_post(req, ev);
89 return req;
96 struct tevent_req *req; local
126 ipa_sudo_full_refresh_recv(struct tevent_req *req, int *dp_error) argument
153 struct tevent_req *req; local
217 struct tevent_req *req = NULL; local
241 ipa_sudo_smart_refresh_recv(struct tevent_req *req, int *dp_error) argument
271 struct tevent_req *req; local
369 struct tevent_req *req = NULL; local
394 ipa_sudo_rules_refresh_recv(struct tevent_req *req, int *dp_error, bool *deleted) argument
423 ipa_sudo_ptask_full_refresh_recv(struct tevent_req *req) argument
444 ipa_sudo_ptask_smart_refresh_recv(struct tevent_req *req) argument
[all...]
H A Dipa_deskprofile_config.c43 struct tevent_req *req = NULL; local
50 req = tevent_req_create(mem_ctx, &state,
52 if (req == NULL) {
78 tevent_req_set_callback(subreq, ipa_deskprofile_get_config_done, req);
84 tevent_req_error(req, ret);
85 tevent_req_post(req, ev);
88 return req;
94 struct tevent_req *req; local
101 req = tevent_req_callback_data(subreq, struct tevent_req);
102 state = tevent_req_data(req, struc
144 ipa_deskprofile_get_config_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct sysdb_attrs **config) argument
[all...]
/sssd-io/src/resolv/
H A Dasync_resolv_utils.c46 struct tevent_req *req = NULL; local
51 req = tevent_req_create(mem_ctx, &state,
53 if (req == NULL) {
83 talloc_zfree(req);
87 tevent_req_set_callback(subreq, resolv_get_domain_done, req);
89 return req;
92 tevent_req_error(req, ret);
93 tevent_req_post(req, ev);
95 return req;
101 struct tevent_req *req local
128 resolv_get_domain_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, char **_dns_domain) argument
180 struct tevent_req *req = NULL; local
221 resolv_discover_srv_next_domain(struct tevent_req *req) argument
270 struct tevent_req *req = NULL; local
310 resolv_discover_srv_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, struct ares_srv_reply **_reply_list, uint32_t *_ttl, char **_dns_domain) argument
[all...]
/sssd-io/src/tests/
H A Dcommon_tev.c57 struct tevent_req *req; local
60 req = tevent_req_create(mem_ctx, &state, int);
61 if (!req) return NULL;
64 tevent_req_done(req);
66 tevent_req_error(req, err);
68 tevent_req_post(req, ev);
69 return req;
72 errno_t test_request_recv(struct tevent_req *req) argument
74 TEVENT_REQ_RETURN_ON_ERROR(req);
/sssd-io/src/tests/cmocka/
H A Dtest_fo_srv.c67 int resolv_gethostbyname_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, argument
71 return test_request_recv(req);
90 struct tevent_req *req,
116 return test_request_recv(req);
190 struct tevent_req *req,
193 return test_request_recv(req);
320 static void test_fo_srv_done1(struct tevent_req *req);
321 static void test_fo_srv_done2(struct tevent_req *req);
322 static void test_fo_srv_done3(struct tevent_req *req);
323 static void test_fo_srv_done4(struct tevent_req *req);
89 resolv_discover_srv_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, struct ares_srv_reply **_reply_list, uint32_t *_ttl, char **_dns_domain) argument
189 resolv_get_domain_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, char **_dns_domain) argument
392 struct tevent_req *req; local
401 test_fo_srv_done1(struct tevent_req *req) argument
426 test_fo_srv_done2(struct tevent_req *req) argument
450 test_fo_srv_done3(struct tevent_req *req) argument
474 test_fo_srv_done4(struct tevent_req *req) argument
499 test_fo_srv_done5(struct tevent_req *req) argument
538 struct tevent_req *req; local
561 test_fo_srv_before(struct tevent_req *req) argument
603 test_fo_srv_after(struct tevent_req *req) argument
649 test_fo_srv_after2(struct tevent_req *req) argument
704 struct tevent_req *req; local
736 test_fo_srv_dup_done(struct tevent_req *req) argument
[all...]
/sssd-io/src/providers/ad/
H A Dad_dyndns.c91 static void ad_dyndns_timer_connected(struct tevent_req *req);
97 struct tevent_req *req; local
99 req = sdap_dyndns_timer_conn_send(ctx, sdap_ctx->be->ev, sdap_ctx,
101 if (req == NULL) {
107 tevent_req_set_callback(req, ad_dyndns_timer_connected, ctx);
110 static void ad_dyndns_timer_connected(struct tevent_req *req) argument
113 struct ad_options *ctx = tevent_req_callback_data(req, struct ad_options);
115 ret = sdap_dyndns_timer_conn_recv(req);
116 talloc_zfree(req);
127 static errno_t ad_dyndns_update_recv(struct tevent_req *req);
134 struct tevent_req *req; local
147 ad_dyndns_nsupdate_done(struct tevent_req *req) argument
171 struct tevent_req *req, *subreq; local
253 struct tevent_req *req = tevent_req_callback_data(subreq, local
270 ad_dyndns_update_recv(struct tevent_req *req) argument
[all...]

Completed in 149 milliseconds

1234567891011