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

/bind-9.6-ESV-R11/bin/named/
H A Dxfrout.c719 * soa_stream != NULL && *soa_stream != NULL
724 * *soa_stream == NULL
731 compound_rrstream_create(isc_mem_t *mctx, rrstream_t **soa_stream, argument
743 s->components[0] = *soa_stream;
745 s->components[2] = *soa_stream;
749 *soa_stream = NULL;
909 rrstream_t *soa_stream = NULL; local
1214 CHECK(soa_rrstream_create(mctx, db, ver, &soa_stream));
1215 CHECK(compound_rrstream_create(mctx, &soa_stream,
[all...]

Completed in 634 milliseconds