hostname           58 core/ngx_cycle.c     char                 hostname[NGX_MAXHOSTNAMELEN];
hostname          194 core/ngx_cycle.c     if (gethostname(hostname, NGX_MAXHOSTNAMELEN) == -1) {
hostname          202 core/ngx_cycle.c     hostname[NGX_MAXHOSTNAMELEN - 1] = '\0';
hostname          203 core/ngx_cycle.c     cycle->hostname.len = ngx_strlen(hostname);
hostname          205 core/ngx_cycle.c     cycle->hostname.data = ngx_pnalloc(pool, cycle->hostname.len);
hostname          206 core/ngx_cycle.c     if (cycle->hostname.data == NULL) {
hostname          211 core/ngx_cycle.c     ngx_strlow(cycle->hostname.data, (u_char *) hostname, cycle->hostname.len);
hostname           68 core/ngx_cycle.h     ngx_str_t                 hostname;
hostname         3691 http/ngx_http_core_module.c             sn->name = cf->cycle->hostname;
hostname         1632 http/ngx_http_variables.c     v->len = ngx_cycle->hostname.len;
hostname         1636 http/ngx_http_variables.c     v->data = ngx_cycle->hostname.data;
hostname          188 mail/ngx_mail_core_module.c         conf->server_name = cf->cycle->hostname;