Lines Matching defs:soa_stream
526 * soa_stream != NULL && *soa_stream != NULL
531 * *soa_stream == NULL
538 compound_rrstream_create(isc_mem_t *mctx, rrstream_t **soa_stream,
548 s->components[0] = *soa_stream;
550 s->components[2] = *soa_stream;
555 *soa_stream = NULL;
734 rrstream_t *soa_stream = NULL;
1079 CHECK(soa_rrstream_create(mctx, db, ver, &soa_stream));
1080 CHECK(compound_rrstream_create(mctx, &soa_stream, &data_stream,
1082 soa_stream = NULL;
1187 if (soa_stream != NULL) {
1188 soa_stream->methods->destroy(&soa_stream);