Searched refs:execute (Results 1 - 3 of 3) sorted by relevance

/sssd/src/providers/data_provider/
H A Ddp_methods.c104 struct dp_method *execute; local
117 execute = &provider->targets[target]->methods[method];
118 if (execute->send_fn == NULL || execute->recv_fn == NULL) {
125 *_execute = execute;
H A Ddp_request.c40 struct dp_method *execute; member in struct:dp_req
188 ret = dp_find_method(provider, target, method, &dp_req->execute);
227 if (!check_method_data(dp_req->execute, dp_req->request_data)) {
253 send_fn = dp_req->execute->send_fn;
254 dp_req->handler_req = send_fn(dp_req, dp_req->execute->method_data,
327 state->recv_fn = dp_req->execute->recv_fn;
328 state->output_data = talloc_zero_size(state, dp_req->execute->output_size);
334 talloc_set_name_const(state->output_data, dp_req->execute->output_dtype);
/sssd/contrib/ci/
H A Dvalgrind-condense33 the program to execute under Valgrind. If the program path
41 will be considered the path to the program to execute under Valgrind and will

Completed in 1510 milliseconds