Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/pybench/
Dsystimes.py131 creationtime = ctypes.c_ulonglong()
137 ctypes.byref(creationtime),
/external/curl/lib/
Dcookie.c937 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()
Dcookie.h46 int creationtime; /* time when the cookie was written */ member