Home
last modified time | relevance | path

Searched defs:CookieInfo (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dcookie.h55 struct CookieInfo { struct
57 struct Cookie *cookies[COOKIE_HASH_SIZE];
58 curl_off_t next_expiration; /* the next time at which expiration happens */
59 int numcookies; /* number of cookies in the "jar" */
60 int lastct; /* last creation-time used in the jar */
61 bool running; /* state info, for cookie adding information */
62 bool newsession; /* new session, discard session cookies on load */

Completed in 4 milliseconds