Searched refs:rrstream_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dxfrout.c357 * An 'rrstream_t' is a polymorphic iterator that returns
367 } rrstream_t; typedef in typeref:struct:rrstream
370 isc_result_t (*first)(rrstream_t *);
371 isc_result_t (*next)(rrstream_t *);
372 void (*current)(rrstream_t *,
376 void (*pause)(rrstream_t *);
377 void (*destroy)(rrstream_t **);
381 rrstream_noop_pause(rrstream_t *rs) {
387 * An 'ixfr_rrstream_t' is an 'rrstream_t' that returns
397 rrstream_t commo
[all...]

Completed in 21 milliseconds