Searched defs:CookieInfo (Results 1 – 3 of 3) 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 unsigned int numcookies; /* number of cookies in the "jar" */64 unsigned int lastct; /* last creation-time used in the jar */
782 struct CookieInfo { in TEST_F() struct783 const char* domain; in TEST_F()784 const char* name; in TEST_F()785 const char* value; in TEST_F()786 const char* path; in TEST_F()