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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dradix.h205 isc_radix_node_t *Xrn = (Xhead); \
206 while ((Xnode = Xrn)) { \
210 if (Xrn->l) { \
211 if (Xrn->r) { \
212 *Xsp++ = Xrn->r; \
214 Xrn = Xrn->l; \
215 } else if (Xrn->r) { \
216 Xrn = Xrn
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dradix.h204 isc_radix_node_t *Xrn = (Xhead); \
205 while ((Xnode = Xrn)) { \
209 if (Xrn->l) { \
210 if (Xrn->r) { \
211 *Xsp++ = Xrn->r; \
213 Xrn = Xrn->l; \
214 } else if (Xrn->r) { \
215 Xrn = Xrn
[all...]
/netbsd-current/external/bsd/ntp/dist/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...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dradix.c176 isc_radix_node_t *Xrn = radix->head; local
178 while (Xrn != NULL) {
179 isc_radix_node_t *l = Xrn->l;
180 isc_radix_node_t *r = Xrn->r;
182 if (Xrn->prefix != NULL) {
183 _deref_prefix(radix->mctx, Xrn->prefix);
184 if (func != NULL && (Xrn->data[0] != NULL ||
185 Xrn->data[1] != NULL))
186 func(Xrn->data);
188 INSIST(Xrn
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dradix.c168 isc_radix_node_t *Xrn = radix->head; local
170 while (Xrn != NULL) {
171 isc_radix_node_t *l = Xrn->l;
172 isc_radix_node_t *r = Xrn->r;
174 if (Xrn->prefix != NULL) {
175 _deref_prefix(Xrn->prefix);
177 func(Xrn->data);
180 INSIST(Xrn->data[RADIX_V4] == NULL &&
181 Xrn->data[RADIX_V6] == NULL);
184 isc_mem_put(radix->mctx, Xrn, sizeo
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dradix.c168 isc_radix_node_t *Xrn = radix->head; local
170 while (Xrn != NULL) {
171 isc_radix_node_t *l = Xrn->l;
172 isc_radix_node_t *r = Xrn->r;
174 if (Xrn->prefix != NULL) {
175 _deref_prefix(Xrn->prefix);
177 func(Xrn->data);
180 INSIST(Xrn->data[RADIX_V4] == NULL &&
181 Xrn->data[RADIX_V6] == NULL);
184 isc_mem_put(radix->mctx, Xrn, sizeo
[all...]

Completed in 122 milliseconds