Searched defs:request_data (Results 1 - 2 of 2) sorted by relevance
/sssd-io/src/providers/data_provider/ |
H A D | dp_request_reply.c | 165 void *request_data, 181 void *request_data, 238 request_data, postprocess_fn, postprocess_data, 265 void *request_data, 307 method, dp_flags, request_data, &state->name); 173 _dp_req_with_reply(struct dp_client *dp_cli, const char *domain, const char *request_name, const char *custom_key, struct sbus_request *sbus_req, enum dp_targets target, enum dp_methods method, uint32_t dp_flags, void *request_data, dp_req_post_fn postprocess_fn, void *postprocess_data, dp_req_reply_fn reply_fn, const char *output_dtype) argument 256 dp_req_with_reply_step(struct data_provider *provider, struct dp_client *dp_cli, const char *domain, const char *request_name, const char *custom_key, struct sbus_request *sbus_req, enum dp_targets target, enum dp_methods method, uint32_t dp_flags, void *request_data, dp_req_post_fn postprocess_fn, void *postprocess_data, dp_req_reply_fn reply_fn, const char *output_dtype) argument
|
H A D | dp_request.c | 47 void *request_data; member in struct:dp_req 73 void *request_data) 79 if (!check_data_type(method->request_dtype, "request", request_data)) { 141 void *request_data, 162 dp_req->request_data = request_data; 176 talloc_steal(dp_req, dp_req->request_data); 203 void *request_data, 216 method, dp_flags, request_data, req, &dp_req); 228 if (!check_method_data(dp_req->execute, dp_req->request_data)) { 72 check_method_data(struct dp_method *method, void *request_data) argument 133 dp_req_new(TALLOC_CTX *mem_ctx, struct data_provider *provider, struct dp_client *dp_cli, const char *domainname, const char *name, enum dp_targets target, enum dp_methods method, uint32_t dp_flags, void *request_data, struct tevent_req *req, struct dp_req **_dp_req) argument 195 file_dp_request(TALLOC_CTX *mem_ctx, struct data_provider *provider, struct dp_client *dp_cli, const char *domainname, const char *name, enum dp_targets target, enum dp_methods method, uint32_t dp_flags, void *request_data, struct tevent_req *req, struct dp_req **_dp_req) argument 278 dp_req_send(TALLOC_CTX *mem_ctx, struct data_provider *provider, struct dp_client *dp_cli, const char *domain, const char *name, enum dp_targets target, enum dp_methods method, uint32_t dp_flags, void *request_data, const char **_request_name) argument [all...] |
Completed in 7 milliseconds