Searched refs:str2unum (Results 1 - 3 of 3) sorted by relevance

/external/curl/src/
H A Dtool_paramhlp.h35 ParameterError str2unum(long *val, const char *str);
H A Dtool_getparam.c788 err = str2unum(&config->req_retry, nextarg);
793 err = str2unum(&config->retry_delay, nextarg);
798 err = str2unum(&config->retry_maxtime, nextarg);
888 err = str2unum(&config->alivetime, nextarg);
911 err = str2unum(&config->tftp_blksize, nextarg);
1800 err = str2unum(&config->low_speed_time, nextarg);
1808 err = str2unum(&config->low_speed_limit, nextarg);
H A Dtool_paramhlp.c180 ParameterError str2unum(long *val, const char *str) function

Completed in 64 milliseconds