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

/freebsd-13-stable/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-13-stable/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 160 milliseconds