HomeSort by relevance Sort by last modified time
    Searched refs:str2unum (Results 1 - 3 of 3) sorted by null

  /external/curl/src/
tool_paramhlp.h 35 ParameterError str2unum(long *val, const char *str);
tool_getparam.c 788 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);
    [all...]
tool_paramhlp.c 180 ParameterError str2unum(long *val, const char *str) function

Completed in 118 milliseconds