Home
last modified time | relevance | path

Searched refs:ngx_stream_geo_copy_values (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geo_module.c103 static u_char *ngx_stream_geo_copy_values(u_char *base, u_char *p,
1537 p = ngx_stream_geo_copy_values(fm.addr, p, ctx->rbtree.root, in ngx_stream_geo_create_binary_base()
1584 ngx_stream_geo_copy_values(u_char *base, u_char *p, ngx_rbtree_node_t *node, in ngx_stream_geo_copy_values() function
1606 p = ngx_stream_geo_copy_values(base, p, node->left, sentinel); in ngx_stream_geo_copy_values()
1608 return ngx_stream_geo_copy_values(base, p, node->right, sentinel); in ngx_stream_geo_copy_values()