Searched defs:ev (Results 1 - 25 of 188) sorted by relevance

12345678

/sssd-io/src/providers/data_provider/
H A Ddp.c42 ret = sbus_new_server(provider, provider->ev, sbus_address,
70 errno_t dp_init(struct tevent_context *ev, argument
84 provider->ev = ev;
H A Ddp_client.c150 dp_client_handshake_timeout(struct tevent_context *ev, argument
199 dp_cli->timeout = tevent_add_timer(provider->ev, dp_cli, tv,
/sssd-io/src/responder/common/cache_req/plugins/
H A Dcache_req_enum_svc.c90 struct tevent_context *ev,
103 return cache_req_steal_data_and_send(mem_ctx, ev, rctx, ncache,
89 cache_req_enum_svc_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resp_ctx *rctx, struct sss_nc_ctx *ncache, int cache_refresh_percent, const char *domain) argument
H A Dcache_req_enum_groups.c97 struct tevent_context *ev,
110 return cache_req_steal_data_and_send(mem_ctx, ev, rctx, ncache,
96 cache_req_enum_groups_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resp_ctx *rctx, struct sss_nc_ctx *ncache, int cache_refresh_percent, const char *domain) argument
H A Dcache_req_enum_users.c97 struct tevent_context *ev,
110 return cache_req_steal_data_and_send(mem_ctx, ev, rctx, ncache,
96 cache_req_enum_users_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resp_ctx *rctx, struct sss_nc_ctx *ncache, int cache_refresh_percent, const char *domain) argument
H A Dcache_req_group_by_filter.c145 struct tevent_context *ev,
158 return cache_req_steal_data_and_send(mem_ctx, ev, rctx, NULL,
144 cache_req_group_by_filter_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resp_ctx *rctx, enum cache_req_dom_type req_dom_type, const char *domain, const char *filter) argument
H A Dcache_req_host_by_name.c110 struct tevent_context *ev,
127 return cache_req_steal_data_and_send(mem_ctx, ev, rctx, ncache,
109 cache_req_host_by_name_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resp_ctx *rctx, struct sss_nc_ctx *ncache, int cache_refresh_percent, const char *domain, const char *name, const char *alias, const char **attrs) argument
H A Dcache_req_svc_by_port.c139 struct tevent_context *ev,
155 return cache_req_steal_data_and_send(mem_ctx, ev, rctx, ncache,
138 cache_req_svc_by_port_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resp_ctx *rctx, struct sss_nc_ctx *ncache, int cache_refresh_percent, const char *domain, uint16_t port, const char *protocol) argument
H A Dcache_req_user_by_cert.c108 struct tevent_context *ev,
123 return cache_req_steal_data_and_send(mem_ctx, ev, rctx, ncache,
107 cache_req_user_by_cert_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resp_ctx *rctx, struct sss_nc_ctx *ncache, int cache_refresh_percent, enum cache_req_dom_type req_dom_type, const char *domain, const char *pem_cert) argument
H A Dcache_req_user_by_filter.c145 struct tevent_context *ev,
158 return cache_req_steal_data_and_send(mem_ctx, ev, rctx, NULL,
144 cache_req_user_by_filter_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct resp_ctx *rctx, enum cache_req_dom_type req_dom_type, const char *domain, const char *filter) argument
/sssd-io/src/responder/pam/
H A Dpam_helpers.c31 static void pam_initgr_cache_remove(struct tevent_context *ev,
36 errno_t pam_initgr_cache_set(struct tevent_context *ev, argument
82 te = tevent_add_timer(ev, table_ctx, tv,
99 static void pam_initgr_cache_remove(struct tevent_context *ev, argument
/sssd-io/src/sbus/
H A Dsbus_client.c28 struct tevent_context *ev,
67 ret = sbus_new_connection(mem_ctx, ev, server_address,
27 sbus_client_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev, const char *server_address, time_t *last_request_time, struct sbus_connection **_conn) argument
/sssd-io/src/tests/cmocka/
H A Dcommon_mock_resp.c29 struct tevent_context *ev,
51 rctx->ev = ev;
73 cctx->ev = rctx->ev;
28 mock_rctx(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sss_domain_info *domains, void *pvt_ctx) argument
/sssd-io/src/tests/cmocka/data_provider/
H A Dmock_dp.c71 provider->ev = be_ctx->ev;
101 struct tevent_context *ev,
114 params->ev = ev;
100 mock_dp_req_params(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct be_ctx *be_ctx, struct sss_domain_info *domain, enum dp_targets target, enum dp_methods method) argument
/sssd-io/src/tests/
H A Dcommon_tev.c41 test_ctx->ev = tevent_context_init(test_ctx);
42 if (test_ctx->ev == NULL) {
55 test_request_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, errno_t err) argument
68 tevent_req_post(req, ev);
82 tevent_loop_once(tctx->ev);
H A Dcommon.h70 struct tevent_context *ev; member in struct:sss_test_ctx
116 test_request_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, errno_t err);
118 #define test_req_succeed_send(mem_ctx, ev) test_request_send(mem_ctx, ev, 0)
/sssd-io/src/providers/ipa/
H A Dipa_config.c40 struct tevent_context *ev,
85 subreq = sdap_get_generic_send(state, ev, opts,
104 tevent_req_post(req, ev);
39 ipa_get_config_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_handle *sh, struct sdap_options *opts, const char *domain, const char **attrs) argument
H A Dipa_deskprofile_config.c38 struct tevent_context *ev,
64 subreq = sdap_get_generic_send(state, ev, opts, sh,
85 tevent_req_post(req, ev);
37 ipa_deskprofile_get_config_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_handle *sh, struct sdap_options *opts, struct dp_option *ipa_opts) argument
H A Dipa_dyndns.c47 ret = be_nsupdate_init_timer(ctx->dyndns_ctx, be_ctx->ev,
67 struct tevent_context *ev; member in struct:ipa_dyndns_timer_ctx
80 req = sdap_dyndns_timer_conn_send(ctx, sdap_ctx->be->ev, sdap_ctx,
85 be_nsupdate_timer_schedule(sdap_ctx->be->ev, ctx->dyndns_ctx);
120 be_nsupdate_timer_schedule(sdap_ctx->be->ev, ctx->dyndns_ctx);
190 tevent_req_post(req, sdap_ctx->be->ev);
202 subreq = sdap_dyndns_update_send(state, sdap_ctx->be->ev,
229 tevent_req_post(req, sdap_ctx->be->ev);
H A Dipa_selinux_maps.c29 struct tevent_context *ev; member in struct:ipa_selinux_get_maps_state
53 struct tevent_context *ev,
69 state->ev = ev;
107 tevent_req_post(req, ev);
133 subreq = sdap_get_generic_send(state, state->ev, state->opts,
52 ipa_selinux_get_maps_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sysdb_ctx *sysdb, struct sdap_handle *sh, struct sdap_options *opts, struct ipa_options *ipa_opts, struct sdap_search_base **search_bases) argument
/sssd-io/src/responder/kcm/
H A Dkcmsrv_ccache_pvt.h45 struct tevent_context *ev; member in struct:kcm_ccdb
/sssd-io/src/providers/
H A Dbe_ptask_private.h25 struct tevent_context *ev; member in struct:be_ptask
/sssd-io/src/providers/krb5/
H A Dkrb5_access.c31 struct tevent_context *ev; member in struct:krb5_access_state
43 struct tevent_context *ev,
62 state->ev = ev;
149 subreq = handle_child_send(state, state->ev, state->kr);
165 tevent_req_post(req, state->ev);
42 krb5_access_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct be_ctx *be_ctx, struct pam_data *pd, struct krb5_ctx *krb5_ctx) argument
/sssd-io/src/providers/ldap/
H A Dldap_id_enum.c126 struct tevent_context *ev,
154 subreq = sdap_dom_enum_send(state, ev, state->id_ctx, ectx->sdom,
170 tevent_req_post(req, ev);
125 ldap_enumeration_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct be_ctx *be_ctx, struct be_ptask *be_ptask, void *pvt) argument
H A Dsdap_async_groups_ad.c28 struct tevent_context *ev; member in struct:sdap_ad_match_rule_state
51 struct tevent_context *ev,
66 state->ev = ev;
131 tevent_req_post(req, ev);
155 state, state->ev, state->opts, state->sh,
50 sdap_get_ad_match_rule_members_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, struct sysdb_attrs *group, int timeout) argument

Completed in 1099 milliseconds

12345678