Lines Matching refs:stream
171 * a stream of resource records. There are multiple implementations,
201 * an IXFR-like RR stream from a journal file.
204 * or deletions are included in the stream, but the extra
297 * an AXFR-like RR stream from a database.
300 * not included in the stream.
507 * and another rrstream, the "data stream". It returns
508 * a concatenated stream consisting of the soa_rrstream, then
509 * the data stream, then the soa_rrstream again.
590 * Make sure locks held by the current stream
659 rrstream_t *stream; /* The XFR RR stream */
682 rrstream_t *stream, dns_tsigkey_t *tsigkey,
730 rrstream_t *stream = NULL;
983 CHECK(soa_rrstream_create(mctx, db, ver, &stream));
1013 * Bracket the data stream with SOAs.
1017 &stream));
1025 * of "stream", "db", "ver", and "quota" to the xfrout context object.
1033 zone, db, ver, quota, stream,
1045 zone, db, ver, quota, stream,
1056 stream = NULL;
1059 CHECK(xfr->stream->methods->first(xfr->stream));
1116 if (stream != NULL)
1117 stream->methods->destroy(&stream);
1144 rrstream_t *stream, dns_tsigkey_t *tsigkey,
1186 xfr->stream = NULL;
1237 xfr->stream = stream;
1249 * Arrange to send as much as we can of "stream" without blocking.
1252 * The stream iterator is initialized and points at an RR,
1253 * or possibly at the end of the stream (that is, the
1395 xfr->stream->methods->current(xfr->stream,
1473 result = xfr->stream->methods->next(xfr->stream);
1519 xfr->stream->methods->pause(xfr->stream);
1554 xfr->stream->methods->pause(xfr->stream);
1572 if (xfr->stream != NULL)
1573 xfr->stream->methods->destroy(&xfr->stream);
1623 /* End of zone transfer stream. */