ReactOS 0.4.16-dev-736-g28b802b
|
Public Attributes | |
object_header_t | hdr |
ftp_session_t * | lpFtpSession |
BOOL | session_deleted |
int | nDataSocket |
WCHAR * | cache_file |
HANDLE | cache_file_handle |
WCHAR* ftp_file_t::cache_file |
Definition at line 69 of file ftp.c.
Referenced by FTP_FtpOpenFileW(), and FTPFILE_Destroy().
HANDLE ftp_file_t::cache_file_handle |
Definition at line 70 of file ftp.c.
Referenced by FTP_FtpOpenFileW(), and FTPFILE_Destroy().
object_header_t ftp_file_t::hdr |
Definition at line 65 of file ftp.c.
Referenced by FTP_FtpOpenFileW().
ftp_session_t* ftp_file_t::lpFtpSession |
Definition at line 66 of file ftp.c.
Referenced by FTP_FtpOpenFileW(), and FTPFILE_Destroy().
int ftp_file_t::nDataSocket |
Definition at line 68 of file ftp.c.
Referenced by FTP_FtpOpenFileW(), FTPFILE_Destroy(), and FTPFILE_WriteFile().
BOOL ftp_file_t::session_deleted |
Definition at line 67 of file ftp.c.
Referenced by FTP_FtpOpenFileW(), FTPFILE_Destroy(), and FTPSESSION_CloseConnection().