Searched refs:creationtime (Results 1 – 2 of 2) sorted by relevance
41 int creationtime; /* time when the cookie was written */ member
1073 co->creationtime = repl->creationtime; in replace_existing()1151 co->creationtime = ++ci->lastct; in Curl_cookie_add()1323 return (c2->creationtime > c1->creationtime) ? 1 : -1; in cookie_sort()1336 return (c2->creationtime > c1->creationtime) ? 1 : -1; in cookie_sort_ct()
Completed in 8 milliseconds