Home
last modified time | relevance | path

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

/external/curl/lib/
Dgetinfo.c320 #define DOUBLE_SECS(x) (double)(x)/1000000 macro
427 *param_doublep = DOUBLE_SECS(data->progress.timespent); in getinfo_double()
430 *param_doublep = DOUBLE_SECS(data->progress.t_nslookup); in getinfo_double()
433 *param_doublep = DOUBLE_SECS(data->progress.t_connect); in getinfo_double()
436 *param_doublep = DOUBLE_SECS(data->progress.t_appconnect); in getinfo_double()
439 *param_doublep = DOUBLE_SECS(data->progress.t_pretransfer); in getinfo_double()
442 *param_doublep = DOUBLE_SECS(data->progress.t_starttransfer); in getinfo_double()
465 *param_doublep = DOUBLE_SECS(data->progress.t_redirect); in getinfo_double()