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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.c99 static char *rn_zeros, *rn_ones; variable
1127 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
1166 R_Malloc(rn_zeros, char *, 3 * max_keylen);
1167 if (rn_zeros == NULL)
1169 Bzero(rn_zeros, 3 * max_keylen);
1170 rn_ones = cp = rn_zeros + max_keylen;

Completed in 10 milliseconds