Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_paramhlp.h37 ParameterError str2udouble(double *val, const char *str, long max);
Dtool_paramhlp.c237 ParameterError str2udouble(double *valp, const char *str, long max) in str2udouble() function
Dtool_getparam.c639 err = str2udouble(&config->connecttimeout, nextarg, in getparameter()
1153 err = str2udouble(&config->expect100timeout, nextarg, LONG_MAX/1000); in getparameter()
1882 err = str2udouble(&config->timeout, nextarg, LONG_MAX/1000); in getparameter()