Searched defs:CookieInfo (Results 1 – 1 of 1) sorted by relevance
59 struct CookieInfo { struct61 struct Curl_llist cookielist[COOKIE_HASH_SIZE];62 curl_off_t next_expiration; /* the next time at which expiration happens */63 int numcookies; /* number of cookies in the "jar" */64 int lastct; /* last creation-time used in the jar */65 bool running; /* state info, for cookie adding information */66 bool newsession; /* new session, discard session cookies on load */
Completed in 3 milliseconds