Searched defs:updatereq (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dclient.c220 dns_request_t *updatereq; member in struct:updatectx
1980 dns_request_destroy(&uctx->updatereq);
2016 &uctx->updatereq);
2073 &uctx->updatereq);
2884 uctx->updatereq = NULL;
3030 if (uctx->updatereq != NULL)
3031 dns_request_cancel(uctx->updatereq);
3056 REQUIRE(uctx->updatereq == NULL && uctx->updatemsg == NULL &&

Completed in 29 milliseconds