Searched refs:str2udouble (Results 1 – 3 of 3) sorted by relevance
37 ParameterError str2udouble(double *val, const char *str);
501 err = str2udouble(&config->connecttimeout, nextarg); in getparameter()1001 err = str2udouble(&config->expect100timeout, nextarg); in getparameter()1516 err = str2udouble(&config->timeout, nextarg); in getparameter()
222 ParameterError str2udouble(double *val, const char *str) in str2udouble() function