ReactOS 0.4.16-dev-732-g2d1144a
|
ftp_file_t* _ftp_session_t::download_in_progress |
Definition at line 80 of file ftp.c.
Referenced by FTP_Connect(), FTP_FtpOpenFileW(), FtpCommandW(), FtpCreateDirectoryW(), FtpDeleteFileW(), FTPFILE_Destroy(), FtpFindFirstFileW(), FtpGetCurrentDirectoryW(), FtpGetFileW(), FtpOpenFileW(), FtpPutFileW(), FtpRemoveDirectoryW(), FtpRenameFileW(), FTPSESSION_CloseConnection(), and FtpSetCurrentDirectoryW().
object_header_t _ftp_session_t::hdr |
Definition at line 75 of file ftp.c.
Referenced by FTP_Connect(), FTP_ConnectToHost(), FTP_DoPassive(), FTP_FtpCreateDirectoryW(), FTP_FtpDeleteFileW(), FTP_FtpFindFirstFileW(), FTP_FtpGetCurrentDirectoryW(), FTP_FtpGetFileW(), FTP_FtpOpenFileW(), FTP_FtpPutFileW(), FTP_FtpRemoveDirectoryW(), FTP_FtpRenameFileW(), FTP_FtpSetCurrentDirectoryW(), FTP_GetDataSocket(), FTP_ReceiveFileList(), FTP_ReceiveResponse(), FTP_SendAccount(), FTP_SendPassword(), FTP_SendPort(), FTP_SendPortOrPasv(), FTP_SendRetrieve(), FTP_SendStore(), FTP_SendType(), FtpCommandW(), FtpCreateDirectoryW(), FtpDeleteFileW(), FTPFILE_Destroy(), FtpFindFirstFileW(), FTPFINDNEXT_Destroy(), FtpGetCurrentDirectoryW(), FtpGetFileW(), FtpOpenFileW(), FtpPutFileW(), FtpRemoveDirectoryW(), FtpRenameFileW(), FTPSESSION_CloseConnection(), and FtpSetCurrentDirectoryW().
appinfo_t* _ftp_session_t::lpAppInfo |
Definition at line 76 of file ftp.c.
Referenced by FTP_Connect(), FTP_FtpCreateDirectoryW(), FTP_FtpDeleteFileW(), FTP_FtpFindFirstFileW(), FTP_FtpGetCurrentDirectoryW(), FTP_FtpGetFileW(), FTP_FtpOpenFileW(), FTP_FtpPutFileW(), FTP_FtpRemoveDirectoryW(), FTP_FtpRenameFileW(), FTP_FtpSetCurrentDirectoryW(), FtpCreateDirectoryW(), FtpDeleteFileW(), FtpFindFirstFileW(), FtpGetCurrentDirectoryW(), FtpGetFileW(), FtpOpenFileW(), FtpPutFileW(), FtpRemoveDirectoryW(), FtpRenameFileW(), FTPSESSION_Destroy(), and FtpSetCurrentDirectoryW().
LPWSTR _ftp_session_t::lpszPassword |
Definition at line 85 of file ftp.c.
Referenced by FTP_Connect(), FTP_SendPassword(), and FTPSESSION_Destroy().
LPWSTR _ftp_session_t::lpszUserName |
Definition at line 86 of file ftp.c.
Referenced by FTP_Connect(), FTP_ConnectToHost(), FTP_FtpOpenFileW(), and FTPSESSION_Destroy().
int _ftp_session_t::lstnSocket |
Definition at line 78 of file ftp.c.
Referenced by FTP_Connect(), FTP_FtpFindFirstFileW(), FTP_FtpGetFileW(), FTP_FtpOpenFileW(), FTP_FtpPutFileW(), FTP_GetDataSocket(), FTP_InitListenSocket(), FTP_SendRetrieve(), FTP_SendStore(), and FTPSESSION_CloseConnection().
struct sockaddr_in _ftp_session_t::lstnSocketAddress |
Definition at line 82 of file ftp.c.
Referenced by FTP_InitListenSocket(), and FTP_SendPort().
int _ftp_session_t::pasvSocket |
Definition at line 79 of file ftp.c.
Referenced by FTP_Connect(), FTP_DoPassive(), FTP_GetDataSocket(), and FTPSESSION_CloseConnection().
LPWSTR _ftp_session_t::servername |
Definition at line 83 of file ftp.c.
Referenced by FTP_Connect(), FTP_FtpOpenFileW(), and FTPSESSION_Destroy().
INTERNET_PORT _ftp_session_t::serverport |
Definition at line 84 of file ftp.c.
Referenced by FTP_Connect(), and FTP_FtpOpenFileW().
int _ftp_session_t::sndSocket |
Definition at line 77 of file ftp.c.
Referenced by FTP_Connect(), FTP_ConnectToHost(), FTP_DoPassive(), FTP_FtpCreateDirectoryW(), FTP_FtpDeleteFileW(), FTP_FtpFindFirstFileW(), FTP_FtpGetCurrentDirectoryW(), FTP_FtpRemoveDirectoryW(), FTP_FtpRenameFileW(), FTP_FtpSetCurrentDirectoryW(), FTP_ReceiveResponse(), FTP_SendAccount(), FTP_SendPassword(), FTP_SendPort(), FTP_SendRetrieve(), FTP_SendStore(), FTP_SendType(), FtpCommandW(), and FTPSESSION_CloseConnection().
struct sockaddr_in _ftp_session_t::socketAddress |
Definition at line 81 of file ftp.c.
Referenced by FTP_Connect(), FTP_DoPassive(), and FTP_InitListenSocket().