Home
last modified time | relevance | path

Searched refs:apr_time_make (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/apr/include/
HDapr_time.h81 #define apr_time_make(sec, usec) ((apr_time_t)(sec) * APR_USEC_PER_SEC \ macro
/freebsd-13-stable/contrib/apr-util/memcache/
HDapr_memcache.c1591 return apr_time_make(atoi(secs), atoi(usecs)); in stat_read_rtime()
1594 return apr_time_make(0, 0); in stat_read_rtime()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDio.c1378 then = apr_time_make(apr_time_sec(now) + 1, APR_USEC_PER_SEC / 50); in svn_io_sleep_for_timestamps()