Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_paramhlp.h37 ParameterError str2udouble(double *val, const char *str);
Dtool_paramhlp.c222 ParameterError str2udouble(double *val, const char *str) in str2udouble() function
Dtool_getparam.c502 err = str2udouble(&config->connecttimeout, nextarg); in getparameter()
1491 err = str2udouble(&config->timeout, nextarg); in getparameter()