proxy             212 src/vfs/ftpfs/ftpfs.c     char *proxy;               // proxy server, NULL if no proxy
proxy             655 src/vfs/ftpfs/ftpfs.c     if (ftp_super->proxy != NULL)
proxy             831 src/vfs/ftpfs/ftpfs.c ftpfs_get_proxy_host_and_port (const char *proxy, char **host, int *port)
proxy             835 src/vfs/ftpfs/ftpfs.c     path_element = vfs_url_split (proxy, FTP_COMMAND_PORT, URL_USE_ANONYMOUS);
proxy             865 src/vfs/ftpfs/ftpfs.c     if (FTP_SUPER (super)->proxy != NULL)
proxy             963 src/vfs/ftpfs/ftpfs.c     if (ftp_super->proxy != NULL)
proxy            1025 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->proxy = ftpfs_proxy_host;
proxy            1434 src/vfs/ftpfs/ftpfs.c     ftp_super->use_passive_connection = ftp_super->proxy != NULL