Home
last modified time | relevance | path

Searched refs:ftpfilemethod (Results 1 – 3 of 3) sorted by relevance

/external/curl/src/
Dtool_paramhlp.h47 int ftpfilemethod(struct OperationConfig *config, const char *str);
Dtool_paramhlp.c444 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod() function
Dtool_getparam.c825 config->ftp_filemethod = ftpfilemethod(config, nextarg); in getparameter()