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.c934 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()
Dcookie.h46 int creationtime; /* time when the cookie was written */ member