Lines Matching full:host_name
813 char host_name[512];818 int to_copy = MIN(sizeof(host_name)-1, port_name - host_and_port);820 memcpy(host_name, host_and_port, to_copy);821 host_name[to_copy] = '\0';822 actual_host_name = host_name;1565 host_name( void )