Searched refs:aprtime (Results 1 – 3 of 3) sorted by relevance
174 apr_time_t *aprtime) in apr_os_imp_time_get() argument176 (*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()182 apr_time_exp_t *aprtime) in apr_os_exp_time_get() argument184 (*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 …]
257 apr_time_exp_t *aprtime);265 apr_time_t *aprtime);424 APR_DECLARE(apr_status_t) apr_os_imp_time_put(apr_time_t *aprtime,434 APR_DECLARE(apr_status_t) apr_os_exp_time_put(apr_time_exp_t *aprtime,
1351 apr_time_t aprtime; in do_date() local1354 SVN_ERR(svn_time_from_cstring(&aprtime, prop_value->data, pool)); in do_date()1356 time_utf8 = svn_time_to_human_cstring(aprtime, pool); in do_date()