ftp_super         444 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super         450 src/vfs/ftpfs/ftpfs.c         char *cwdir = ftp_super->current_dir;
ftp_super         452 src/vfs/ftpfs/ftpfs.c         close (ftp_super->sock);
ftp_super         453 src/vfs/ftpfs/ftpfs.c         ftp_super->sock = sock;
ftp_super         454 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = NULL;
ftp_super         466 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = cwdir;
ftp_super         478 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super         508 src/vfs/ftpfs/ftpfs.c     status = write (ftp_super->sock, cmdstr->str, cmdstr->len);
ftp_super         521 src/vfs/ftpfs/ftpfs.c                 if (status != 0 && (write (ftp_super->sock, cmdstr->str, cmdstr->len) > 0))
ftp_super         538 src/vfs/ftpfs/ftpfs.c         status = ftpfs_get_reply (me, ftp_super->sock,
ftp_super         547 src/vfs/ftpfs/ftpfs.c             if (status != 0 && (write (ftp_super->sock, cmdstr->str, cmdstr->len) > 0))
ftp_super         582 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super         584 src/vfs/ftpfs/ftpfs.c     if (ftp_super->sock != -1)
ftp_super         588 src/vfs/ftpfs/ftpfs.c         close (ftp_super->sock);
ftp_super         590 src/vfs/ftpfs/ftpfs.c     g_free (ftp_super->current_dir);
ftp_super         613 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super         620 src/vfs/ftpfs/ftpfs.c     ftp_super->isbinary = TYPE_UNKNOWN;
ftp_super         655 src/vfs/ftpfs/ftpfs.c     if (ftp_super->proxy != NULL)
ftp_super         663 src/vfs/ftpfs/ftpfs.c     if (ftpfs_get_reply (me, ftp_super->sock, reply_string, sizeof (reply_string) - 1) == COMPLETE)
ftp_super         668 src/vfs/ftpfs/ftpfs.c         ftp_super->remote_is_amiga = strstr (reply_up, "AMIGA") != NULL;
ftp_super         671 src/vfs/ftpfs/ftpfs.c             ftp_super->strict = RFC_STRICT;
ftp_super         677 src/vfs/ftpfs/ftpfs.c                      ftp_super->remote_is_amiga ? "yes" : "no");
ftp_super         715 src/vfs/ftpfs/ftpfs.c             ftp_super->failed_on_login = TRUE;
ftp_super         959 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super         963 src/vfs/ftpfs/ftpfs.c     if (ftp_super->proxy != NULL)
ftp_super         964 src/vfs/ftpfs/ftpfs.c         ftp_super->use_passive_connection = ftpfs_use_passive_connections_over_proxy;
ftp_super         968 src/vfs/ftpfs/ftpfs.c         ftp_super->failed_on_login = FALSE;
ftp_super         970 src/vfs/ftpfs/ftpfs.c         ftp_super->sock = ftpfs_open_socket (me, super);
ftp_super         971 src/vfs/ftpfs/ftpfs.c         if (ftp_super->sock == -1)
ftp_super         980 src/vfs/ftpfs/ftpfs.c         if (!ftp_super->failed_on_login)
ftp_super         984 src/vfs/ftpfs/ftpfs.c         close (ftp_super->sock);
ftp_super        1008 src/vfs/ftpfs/ftpfs.c     ftp_super->current_dir = ftpfs_get_current_directory (me, super);
ftp_super        1009 src/vfs/ftpfs/ftpfs.c     if (ftp_super->current_dir == NULL)
ftp_super        1010 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = g_strdup (PATH_SEP_STR);
ftp_super        1300 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super        1308 src/vfs/ftpfs/ftpfs.c         if (ftp_super->use_passive_connection)
ftp_super        1310 src/vfs/ftpfs/ftpfs.c             result = getpeername (ftp_super->sock, (struct sockaddr *) data_addr, data_addrlen);
ftp_super        1331 src/vfs/ftpfs/ftpfs.c             result = getsockname (ftp_super->sock, (struct sockaddr *) data_addr, data_addrlen);
ftp_super        1382 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super        1393 src/vfs/ftpfs/ftpfs.c     if (ftp_super->use_passive_connection)
ftp_super        1405 src/vfs/ftpfs/ftpfs.c         ftp_super->use_passive_connection = FALSE;
ftp_super        1411 src/vfs/ftpfs/ftpfs.c     if (!ftp_super->use_passive_connection)
ftp_super        1434 src/vfs/ftpfs/ftpfs.c     ftp_super->use_passive_connection = ftp_super->proxy != NULL
ftp_super        1448 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super        1452 src/vfs/ftpfs/ftpfs.c     if (ftp_super->ctl_connection_busy)
ftp_super        1494 src/vfs/ftpfs/ftpfs.c     if (ftp_super->use_passive_connection)
ftp_super        1511 src/vfs/ftpfs/ftpfs.c     ftp_super->ctl_connection_busy = TRUE;
ftp_super        1521 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super        1527 src/vfs/ftpfs/ftpfs.c     ftp_super->ctl_connection_busy = FALSE;
ftp_super        1531 src/vfs/ftpfs/ftpfs.c     if (send (ftp_super->sock, ipbuf, sizeof (ipbuf), MSG_OOB) != sizeof (ipbuf))
ftp_super        1578 src/vfs/ftpfs/ftpfs.c     if ((ftpfs_get_reply (me, ftp_super->sock, NULL, 0) == TRANSIENT) && (code == 426))
ftp_super        1579 src/vfs/ftpfs/ftpfs.c         ftpfs_get_reply (me, ftp_super->sock, NULL, 0);
ftp_super        1791 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super        1801 src/vfs/ftpfs/ftpfs.c     cd_first = ftpfs_first_cd_then_ls || (ftp_super->strict == RFC_STRICT)
ftp_super        1806 src/vfs/ftpfs/ftpfs.c                        ftp_super->strict == RFC_STRICT ? _ ("(strict rfc959)") : "",
ftp_super        1818 src/vfs/ftpfs/ftpfs.c     if (ftp_super->strict == RFC_STRICT)
ftp_super        1837 src/vfs/ftpfs/ftpfs.c         if (ftp_super->strict == RFC_AUTODETECT)
ftp_super        1841 src/vfs/ftpfs/ftpfs.c             ftp_super->strict = RFC_STRICT;
ftp_super        1859 src/vfs/ftpfs/ftpfs.c             ftp_super->ctl_connection_busy = FALSE;
ftp_super        1860 src/vfs/ftpfs/ftpfs.c             ftpfs_get_reply (me, ftp_super->sock, NULL, 0);
ftp_super        1877 src/vfs/ftpfs/ftpfs.c     ftp_super->ctl_connection_busy = FALSE;
ftp_super        1879 src/vfs/ftpfs/ftpfs.c     if ((ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE))
ftp_super        1911 src/vfs/ftpfs/ftpfs.c     if (ftp_super->strict == RFC_AUTODETECT)
ftp_super        1912 src/vfs/ftpfs/ftpfs.c         ftp_super->strict = RFC_DARING;
ftp_super        1924 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super        2009 src/vfs/ftpfs/ftpfs.c     ftp_super->ctl_connection_busy = FALSE;
ftp_super        2012 src/vfs/ftpfs/ftpfs.c     if (ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE)
ftp_super        2019 src/vfs/ftpfs/ftpfs.c     ftp_super->ctl_connection_busy = FALSE;
ftp_super        2022 src/vfs/ftpfs/ftpfs.c     ftpfs_get_reply (me, ftp_super->sock, NULL, 0);
ftp_super        2244 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
ftp_super        2248 src/vfs/ftpfs/ftpfs.c     if (!ftp_super->cwd_deferred && ftpfs_is_same_dir (me, super, remote_path))
ftp_super        2259 src/vfs/ftpfs/ftpfs.c         g_free (ftp_super->current_dir);
ftp_super        2260 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = g_strdup (remote_path);
ftp_super        2261 src/vfs/ftpfs/ftpfs.c         ftp_super->cwd_deferred = FALSE;