Home
last modified time | relevance | path

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

/external/curl/lib/
Dgetinfo.c254 #define DOUBLE_SECS(x) (double)(x)/1000000 macro
317 *param_doublep = DOUBLE_SECS(data->progress.timespent); in getinfo_double()
320 *param_doublep = DOUBLE_SECS(data->progress.t_nslookup); in getinfo_double()
323 *param_doublep = DOUBLE_SECS(data->progress.t_connect); in getinfo_double()
326 *param_doublep = DOUBLE_SECS(data->progress.t_appconnect); in getinfo_double()
329 *param_doublep = DOUBLE_SECS(data->progress.t_pretransfer); in getinfo_double()
332 *param_doublep = DOUBLE_SECS(data->progress.t_starttransfer); in getinfo_double()
355 *param_doublep = DOUBLE_SECS(data->progress.t_redirect); in getinfo_double()