Home
last modified time | relevance | path

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

/curl/lib/
H A Dcookie.h41 int creationtime; /* time when the cookie was written */ member
H A Dcookie.c1073 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 9 milliseconds