geo               301 http/modules/ngx_http_geo_module.c     ngx_http_geo_ctx_t       *geo;
geo               306 http/modules/ngx_http_geo_module.c     geo = ngx_palloc(cf->pool, sizeof(ngx_http_geo_ctx_t));
geo               307 http/modules/ngx_http_geo_module.c     if (geo == NULL) {
geo               317 http/modules/ngx_http_geo_module.c         geo->index = ngx_http_get_variable_index(cf, &name);
geo               318 http/modules/ngx_http_geo_module.c         if (geo->index == NGX_ERROR) {
geo               327 http/modules/ngx_http_geo_module.c         geo->index = -1;
geo               365 http/modules/ngx_http_geo_module.c     geo->proxies = ctx.proxies;
geo               398 http/modules/ngx_http_geo_module.c         geo->u.high = ctx.high;
geo               401 http/modules/ngx_http_geo_module.c         var->data = (uintptr_t) geo;
geo               418 http/modules/ngx_http_geo_module.c         geo->u.tree = ctx.tree;
geo               421 http/modules/ngx_http_geo_module.c         var->data = (uintptr_t) geo;