Searched refs:file_inactive_time (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_cache.h84 * is closed). Active cache files have a file_inactive_time of zero;
99 time_t file_inactive_time; /* local time - when cache file was made inactive (the file this cache is for was closed) - 0 if active */ member in struct:node_entry
151 #define NODE_FILE_IS_OPEN(node) ( (node)->file_inactive_time == 0 )
152 #define NODE_FILE_CACHE_INVALID(node) ( ((node)->file_inactive_time != 0) && \
153 (time(NULL) >= ((node)->file_inactive_time + FILE_CACHE_TIMEOUT)) )
H A Dwebdav_file.c269 node->file_inactive_time = 0;
395 /* set the file_inactive_time */
396 time(&node->file_inactive_time);
791 /* set the file_inactive_time */
792 time(&node->file_inactive_time);
H A Dwebdav_cache.c487 node->file_inactive_time = 0;
554 node->file_inactive_time = 0;

Completed in 170 milliseconds