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