gvvn              979 http/modules/ngx_http_geo_module.c     ngx_http_geo_variable_value_node_t  *gvvn;
gvvn              983 http/modules/ngx_http_geo_module.c     gvvn = (ngx_http_geo_variable_value_node_t *)
gvvn              986 http/modules/ngx_http_geo_module.c     if (gvvn) {
gvvn              987 http/modules/ngx_http_geo_module.c         return gvvn->value;
gvvn             1005 http/modules/ngx_http_geo_module.c     gvvn = ngx_palloc(ctx->temp_pool,
gvvn             1007 http/modules/ngx_http_geo_module.c     if (gvvn == NULL) {
gvvn             1011 http/modules/ngx_http_geo_module.c     gvvn->sn.node.key = hash;
gvvn             1012 http/modules/ngx_http_geo_module.c     gvvn->sn.str.len = val->len;
gvvn             1013 http/modules/ngx_http_geo_module.c     gvvn->sn.str.data = val->data;
gvvn             1014 http/modules/ngx_http_geo_module.c     gvvn->value = val;
gvvn             1015 http/modules/ngx_http_geo_module.c     gvvn->offset = 0;
gvvn             1017 http/modules/ngx_http_geo_module.c     ngx_rbtree_insert(&ctx->rbtree, &gvvn->sn.node);
gvvn             1322 http/modules/ngx_http_geo_module.c     ngx_http_geo_variable_value_node_t  *gvvn;
gvvn             1366 http/modules/ngx_http_geo_module.c             gvvn = (ngx_http_geo_variable_value_node_t *)
gvvn             1369 http/modules/ngx_http_geo_module.c             range->value = (ngx_http_variable_value_t *) gvvn->offset;
gvvn             1395 http/modules/ngx_http_geo_module.c     ngx_http_geo_variable_value_node_t  *gvvn;
gvvn             1401 http/modules/ngx_http_geo_module.c     gvvn = (ngx_http_geo_variable_value_node_t *) node;
gvvn             1402 http/modules/ngx_http_geo_module.c     gvvn->offset = p - base;
gvvn             1405 http/modules/ngx_http_geo_module.c     *vv = *gvvn->value;
gvvn             1409 http/modules/ngx_http_geo_module.c     p = ngx_cpymem(p, gvvn->sn.str.data, gvvn->sn.str.len);