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

/sssd-io/src/resolv/
H A Dasync_resolv.c99 struct request_watch *rwatch; member in struct:resolv_request
216 if (rreq->rwatch == NULL) {
221 tevent_req_error(rreq->rwatch->req, ETIMEDOUT);
222 rreq->rwatch = NULL;
226 request_watch_destructor(struct request_watch *rwatch) argument
229 if (rwatch->rr) rwatch->rr->rwatch = NULL;
261 rreq->rwatch = talloc(req, struct request_watch);
262 if (!rreq->rwatch) {
[all...]

Completed in 270 milliseconds