Home
last modified time | relevance | path

Searched refs:NGX_MAXHOSTNAMELEN (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_config.h125 #define NGX_MAXHOSTNAMELEN MAXHOSTNAMELEN macro
127 #define NGX_MAXHOSTNAMELEN 256 macro
H A Dngx_syslog.c14 + (NGX_MAXHOSTNAMELEN - 1) + 1 /* space */ \
H A Dngx_cycle.c55 char hostname[NGX_MAXHOSTNAMELEN]; in ngx_init_cycle()
196 if (gethostname(hostname, NGX_MAXHOSTNAMELEN) == -1) { in ngx_init_cycle()
204 hostname[NGX_MAXHOSTNAMELEN - 1] = '\0'; in ngx_init_cycle()