Home | History | Annotate | Download | only in src

Lines Matching refs:str

32 void cleanarg(char *str);
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);
38 long proto2num(struct OperationConfig *config, long *val, const char *str);
40 int check_protocol(const char *str);
42 ParameterError str2offset(curl_off_t *val, const char *str);
48 int ftpfilemethod(struct OperationConfig *config, const char *str);
50 int ftpcccmethod(struct OperationConfig *config, const char *str);
52 long delegation(struct OperationConfig *config, char *str);
54 ParameterError str2tls_max(long *val, const char *str);