Lines Matching defs:host
57 char *host, char *path, bool secure);
59 For a given host and path, return a linked list of cookies that
474 * sometimes we get an IP-only host name, and that might also be a numerical
671 * Now, we make sure that our host is within the given domain, or
684 * dot OR the exact host name being "localhost".
708 * not a domain to which the current host belongs. Mark as bad.
1378 * For a given host and path, return a linked list of cookies that the client
1386 const char *host, const char *path,
1394 const size_t myhash = cookiehash(host);
1402 /* check if host is an IP(v4|v6) address */
1403 is_ip = Curl_host_is_ipnum(host);
1414 cookie_tailmatch(co->domain, strlen(co->domain), host)) ||
1415 ((!co->tailmatch || is_ip) && strcasecompare(host, co->domain)) ) {
1417 * the right part of the host matches the domain stuff in the