Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geo_module.c109 static u_char *ngx_http_geo_copy_values(u_char *base, u_char *p,
1609 p = ngx_http_geo_copy_values(fm.addr, p, ctx->rbtree.root, in ngx_http_geo_create_binary_base()
1656 ngx_http_geo_copy_values(u_char *base, u_char *p, ngx_rbtree_node_t *node, in ngx_http_geo_copy_values() function
1678 p = ngx_http_geo_copy_values(base, p, node->left, sentinel); in ngx_http_geo_copy_values()
1680 return ngx_http_geo_copy_values(base, p, node->right, sentinel); in ngx_http_geo_copy_values()