Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:hostname

179 static int ConnectPixelCacheServer(const char *hostname,const int port,
224 status=getaddrinfo(hostname,service,&hint,&result);
228 "DistributedPixelCache","'%s'",hostname);
237 "DistributedPixelCache","'%s'",hostname);
246 "DistributedPixelCache","'%s'",hostname);
333 *hostname;
350 hostname=GetHostname(&server_info->port,exception);
352 server_info->file=ConnectPixelCacheServer(hostname,server_info->port,
359 (void) CopyMagickString(server_info->hostname,hostname,MagickPathExtent);
362 hostname=DestroyString(hostname);
1054 % GetDistributeCacheHostname() returns the hostname associated with this
1072 return(server_info->hostname);