Searched refs:str2udouble (Results 1 – 4 of 4) sorted by relevance
/external/curl/src/ |
D | tool_paramhlp.h | 36 ParameterError str2udouble(double *val, const char *str, long max);
|
D | tool_getparam.c | 601 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()
|
D | tool_paramhlp.c | 245 ParameterError str2udouble(double *valp, const char *str, long max) in str2udouble() function
|
/external/curl/ |
D | CHANGES | 2587 - curl: make str2udouble not return values on error
|