vn               1790 http/ngx_http.c     ngx_http_virtual_names_t  *vn;
vn               1822 http/ngx_http.c         vn = ngx_palloc(cf->pool, sizeof(ngx_http_virtual_names_t));
vn               1823 http/ngx_http.c         if (vn == NULL) {
vn               1827 http/ngx_http.c         addrs[i].conf.virtual_names = vn;
vn               1829 http/ngx_http.c         vn->names.hash = addr[i].hash;
vn               1830 http/ngx_http.c         vn->names.wc_head = addr[i].wc_head;
vn               1831 http/ngx_http.c         vn->names.wc_tail = addr[i].wc_tail;
vn               1833 http/ngx_http.c         vn->nregex = addr[i].nregex;
vn               1834 http/ngx_http.c         vn->regex = addr[i].regex;
vn               1851 http/ngx_http.c     ngx_http_virtual_names_t  *vn;
vn               1883 http/ngx_http.c         vn = ngx_palloc(cf->pool, sizeof(ngx_http_virtual_names_t));
vn               1884 http/ngx_http.c         if (vn == NULL) {
vn               1888 http/ngx_http.c         addrs6[i].conf.virtual_names = vn;
vn               1890 http/ngx_http.c         vn->names.hash = addr[i].hash;
vn               1891 http/ngx_http.c         vn->names.wc_head = addr[i].wc_head;
vn               1892 http/ngx_http.c         vn->names.wc_tail = addr[i].wc_tail;
vn               1894 http/ngx_http.c         vn->nregex = addr[i].nregex;
vn               1895 http/ngx_http.c         vn->regex = addr[i].regex;