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

/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_memcache.h74 apr_time_t btime; member in struct:apr_memcache_server_t
/macosx-10.10/diskdev_cmds-576/edquota.tproj/
H A Dedquota.c1011 time_t itime, btime, iseconds, bseconds; local
1037 &btime, bunits, &itime, iunits);
1042 if (cvtatos(btime, bunits, &bseconds) == 0)
/macosx-10.10/apr-32/apr-util/apr-util/memcache/
H A Dapr_memcache.c118 ms->btime = apr_time_now();
185 if (curtime - ms->btime > apr_time_from_sec(5)) {
186 ms->btime = curtime;

Completed in 121 milliseconds