Searched refs:FILE_CACHE_TTL (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/syslog-267/libsystem_asl.tproj/include/
H A Dasl_store.h47 #define FILE_CACHE_TTL 300 macro
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_store.c327 * Close any files that have not been used in the last FILE_CACHE_TTL seconds.
339 min = now - FILE_CACHE_TTL;
534 if ((s->last_write + FILE_CACHE_TTL) <= now) check_cache = 1;

Completed in 75 milliseconds