Lines Matching refs:in
14 Added-in: 7.14.1
19 CURLOPT_COOKIELIST - add to or manipulate cookies held in memory
34 Such a cookie can be either a single line in Netscape / Mozilla format or just
47 these issues set a domain in `Set-Cookie` (doing that includes subdomains) or
50 Additionally, there are commands available that perform actions if you pass in
55 erases all cookies held in memory
59 erases all session cookies held in memory
78 /* an inline import of a cookie in Netscape format. */
89 SEP "0" /* Expiry in epoch time format. 0 == Session */
98 /* The list of cookies in cookies.txt are not be imported until right
99 before a transfer is performed. Cookies in the list that have the same
100 hostname, path and name as in my_cookie are skipped. That is because
121 The cookie file format and general cookie concepts in curl are described
126 **ALL** was added in 7.14.1
128 **SESS** was added in 7.15.4
130 **FLUSH** was added in 7.17.1
132 **RELOAD** was added in 7.39.0