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

/sssd/src/providers/data_provider/
H A Ddp_methods.c32 dp_req_recv_fn recv_fn,
51 if (send_fn == NULL || recv_fn == NULL || method_dtype == NULL
59 methods[method].recv_fn = recv_fn;
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.h68 dp_req_recv_fn recv_fn; member in struct:dp_method
H A Ddp_request.c271 dp_req_recv_fn recv_fn; member in struct:dp_req_state
327 state->recv_fn = dp_req->execute->recv_fn;
360 ret = state->recv_fn(state->output_data, subreq, state->output_data);
/sssd/src/providers/
H A Dbe_ptask_private.h36 be_ptask_recv_t recv_fn; member in struct:be_ptask
H A Dbe_ptask.c177 ret = task->recv_fn(req);
273 be_ptask_recv_t recv_fn,
281 if (be_ctx == NULL || period == 0 || send_fn == NULL || recv_fn == NULL
304 task->recv_fn = recv_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.c135 be_refresh_recv_t recv_fn; member in struct:be_refresh_cb
162 be_refresh_recv_t recv_fn,
165 if (ctx == NULL || send_fn == NULL || recv_fn == NULL
176 ctx->callbacks[type].recv_fn = recv_fn;
268 if (state->cb->send_fn == NULL || state->cb->recv_fn == NULL) {
321 ret = state->cb->recv_fn(subreq);
159 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.c215 fo_srv_lookup_plugin_recv_t recv_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.c1724 fo_srv_lookup_plugin_recv_t recv_fn,
1727 if (ctx == NULL || send_fn == NULL || recv_fn == NULL) {
1738 ctx->srv_recv_fn = recv_fn;
1722 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/src/providers/ldap/
H A Dldap_id_enum.c36 be_ptask_recv_t recv_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.c53 be_ptask_recv_t recv_fn,
63 send_fn, recv_fn, pvt);
49 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 2892 milliseconds