Lines Matching refs:Cookie
1826 hd_name_eq(name, namelen, STRCONST("Cookie:"))) &&
1972 checkprefix("Cookie:", compare)) &&
2774 !Curl_checkheaders(data, STRCONST("Cookie")))
2778 struct Cookie *co = NULL; /* no cookies from start */
2795 struct Cookie *store = co;
2796 size_t clen = 8; /* hold the size of the generated Cookie: header */
2802 result = Curl_dyn_addn(r, STRCONST("Cookie: "));
2826 result = Curl_dyn_addn(r, STRCONST("Cookie: "));
3618 checkprefix("Set-Cookie:", headp)) {
3632 headp + strlen("Set-Cookie:"), host,