Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_paramhlp.h46 ParameterError str2unummax(long *val, const char *str, long max);
H A Dtool_getparam.c1079 if(str2unummax(&config->localport, nextarg, 65535)) in parse_localport()
1084 if(str2unummax(&config->localportrange, pp, 65535)) in parse_localport()
1966 err = str2unummax(&config->ip_tos, nextarg, 0xFF); in getparameter()
1970 err = str2unummax(&config->vlan_priority, nextarg, 7); in getparameter()
1985 err = str2unummax(&config->retry_delay, nextarg, LONG_MAX/1000); in getparameter()
1988 err = str2unummax(&config->retry_maxtime, nextarg, LONG_MAX/1000); in getparameter()
H A Dtool_paramhlp.c293 ParameterError str2unummax(long *val, const char *str, long max) in str2unummax() function

Completed in 13 milliseconds