Searched refs:APR_USEC_PER_SEC (Results 1 – 9 of 9) sorted by relevance
69 *result = (apr_time_t)input * APR_USEC_PER_SEC; in apr_time_ansi_put()78 return tv.tv_sec * APR_USEC_PER_SEC + tv.tv_usec; in apr_time_now()85 time_t tt = (t / APR_USEC_PER_SEC) + offset; in explode_time()86 xt->tm_usec = t % APR_USEC_PER_SEC; in explode_time()160 *t = days * APR_USEC_PER_SEC + xt->tm_usec; in apr_time_exp_get()169 *t -= (apr_time_t) xt->tm_gmtoff * APR_USEC_PER_SEC; in apr_time_exp_gmt_get()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()207 *aprtime = (*ostime)->tv_sec * APR_USEC_PER_SEC + (*ostime)->tv_usec; in apr_os_imp_time_put()244 tv.tv_usec = t % APR_USEC_PER_SEC; in apr_sleep()[all …]
61 #define APR_USEC_PER_SEC APR_TIME_C(1000000) macro64 #define apr_time_sec(time) ((time) / APR_USEC_PER_SEC)67 #define apr_time_usec(time) ((time) % APR_USEC_PER_SEC)79 #define apr_time_from_sec(sec) ((apr_time_t)(sec) * APR_USEC_PER_SEC)82 #define apr_time_make(sec, usec) ((apr_time_t)(sec) * APR_USEC_PER_SEC \
153 secstodate *= APR_USEC_PER_SEC; in test_date_parse_http()170 secstodate *= APR_USEC_PER_SEC; in test_date_parse_http()
562 rv = apr_socket_timeout_set(sock, 1 * APR_USEC_PER_SEC); in check_mc()
77 apr_sleep(APR_USEC_PER_SEC / 1000); in svn_atomic__init_once()
1228 then = apr_time_make(apr_time_sec(now) + 1, APR_USEC_PER_SEC / 50); in svn_io_sleep_for_timestamps()1242 else if (finfo.mtime % APR_USEC_PER_SEC) in svn_io_sleep_for_timestamps()
269 buf.actime = (time_t) (finfo.atime / APR_USEC_PER_SEC); in apr_file_mtime_set()270 buf.modtime = (time_t) (mtime / APR_USEC_PER_SEC); in apr_file_mtime_set()
303 rv = apr_socket_timeout_set(conn->sock, 1 * APR_USEC_PER_SEC); in conn_connect()
1119 apr_sleep(APR_USEC_PER_SEC / 1000); in init_ssl_libraries()