OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_cleanup
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
conncache.h
30
struct timeval
last_cleanup
;
member in struct:conncache
url.c
[
all
...]
/external/chromium-trace/catapult/third_party/Paste/paste/
session.py
181
last_cleanup
= None
variable
269
global
last_cleanup
, cleanup_cycle, cleaning_up
275
if not
last_cleanup
or
last_cleanup
+ cleanup_cycle < now:
279
last_cleanup
= now
Completed in 282 milliseconds