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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilestat.c94 finfo->atime += info->st_atim.tv_nsec / APR_TIME_C(1000);
96 finfo->atime += info->st_atimensec / APR_TIME_C(1000);
98 finfo->atime += info->st_atime_n / APR_TIME_C(1000);
103 finfo->mtime += info->st_mtim.tv_nsec / APR_TIME_C(1000);
105 finfo->mtime += info->st_mtimensec / APR_TIME_C(1000);
107 finfo->mtime += info->st_mtime_n / APR_TIME_C(1000);
112 finfo->ctime += info->st_ctim.tv_nsec / APR_TIME_C(1000);
114 finfo->ctime += info->st_ctimensec / APR_TIME_C(1000);
116 finfo->ctime += info->st_ctime_n / APR_TIME_C(1000);
/freebsd-11-stable/contrib/apr/include/
H A Dapr_time.h49 #define APR_TIME_C(val) APR_INT64_C(val) macro
60 #define APR_USEC_PER_SEC APR_TIME_C(1000000)
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestreslist.c37 #define RESLIST_TTL APR_TIME_C(35000) /* 35 ms */
40 #define CONSTRUCT_SLEEP_TIME APR_TIME_C(25000) /* 25 ms */
41 #define DESTRUCT_SLEEP_TIME APR_TIME_C(10000) /* 10 ms */
42 #define WORK_DELAY_SLEEP_TIME APR_TIME_C(15000) /* 15 ms */
118 chance = (apr_uint32_t)(apr_time_now() % APR_TIME_C(4294967291));
H A Dtestdate.c161 guess = apr_time_now() % APR_TIME_C(4294967291);
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dgetuuid.c116 *uuid_time = (*uuid_time * 10) + APR_TIME_C(0x01B21DD213814000);

Completed in 141 milliseconds