Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_paramhlp.h38 ParameterError str2unummax(long *val, const char *str, long max);
Dtool_paramhlp.c197 ParameterError str2unummax(long *val, const char *str, long max) in str2unummax() function
Dtool_getparam.c1287 err = str2unummax(&config->retry_delay, nextarg, LONG_MAX/1000); in getparameter()
1290 err = str2unummax(&config->retry_maxtime, nextarg, LONG_MAX/1000); in getparameter()