Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_paramhlp.h36 ParameterError str2udouble(double *val, const char *str, long max);
Dtool_getparam.c601 err = str2udouble(&config->connecttimeout, nextarg, in getparameter()
1085 err = str2udouble(&config->expect100timeout, nextarg, LONG_MAX/1000); in getparameter()
1754 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
/external/curl/
DCHANGES2587 - curl: make str2udouble not return values on error