sn                 26 http/modules/ngx_http_geo_module.c     ngx_str_node_t                   sn;
sn               1011 http/modules/ngx_http_geo_module.c     gvvn->sn.node.key = hash;
sn               1012 http/modules/ngx_http_geo_module.c     gvvn->sn.str.len = val->len;
sn               1013 http/modules/ngx_http_geo_module.c     gvvn->sn.str.data = val->data;
sn               1017 http/modules/ngx_http_geo_module.c     ngx_rbtree_insert(&ctx->rbtree, &gvvn->sn.node);
sn               1409 http/modules/ngx_http_geo_module.c     p = ngx_cpymem(p, gvvn->sn.str.data, gvvn->sn.str.len);
sn                363 http/modules/ngx_http_referer_module.c     ngx_http_server_name_t    *sn;
sn                415 http/modules/ngx_http_referer_module.c             sn = cscf->server_names.elts;
sn                419 http/modules/ngx_http_referer_module.c                 if (sn[n].regex) {
sn                421 http/modules/ngx_http_referer_module.c                     if (ngx_http_add_regex_referer(cf, rlcf, &sn[n].name,
sn                422 http/modules/ngx_http_referer_module.c                                                    sn[n].regex->regex)
sn                432 http/modules/ngx_http_referer_module.c                 if (ngx_http_add_referer(cf, rlcf->keys, &sn[n].name, &uri)
sn               2998 http/ngx_http_core_module.c     ngx_http_server_name_t  *sn;
sn               3031 http/ngx_http_core_module.c         sn = ngx_array_push(&conf->server_names);
sn               3033 http/ngx_http_core_module.c         sn->regex = NULL;
sn               3035 http/ngx_http_core_module.c         sn->server = conf;
sn               3036 http/ngx_http_core_module.c         ngx_str_set(&sn->name, "");
sn               3039 http/ngx_http_core_module.c     sn = conf->server_names.elts;
sn               3040 http/ngx_http_core_module.c     name = sn[0].name;
sn               3043 http/ngx_http_core_module.c     if (sn->regex) {
sn               3651 http/ngx_http_core_module.c     ngx_http_server_name_t  *sn;
sn               3680 http/ngx_http_core_module.c         sn = ngx_array_push(&cscf->server_names);
sn               3681 http/ngx_http_core_module.c         if (sn == NULL) {
sn               3686 http/ngx_http_core_module.c         sn->regex = NULL;
sn               3688 http/ngx_http_core_module.c         sn->server = cscf;
sn               3691 http/ngx_http_core_module.c             sn->name = cf->cycle->hostname;
sn               3694 http/ngx_http_core_module.c             sn->name = value[i];
sn               3698 http/ngx_http_core_module.c             ngx_strlow(sn->name.data, sn->name.data, sn->name.len);
sn               3730 http/ngx_http_core_module.c         sn->regex = ngx_http_regex_compile(cf, &rc);
sn               3731 http/ngx_http_core_module.c         if (sn->regex == NULL) {
sn               3735 http/ngx_http_core_module.c         sn->name = value[i];
sn               1736 http/ngx_http_request.c         ngx_http_server_name_t  *sn;
sn               1741 http/ngx_http_request.c         sn = r->virtual_names->regex;
sn               1745 http/ngx_http_request.c             n = ngx_http_regex_exec(r, sn[i].regex, &name);
sn               1748 http/ngx_http_request.c                 cscf = sn[i].server;