Searched defs:send_fn (Results 1 - 10 of 10) sorted by relevance

/sssd-io/src/providers/data_provider/
H A Ddp_methods.c31 dp_req_send_fn send_fn,
46 if (methods[method].send_fn != NULL) {
51 if (send_fn == NULL || recv_fn == NULL || method_dtype == NULL
58 methods[method].send_fn = send_fn;
92 if (dp_target->methods[method].send_fn == NULL) {
118 if (execute->send_fn == NULL || execute->recv_fn == NULL) {
29 _dp_set_method(struct dp_method *methods, enum dp_methods method, dp_req_send_fn send_fn, dp_req_recv_fn recv_fn, void *method_data, const char *method_dtype, const char *request_dtype, const char *output_dtype, uint32_t output_size) argument
H A Ddp_private.h67 dp_req_send_fn send_fn; member in struct:dp_method
H A Ddp_request.c208 dp_req_send_fn send_fn; local
254 send_fn = dp_req->execute->send_fn;
255 dp_req->handler_req = send_fn(dp_req, dp_req->execute->method_data,
/sssd-io/src/providers/
H A Dbe_ptask_private.h35 be_ptask_send_t send_fn; member in struct:be_ptask
H A Dbe_ptask.c137 task->req = task->send_fn(task, task->ev, task->be_ctx, task, task->pvt);
272 be_ptask_send_t send_fn,
281 if (be_ctx == NULL || period == 0 || send_fn == NULL || recv_fn == NULL
303 task->send_fn = send_fn;
263 be_ptask_create(TALLOC_CTX *mem_ctx, struct be_ctx *be_ctx, time_t period, time_t first_delay, time_t enabled_delay, time_t random_offset, time_t timeout, enum be_ptask_offline offline, time_t max_backoff, be_ptask_send_t send_fn, be_ptask_recv_t recv_fn, void *pvt, const char *name, struct be_ptask **_task) argument
H A Dbe_refresh.c129 be_refresh_send_t send_fn; member in struct:be_refresh_cb
156 be_refresh_send_t send_fn,
160 if (ctx == NULL || send_fn == NULL || recv_fn == NULL
170 ctx->callbacks[type].send_fn = send_fn;
263 if (state->cb->send_fn == NULL || state->cb->recv_fn == NULL) {
280 subreq = state->cb->send_fn(state, state->ev, state->be_ctx,
154 be_refresh_add_cb(struct be_refresh_ctx *ctx, enum be_refresh_type type, be_refresh_send_t send_fn, be_refresh_recv_t recv_fn, void *pvt) argument
H A Ddata_provider_fo.c214 fo_srv_lookup_plugin_send_t send_fn,
224 bret = fo_set_srv_lookup_plugin(ctx->be_fo->fo_ctx, send_fn, recv_fn, pvt);
213 be_fo_set_srv_lookup_plugin(struct be_ctx *ctx, fo_srv_lookup_plugin_send_t send_fn, fo_srv_lookup_plugin_recv_t recv_fn, void *pvt, const char *plugin_name) argument
H A Dfail_over.c1733 fo_srv_lookup_plugin_send_t send_fn,
1737 if (ctx == NULL || send_fn == NULL || recv_fn == NULL) {
1747 ctx->srv_send_fn = send_fn;
1732 fo_set_srv_lookup_plugin(struct fo_ctx *ctx, fo_srv_lookup_plugin_send_t send_fn, fo_srv_lookup_plugin_recv_t recv_fn, void *pvt) argument
/sssd-io/src/providers/ldap/
H A Dldap_id_enum.c35 be_ptask_send_t send_fn,
103 send_fn, recv_fn,
32 ldap_setup_enumeration(struct be_ctx *be_ctx, struct sdap_options *opts, struct sdap_domain *sdom, be_ptask_send_t send_fn, be_ptask_recv_t recv_fn, void *pvt) argument
H A Dldap_common.c54 be_ptask_send_t send_fn,
65 send_fn, recv_fn, pvt);
51 sdap_id_setup_tasks(struct be_ctx *be_ctx, struct sdap_id_ctx *ctx, struct sdap_domain *sdom, be_ptask_send_t send_fn, be_ptask_recv_t recv_fn, void *pvt) argument

Completed in 24 milliseconds