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

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dxfrout.c180 * An 'rrstream_t' is a polymorphic iterator that returns
190 } rrstream_t; typedef in typeref:struct:rrstream
193 isc_result_t (*first)(rrstream_t *);
194 isc_result_t (*next)(rrstream_t *);
195 void (*current)(rrstream_t *,
199 void (*pause)(rrstream_t *);
200 void (*destroy)(rrstream_t **);
204 rrstream_noop_pause(rrstream_t *rs) {
210 * An 'ixfr_rrstream_t' is an 'rrstream_t' that returns
220 rrstream_t commo
[all...]

Completed in 39 milliseconds