/sssd/src/providers/data_provider/ |
H A D | dp_methods.c | 31 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 D | dp.h | 125 dp_req_send_fn send_fn, 141 #define dp_set_method(methods, method, send_fn, recv_fn, method_data, \ 146 req_dtype *, struct dp_req_params *params) = (send_fn); \
|
H A D | dp_request.c | 207 dp_req_send_fn send_fn; local 253 send_fn = dp_req->execute->send_fn; 254 dp_req->handler_req = send_fn(dp_req, dp_req->execute->method_data,
|
H A D | dp_private.h | 67 dp_req_send_fn send_fn; member in struct:dp_method
|
/sssd/src/providers/ |
H A D | be_ptask_private.h | 35 be_ptask_send_t send_fn; member in struct:be_ptask
|
H A D | be_refresh.h | 59 be_refresh_send_t send_fn,
|
H A D | be_refresh.c | 134 be_refresh_send_t send_fn; member in struct:be_refresh_cb 161 be_refresh_send_t send_fn, 165 if (ctx == NULL || send_fn == NULL || recv_fn == NULL 175 ctx->callbacks[type].send_fn = send_fn; 268 if (state->cb->send_fn == NULL || state->cb->recv_fn == NULL) { 285 subreq = state->cb->send_fn(state, state->ev, state->be_ctx, 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 D | be_ptask.h | 104 be_ptask_send_t send_fn,
|
H A D | be_ptask.c | 137 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 D | fail_over.h | 223 fo_srv_lookup_plugin_send_t send_fn,
|
H A D | backend.h | 163 fo_srv_lookup_plugin_send_t send_fn,
|
H A D | fail_over.c | 1723 fo_srv_lookup_plugin_send_t send_fn, 1727 if (ctx == NULL || send_fn == NULL || recv_fn == NULL) { 1737 ctx->srv_send_fn = send_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
|
H A D | data_provider_fo.c | 214 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
|
/sssd/src/providers/ldap/ |
H A D | ldap_id_enum.c | 35 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 D | ldap_common.h | 113 be_ptask_send_t send_fn, 211 * that would periodically call send_fn/recv_fn request. The 212 * send_fn's pvt parameter will be a pointer to ldap_enum_ctx 223 be_ptask_send_t send_fn,
|
H A D | ldap_common.c | 52 be_ptask_send_t send_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
|
/sssd/src/tests/cmocka/ |
H A D | test_responder_cache_req.c | 66 #define run_cache_req(ctx, send_fn, done_fn, dom, crp, lookup, expret) do { \ 74 req = send_fn(req_mem_ctx, ctx->tctx->ev, ctx->rctx, \
|