Lines Matching refs:soa_stream
535 * soa_stream != NULL && *soa_stream != NULL
540 * *soa_stream == NULL
547 compound_rrstream_create(isc_mem_t *mctx, rrstream_t **soa_stream,
560 s->components[0] = *soa_stream;
562 s->components[2] = *soa_stream;
566 *soa_stream = NULL;
728 rrstream_t *soa_stream = NULL;
1015 CHECK(soa_rrstream_create(mctx, db, ver, &soa_stream));
1016 CHECK(compound_rrstream_create(mctx, &soa_stream, &data_stream,
1018 soa_stream = NULL;
1118 if (soa_stream != NULL)
1119 soa_stream->methods->destroy(&soa_stream);