Lines Matching defs:host
93 const char *host = wsi->cli_hostname_copy;
98 if (!host) {
100 host = wsi->stash->cis[CIS_HOST];
103 host = lws_hdr_simple_ptr(wsi,
107 if (!host)
110 hl = strlen(host);
190 * If there's already a pending lookup for this host, let's bail and
199 if (!strcmp((const char *)&inf[1], host))
206 * No... let's make an inflight entry for this host, then
213 memcpy(&inf[1], host, hl + 1);
260 * We have some trust cache information for this host already, it tells
505 * connect to the same host again, but any vhost from before has been