Lines Matching defs:cookies
56 /* linked list of cookies we know of */
57 struct Cookie *cookies[COOKIE_HASH_SIZE];
59 int numcookies; /* number of cookies in the "jar" */
62 bool newsession; /* new session, discard session cookies on load */
65 /* The maximum sizes we accept for cookies. RFC 6265 section 6.1 says
76 /** Limits for INCOMING cookies **/
83 cookies are ignored. */
91 /** Limits for OUTGOING cookies **/
98 /* Maximum number of cookies libcurl will send in a single request, even if
99 there might be more cookies that match. One reason to cap the number is to
105 * Add a cookie to the internal list of cookies. The domain and path arguments
118 void Curl_cookie_freelist(struct Cookie *cookies);
119 void Curl_cookie_clearall(struct CookieInfo *cookies);
120 void Curl_cookie_clearsess(struct CookieInfo *cookies);