Lines Matching defs:host
313 char *host;
334 host = scratch_mem;
335 path = os_strchr(host, '/');
337 *path++ = '\0'; /* null terminate host */
340 delim = os_strchr(host, ':');
342 *delim = '\0'; /* null terminate host name for now */
367 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
371 rerr, gai_strerror(rerr), host);
378 host_len = os_strlen(host);
397 os_memcpy(mem, host, host_len);