Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geo_module.c96 static char *ngx_http_geo_cidr_add(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,
1080 rv = ngx_http_geo_cidr_add(cf, ctx, &cidr, &value[1], &value[0]); in ngx_http_geo_cidr()
1090 rv = ngx_http_geo_cidr_add(cf, ctx, &cidr, &value[1], &value[0]); in ngx_http_geo_cidr()
1143 return ngx_http_geo_cidr_add(cf, ctx, &cidr, &value[1], net); in ngx_http_geo_cidr()
1148 ngx_http_geo_cidr_add(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, in ngx_http_geo_cidr_add() function