Searched refs:creationtime (Results 1 – 3 of 3) sorted by relevance
131 creationtime = ctypes.c_ulonglong()137 ctypes.byref(creationtime),
937 co->creationtime = ++c->lastct; in Curl_cookie_add()1039 co->creationtime = clist->creationtime; in Curl_cookie_add()1238 return (c2->creationtime > c1->creationtime) ? 1 : -1; in cookie_sort()1247 return (c2->creationtime > c1->creationtime) ? 1 : -1; in cookie_sort_ct()1276 d->creationtime = src->creationtime; in dup_cookie()
46 int creationtime; /* time when the cookie was written */ member