Lines Matching refs:xfrout_ctx_t
827 * An 'xfrout_ctx_t' contains the state of an outgoing AXFR or IXFR
857 } xfrout_ctx_t;
869 xfrout_ctx_t **xfrp);
872 sendstream(xfrout_ctx_t *xfr);
878 xfrout_fail(xfrout_ctx_t *xfr, isc_result_t result, const char *msg);
881 xfrout_maybe_destroy(xfrout_ctx_t *xfr);
884 xfrout_ctx_destroy(xfrout_ctx_t **xfrp);
895 xfrout_log(xfrout_ctx_t *xfr, int level, const char *fmt, ...)
920 xfrout_ctx_t *xfr = NULL;
1321 xfrout_ctx_t **xfrp)
1323 xfrout_ctx_t *xfr;
1432 sendstream(xfrout_ctx_t *xfr) {
1716 xfrout_ctx_destroy(xfrout_ctx_t **xfrp) {
1717 xfrout_ctx_t *xfr = *xfrp;
1757 xfrout_ctx_t *xfr = (xfrout_ctx_t *)event->ev_arg;
1785 xfrout_fail(xfrout_ctx_t *xfr, isc_result_t result, const char *msg) {
1793 xfrout_maybe_destroy(xfrout_ctx_t *xfr) {
1810 xfrout_ctx_t *xfr = (xfrout_ctx_t *) arg;
1841 * Logging function for use when a xfrout_ctx_t has not yet been created.
1853 * Logging function for use when there is a xfrout_ctx_t.
1856 xfrout_log(xfrout_ctx_t *xfr, int level, const char *fmt, ...) {