Searched defs:CookieInfo (Results 1 – 2 of 2) sorted by relevance
59 struct CookieInfo { struct61 struct Cookie *cookies[COOKIE_HASH_SIZE];63 char *filename; /* file we read from/write to */64 bool running; /* state info, for cookie adding information */65 long numcookies; /* number of cookies in the "jar" */66 bool newsession; /* new session, discard session cookies on load */67 int lastct; /* last creation-time used in the jar */
1058 ## CookieInfo section in Structs in libcurl