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

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dradix.h206 isc_radix_node_t *Xrn = (Xhead); \
207 while ((Xnode = Xrn)) { \
214 isc_radix_node_t *Xrn = (Xhead); \
215 while ((Xnode = Xrn)) { \
220 Xrn = *(--Xsp); \
222 Xrn = (radix_node_t *) 0; \
227 if (Xrn->l) { \
228 if (Xrn->r) { \
229 *Xsp++ = Xrn->r; \
231 Xrn
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dradix.h204 isc_radix_node_t *Xrn = (Xhead); \
205 while ((Xnode = Xrn)) { \
212 isc_radix_node_t *Xrn = (Xhead); \
213 while ((Xnode = Xrn)) { \
218 Xrn = *(--Xsp); \
220 Xrn = (radix_node_t *) 0; \
225 if (Xrn->l) { \
226 if (Xrn->r) { \
227 *Xsp++ = Xrn->r; \
229 Xrn
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dradix.c177 isc_radix_node_t *Xrn = radix->head; local
179 while (Xrn != NULL) {
180 isc_radix_node_t *l = Xrn->l;
181 isc_radix_node_t *r = Xrn->r;
183 if (Xrn->prefix != NULL) {
184 _deref_prefix(Xrn->prefix);
185 if (func != NULL && (Xrn->data[0] != NULL ||
186 Xrn->data[1] != NULL))
187 func(Xrn->data);
189 INSIST(Xrn
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dradix.c174 isc_radix_node_t *Xrn = radix->head; local
176 while (Xrn != NULL) {
177 isc_radix_node_t *l = Xrn->l;
178 isc_radix_node_t *r = Xrn->r;
180 if (Xrn->prefix != NULL) {
181 _deref_prefix(radix->mctx, Xrn->prefix);
182 if (func != NULL && (Xrn->data[0] != NULL ||
183 Xrn->data[1] != NULL))
184 func(Xrn->data);
186 INSIST(Xrn
[all...]

Completed in 79 milliseconds