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

  /external/curl/src/
tool_paramhlp.h 28 ParameterError file2string(char **bufp, FILE *file);
30 ParameterError file2memory(char **bufp, size_t *size, FILE *file);
34 ParameterError str2num(long *val, const char *str);
35 ParameterError str2unum(long *val, const char *str);
36 ParameterError str2udouble(double *val, const char *str, long max);
42 ParameterError str2offset(curl_off_t *val, const char *str);
46 ParameterError add2list(struct curl_slist **list, const char *ptr);
54 ParameterError str2tls_max(long *val, const char *str);
tool_getparam.h 46 } ParameterError;
51 ParameterError getparameter(const char *flag, char *nextarg, bool *usedarg,
61 ParameterError parse_args(struct GlobalConfig *config, int argc,
tool_helpers.c 43 ParameterError error = (ParameterError)res;
tool_paramhlp.c 59 ParameterError file2string(char **bufp, FILE *file)
90 ParameterError file2memory(char **bufp, size_t *size, FILE *file)
163 ParameterError str2num(long *val, const char *str)
189 ParameterError str2unum(long *val, const char *str)
191 ParameterError result = str2num(val, str);
212 static ParameterError str2double(double *val, const char *str, long max)
245 ParameterError str2udouble(double *valp, const char *str, long max)
248 ParameterError result = str2double(&value, str, max);
397 ParameterError str2offset(curl_off_t *val, const char *str)
485 ParameterError add2list(struct curl_slist **list, const char *ptr
    [all...]
tool_getparam.c 442 static ParameterError GetSizeParameter(struct GlobalConfig *global,
491 ParameterError getparameter(const char *flag, /* f or -long-flag */
507 ParameterError err;
670 ParameterError pe = GetSizeParameter(global, nextarg, "rate", &value);
810 ParameterError pe =
    [all...]
tool_operate.c     [all...]

Completed in 226 milliseconds