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

/bind-9.11.3/bin/named/
H A Dxfrout.c170 * An 'rrstream_t' is a polymorphic iterator that returns
180 } rrstream_t; typedef in typeref:struct:rrstream
183 isc_result_t (*first)(rrstream_t *);
184 isc_result_t (*next)(rrstream_t *);
185 void (*current)(rrstream_t *,
189 void (*pause)(rrstream_t *);
190 void (*destroy)(rrstream_t **);
194 rrstream_noop_pause(rrstream_t *rs) {
200 * An 'ixfr_rrstream_t' is an 'rrstream_t' that returns
210 rrstream_t commo
[all...]

Completed in 10 milliseconds