Searched refs:ngx_http_geo_conf_ctx_t (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_geo_module.c | 66 } ngx_http_geo_conf_ctx_t; typedef 91 ngx_http_geo_conf_ctx_t *ctx, in_addr_t start, in_addr_t end); 93 ngx_http_geo_conf_ctx_t *ctx, in_addr_t start, in_addr_t end); 99 ngx_http_geo_conf_ctx_t *ctx, ngx_str_t *value); 101 ngx_http_geo_conf_ctx_t *ctx, ngx_cidr_t *cidr); 107 ngx_http_geo_conf_ctx_t *ctx, ngx_str_t *name); 396 ngx_http_geo_conf_ctx_t ctx; in ngx_http_geo_block() 451 ngx_memzero(&ctx, sizeof(ngx_http_geo_conf_ctx_t)); in ngx_http_geo_block() 592 ngx_http_geo_conf_ctx_t *ctx; in ngx_http_geo() 1051 ngx_http_geo_cidr(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, in ngx_http_geo_cidr() [all …]
|