Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_paramhlp.h36 ParameterError str2unummax(long *val, const char *str, long max);
Dtool_paramhlp.c180 ParameterError str2unummax(long *val, const char *str, long max) in str2unummax() function
Dtool_getparam.c925 err = str2unummax(&config->retry_delay, nextarg, LONG_MAX/1000); in getparameter()
930 err = str2unummax(&config->retry_maxtime, nextarg, LONG_MAX/1000); in getparameter()