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

/freebsd-10-stable/contrib/apr/time/unix/
H A Dtime.c174 apr_time_t *aprtime)
176 (*ostime)->tv_usec = *aprtime % APR_USEC_PER_SEC;
177 (*ostime)->tv_sec = *aprtime / APR_USEC_PER_SEC;
182 apr_time_exp_t *aprtime)
184 (*ostime)->tm_sec = aprtime->tm_sec;
185 (*ostime)->tm_min = aprtime->tm_min;
186 (*ostime)->tm_hour = aprtime->tm_hour;
187 (*ostime)->tm_mday = aprtime->tm_mday;
188 (*ostime)->tm_mon = aprtime->tm_mon;
189 (*ostime)->tm_year = aprtime
[all...]
/freebsd-10-stable/contrib/apr/include/
H A Dapr_portable.h254 * @param aprtime the time to convert
257 apr_time_exp_t *aprtime);
262 * @param aprtime the time to convert
265 apr_time_t *aprtime);
420 * @param aprtime the APR time format
424 APR_DECLARE(apr_status_t) apr_os_imp_time_put(apr_time_t *aprtime,
430 * @param aprtime the APR time format
434 APR_DECLARE(apr_status_t) apr_os_exp_time_put(apr_time_exp_t *aprtime,
/freebsd-10-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c1354 apr_time_t aprtime;
1357 SVN_ERR(svn_time_from_cstring(&aprtime, prop_value->data, pool));
1359 time_utf8 = svn_time_to_human_cstring(aprtime, pool);
1348 apr_time_t aprtime; local

Completed in 79 milliseconds