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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dcache.c35 time_t creationtime; member in struct:cacheduser
57 tmp = localtime(&entry->creationtime);
78 tmp = localtime(&entry->creationtime);
163 cacheduser->creationtime = time(NULL);
220 if ((tim - entry->creationtime) > CACHESECONDS) {
269 if ((tim - entry->creationtime) > CACHESECONDS) {
336 cacheduser->creationtime = time(NULL);

Completed in 61 milliseconds