18 uint32_t key, mask, inc;
31 tree->
root = ngx_radix_alloc(tree);
32 if (tree->
root == NULL) {
41 if (preallocate == 0) {
62 if (preallocate == -1) {
84 while (preallocate--) {
146 next = ngx_radix_alloc(tree);
182 while (node && (bit & mask)) {
227 if (node->
parent == NULL) {
282 while (bit & mask[i]) {
315 while (bit & mask[i]) {
316 next = ngx_radix_alloc(tree);
362 while (node && (bit & mask[i])) {
415 if (node->
parent == NULL) {
476 if (tree->
start == NULL) {