Searched refs:method_dtype (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/providers/data_provider/ |
H A D | dp_methods.c | 34 const char *method_dtype, 51 if (send_fn == NULL || recv_fn == NULL || method_dtype == NULL 62 methods[method].method_dtype = method_dtype; 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 | 133 const char *method_dtype, 147 method_dtype, req_dtype, output_dtype) \ 150 struct tevent_req *(*__send_fn)(TALLOC_CTX *, method_dtype *, \ 158 #method_dtype, #req_dtype, \
|
H A D | dp_private.h | 70 const char *method_dtype; member in struct:dp_method
|
H A D | dp_request.c | 75 if (!check_data_type(method->method_dtype, "method", method->method_data)) {
|
Completed in 12 milliseconds