Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.h61 struct CookieInfo { struct
63 struct Cookie *cookies[COOKIE_HASH_SIZE];
65 char *filename; /* file we read from/write to */
66 long numcookies; /* number of cookies in the "jar" */
67 bool running; /* state info, for cookie adding information */
68 bool newsession; /* new session, discard session cookies on load */
69 int lastct; /* last creation-time used in the jar */
70 curl_off_t next_expiration; /* the next time at which expiration happens */
/external/cronet/net/extras/sqlite/
Dsqlite_persistent_cookie_store_unittest.cc608 struct CookieInfo { in TEST_F() struct
609 const char* domain; in TEST_F()
610 const char* name; in TEST_F()
611 const char* value; in TEST_F()
612 const char* path; in TEST_F()