Searched refs:hostname (Results 1 – 3 of 3) sorted by relevance
1168 char hostname[NXT_MAXHOSTNAMELEN + 1]; in nxt_runtime_hostname() local1170 if (gethostname(hostname, NXT_MAXHOSTNAMELEN) != 0) { in nxt_runtime_hostname()1183 hostname[NXT_MAXHOSTNAMELEN] = '\0'; in nxt_runtime_hostname()1185 length = nxt_strlen(hostname); in nxt_runtime_hostname()1186 rt->hostname.length = length; in nxt_runtime_hostname()1188 rt->hostname.start = nxt_mp_nget(rt->mem_pool, length); in nxt_runtime_hostname()1190 if (rt->hostname.start != NULL) { in nxt_runtime_hostname()1191 nxt_memcpy_lowcase(rt->hostname.start, (u_char *) hostname, length); in nxt_runtime_hostname()
27 nxt_str_t hostname; member
78 | `http://…`*URI* | For remote TCP control sockets, the URI may include the protocol, hostname, and…