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

/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dxfrout.c181 * An 'rrstream_t' is a polymorphic iterator that returns
191 } rrstream_t; typedef in typeref:struct:rrstream
194 isc_result_t (*first)(rrstream_t *);
195 isc_result_t (*next)(rrstream_t *);
196 void (*current)(rrstream_t *, dns_name_t **, uint32_t *,
198 void (*pause)(rrstream_t *);
199 void (*destroy)(rrstream_t **);
203 rrstream_noop_pause(rrstream_t *rs) {
209 * An 'ixfr_rrstream_t' is an 'rrstream_t' that returns
219 rrstream_t commo
[all...]

Completed in 216 milliseconds