Lines Matching +defs:val +defs:config
40 struct getout *new_getout(struct OperationConfig *config) in new_getout()
158 ParameterError str2num(long *val, const char *str) in str2num()
180 ParameterError str2unum(long *val, const char *str) in str2unum()
200 ParameterError str2double(double *val, const char *str) in str2double()
222 ParameterError str2udouble(double *val, const char *str) in str2udouble()
244 long proto2num(struct OperationConfig *config, long *val, const char *str) in proto2num()
349 ParameterError str2offset(curl_off_t *val, const char *str) in str2offset()
444 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod()
459 int ftpcccmethod(struct OperationConfig *config, const char *str) in ftpcccmethod()
472 long delegation(struct OperationConfig *config, char *str) in delegation()
495 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args()