Home
last modified time | relevance | path

Searched refs:creationtime (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Dcookie.c1009 co->creationtime = ++c->lastct; in Curl_cookie_add()
1145 /* when replacing, creationtime is kept from old */ in Curl_cookie_add()
1146 co->creationtime = clist->creationtime; in Curl_cookie_add()
1296 * with the creationtime as the tiebreaker. The creationtime is guaranteed to
1327 return (c2->creationtime > c1->creationtime) ? 1 : -1; in cookie_sort()
1340 return (c2->creationtime > c1->creationtime) in cookie_sort_ct()
[all...]
H A Dcookie.h42 int creationtime; /* time when the cookie was written */ member

Completed in 3 milliseconds