Home
last modified time | relevance | path

Searched refs:ostime (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/apr/time/unix/
HDtime.c173 APR_DECLARE(apr_status_t) apr_os_imp_time_get(apr_os_imp_time_t **ostime, in apr_os_imp_time_get() argument
176 (*ostime)->tv_usec = *aprtime % APR_USEC_PER_SEC; in apr_os_imp_time_get()
177 (*ostime)->tv_sec = *aprtime / APR_USEC_PER_SEC; in apr_os_imp_time_get()
181 APR_DECLARE(apr_status_t) apr_os_exp_time_get(apr_os_exp_time_t **ostime, in apr_os_exp_time_get() argument
184 (*ostime)->tm_sec = aprtime->tm_sec; in apr_os_exp_time_get()
185 (*ostime)->tm_min = aprtime->tm_min; in apr_os_exp_time_get()
186 (*ostime)->tm_hour = aprtime->tm_hour; in apr_os_exp_time_get()
187 (*ostime)->tm_mday = aprtime->tm_mday; in apr_os_exp_time_get()
188 (*ostime)->tm_mon = aprtime->tm_mon; in apr_os_exp_time_get()
189 (*ostime)->tm_year = aprtime->tm_year; in apr_os_exp_time_get()
[all …]
/NextBSD/contrib/apr/include/
HDapr_portable.h256 APR_DECLARE(apr_status_t) apr_os_exp_time_get(apr_os_exp_time_t **ostime,
264 APR_DECLARE(apr_status_t) apr_os_imp_time_get(apr_os_imp_time_t **ostime,
425 apr_os_imp_time_t **ostime,
435 apr_os_exp_time_t **ostime,