Searched refs:str2udouble (Results 1 – 3 of 3) sorted by relevance
/external/curl/src/ |
D | tool_paramhlp.h | 36 ParameterError str2udouble(double *val, const char *str, long max);
|
D | tool_getparam.c | 620 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()
|
D | tool_paramhlp.c | 245 ParameterError str2udouble(double *valp, const char *str, long max) in str2udouble() function
|