Searched refs:dp_req (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/providers/data_provider/
H A Ddp_request.c32 struct dp_req { struct
50 struct dp_req *prev;
51 struct dp_req *next;
86 static int dp_req_destructor(struct dp_req *dp_req) argument
88 DLIST_REMOVE(dp_req->provider->requests.active, dp_req);
90 if (dp_req->provider->requests.num_active == 0) {
95 dp_req->provider->requests.num_active--;
97 DP_REQ_DEBUG(SSSDBG_TRACE_FUNC, dp_req
105 dp_attach_req(struct dp_req *dp_req, struct data_provider *provider, const char *name, uint32_t dp_flags) argument
145 struct dp_req *dp_req; local
209 struct dp_req *dp_req; local
271 struct dp_req *dp_req; member in struct:dp_req_state
292 struct dp_req *dp_req; local
411 dp_terminate_request(struct dp_req *dp_req) argument
[all...]
H A Ddp_private.h45 struct dp_req;
91 struct dp_req *active;

Completed in 10 milliseconds