Searched refs:SystemTimeToAprExpTime (Results 1 – 2 of 2) sorted by relevance
/external/cronet/stable/third_party/apache-portable-runtime/src/time/win32/ |
D | time.c | 52 static void SystemTimeToAprExpTime(apr_time_exp_t *xt, SYSTEMTIME *tm) in SystemTimeToAprExpTime() function 112 SystemTimeToAprExpTime(result, &st); in apr_time_exp_gmt() 128 SystemTimeToAprExpTime(result, &st); in apr_time_exp_tz() 160 SystemTimeToAprExpTime(result, &localst); in apr_time_exp_lt() 191 SystemTimeToAprExpTime(result, &st); in apr_time_exp_lt() 295 SystemTimeToAprExpTime(aprtime, *ostime); in apr_os_exp_time_put()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/time/win32/ |
D | time.c | 52 static void SystemTimeToAprExpTime(apr_time_exp_t *xt, SYSTEMTIME *tm) in SystemTimeToAprExpTime() function 112 SystemTimeToAprExpTime(result, &st); in apr_time_exp_gmt() 128 SystemTimeToAprExpTime(result, &st); in apr_time_exp_tz() 160 SystemTimeToAprExpTime(result, &localst); in apr_time_exp_lt() 191 SystemTimeToAprExpTime(result, &st); in apr_time_exp_lt() 295 SystemTimeToAprExpTime(aprtime, *ostime); in apr_os_exp_time_put()
|