Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_paramhlp.h36 ParameterError str2udouble(double *val, const char *str, long max);
Dtool_getparam.c620 err = str2udouble(&config->connecttimeout, nextarg, in getparameter()
1127 err = str2udouble(&config->expect100timeout, nextarg, LONG_MAX/1000); in getparameter()
1815 err = str2udouble(&config->timeout, nextarg, LONG_MAX/1000); in getparameter()
Dtool_paramhlp.c245 ParameterError str2udouble(double *valp, const char *str, long max) in str2udouble() function