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

/bind-9.11.3/bin/named/
H A Dxfrout.c535 * soa_stream != NULL && *soa_stream != NULL
540 * *soa_stream == NULL
547 compound_rrstream_create(isc_mem_t *mctx, rrstream_t **soa_stream, argument
560 s->components[0] = *soa_stream;
562 s->components[2] = *soa_stream;
566 *soa_stream = NULL;
728 rrstream_t *soa_stream = NULL; local
1015 CHECK(soa_rrstream_create(mctx, db, ver, &soa_stream));
1016 CHECK(compound_rrstream_create(mctx, &soa_stream,
[all...]

Completed in 15 milliseconds