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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_time.h81 #define apr_time_make(sec, usec) ((apr_time_t)(sec) * APR_USEC_PER_SEC \ macro
/freebsd-11-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c1591 return apr_time_make(atoi(secs), atoi(usecs));
1594 return apr_time_make(0, 0);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1382 then = apr_time_make(apr_time_sec(now) + 1, APR_USEC_PER_SEC / 50);

Completed in 124 milliseconds