Searched defs:be (Results 1 - 4 of 4) sorted by relevance

/sssd/src/providers/ldap/
H A Dldap_common.h13 This program is distributed in the hope that it will be useful,
63 struct be_ctx *be; member in struct:sdap_id_ctx
75 struct be_ctx *be; member in struct:sdap_auth_ctx
212 * send_fn's pvt parameter will be a pointer to ldap_enum_ctx
H A Dsdap_async_connection.c14 This program is distributed in the hope that it will be useful,
171 * to assume that the connection callback will be called by internally by
189 /* TODO: maybe this can be remove when we go async, currently we need it
1062 struct be_ctx *be; member in struct:sdap_kinit_state
1075 struct be_ctx *be,
1106 state->be = be;
1142 state->be,
1206 be_fo_set_port_status(state->be, state->krb_service_name,
1235 be_fo_set_port_status(state->be, stat
1073 sdap_kinit_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct be_ctx *be, struct sdap_handle *sh, const char *krb_service_name, int timeout, const char *keytab, const char *principal, const char *realm, bool canonicalize, int lifetime) argument
1403 struct be_ctx *be; member in struct:sdap_cli_connect_state
1464 sdap_cli_connect_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_options *opts, struct be_ctx *be, struct sdap_service *service, bool skip_rootdse, enum connect_tls force_tls, bool skip_auth) argument
[all...]
/sssd/src/providers/
H A Ddata_provider_callbacks.c18 This program is distributed in the hope that it will be useful,
38 struct be_ctx *be; member in struct:be_cb
42 struct be_ctx *be; member in struct:be_cb_ctx
71 new_cb->be = ctx;
103 tev = tevent_add_timer(cb_ctx->be->ev, cb_ctx, soon,
118 talloc_steal(cb_ctx->be, te);
122 static errno_t be_run_cb(struct be_ctx *be, struct be_cb *cb_list) argument
132 cb_ctx = talloc(be, struct be_cb_ctx);
138 cb_ctx->be = be;
170 be_run_reconnect_cb(struct be_ctx *be) argument
214 be_run_online_cb(struct be_ctx *be) argument
246 be_run_unconditional_online_cb(struct be_ctx *be) argument
271 be_run_offline_cb(struct be_ctx *be) argument
[all...]
/sssd/src/providers/proxy/
H A Dproxy.h16 This program is distributed in the hope that it will be useful,
100 struct be_ctx *be; member in struct:proxy_id_ctx
107 struct be_ctx *be; member in struct:proxy_auth_ctx

Completed in 31 milliseconds