Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dgetinfo.c344 #define DOUBLE_SECS(x) (double)(x)/1000000 macro
461 *param_doublep = DOUBLE_SECS(data->progress.timespent); in getinfo_double()
464 *param_doublep = DOUBLE_SECS(data->progress.t_nslookup); in getinfo_double()
467 *param_doublep = DOUBLE_SECS(data->progress.t_connect); in getinfo_double()
470 *param_doublep = DOUBLE_SECS(data->progress.t_appconnect); in getinfo_double()
473 *param_doublep = DOUBLE_SECS(data->progress.t_pretransfer); in getinfo_double()
476 *param_doublep = DOUBLE_SECS(data->progress.t_starttransfer); in getinfo_double()
499 *param_doublep = DOUBLE_SECS(data->progress.t_redirect); in getinfo_double()

Completed in 1 milliseconds