Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.h59 struct CookieInfo { struct
61 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 */
/external/curl/docs/
DINTERNALS.md1080 ## CookieInfo section in Structs in libcurl