ReactOS 0.4.16-dev-106-g10b08aa
|
#include "syshdrs.h"
Go to the source code of this file.
Macros | |
#define | ASCII_TRANSLATION 1 |
#define | O_BINARY 0 |
Variables | |
static int | gGotBrokenData = 0 |
|
static |
Definition at line 565 of file io.c.
Referenced by FTPGetOneF(), and FTPPutOneF().
int FTPGetFiles | ( | const FTPCIPtr | cip, |
const char *const | pattern, | ||
const char *const | dstdir, | ||
const int | recurse, | ||
const int | doGlob | ||
) |
Definition at line 2730 of file io.c.
int FTPGetFiles2 | ( | const FTPCIPtr | cip, |
const char *const | pattern, | ||
const char *const | dstdir, | ||
const int | recurse, | ||
const int | doGlob, | ||
const int | xtype, | ||
const int | resumeflag, | ||
const int | appendflag | ||
) |
Definition at line 2739 of file io.c.
int FTPGetFiles3 | ( | const FTPCIPtr | cip, |
const char * | pattern1, | ||
const char *const | dstdir1, | ||
const int | recurse, | ||
int | doGlob, | ||
const int | xtype, | ||
const int | resumeflag, | ||
int | appendflag, | ||
const int | deleteflag, | ||
const int | tarflag, | ||
const ConfirmResumeDownloadProc | resumeProc, | ||
int | UNUSEDreserved | ||
) |
Definition at line 2486 of file io.c.
Referenced by FTPGetFiles(), FTPGetFiles2(), FTPGetFilesAscii(), and GetCmd().
int FTPGetFilesAscii | ( | const FTPCIPtr | cip, |
const char *const | pattern, | ||
const char *const | dstdir, | ||
const int | recurse, | ||
const int | doGlob | ||
) |
Definition at line 2757 of file io.c.
|
static |
Definition at line 1817 of file io.c.
Referenced by FTPGetFiles3(), and FTPGetOneFile3().
Definition at line 2712 of file io.c.
int FTPGetOneFile2 | ( | const FTPCIPtr | cip, |
const char *const | file, | ||
const char *const | dstfile, | ||
const int | xtype, | ||
const int | fdtouse, | ||
const int | resumeflag, | ||
const int | appendflag | ||
) |
Definition at line 2721 of file io.c.
int FTPGetOneFile3 | ( | const FTPCIPtr | cip, |
const char *const | file, | ||
const char *const | dstfile, | ||
const int | xtype, | ||
const int | fdtouse, | ||
const int | resumeflag, | ||
const int | appendflag, | ||
const int | deleteflag, | ||
const ConfirmResumeDownloadProc | resumeProc, | ||
int | UNUSEDreserved | ||
) |
Definition at line 2451 of file io.c.
Referenced by FTPGetOneFile(), FTPGetOneFile2(), FTPGetOneFileAscii(), and GetCmd().
Definition at line 2748 of file io.c.
Definition at line 71 of file io.c.
Referenced by FTPGetOneF(), and FTPPutOneF().
Definition at line 174 of file io.c.
int FTPListToMemory | ( | const FTPCIPtr | cip, |
const char *const | pattern, | ||
const LineListPtr | llines, | ||
const char *const | lsflags | ||
) |
int FTPListToMemory2 | ( | const FTPCIPtr | cip, |
const char *const | pattern, | ||
const LineListPtr | llines, | ||
const char *const | lsflags, | ||
const int | blankLines, | ||
int *const | tryMLSD | ||
) |
Definition at line 366 of file io.c.
Referenced by FTPFileExistsNlst(), FTPFileExistsStat(), FTPListToMemory(), FTPRemoteGlob(), FTPRemoteRecursiveFileList(), FTPRemoteRecursiveFileList1(), Ls(), and MlsCmd().
int FTPPutFiles | ( | const FTPCIPtr | cip, |
const char *const | pattern, | ||
const char *const | dstdir, | ||
const int | recurse, | ||
const int | doGlob | ||
) |
Definition at line 2784 of file io.c.
int FTPPutFiles2 | ( | const FTPCIPtr | cip, |
const char *const | pattern, | ||
const char *const | dstdir, | ||
const int | recurse, | ||
const int | doGlob, | ||
const int | xtype, | ||
const int | appendflag, | ||
const char *const | tmppfx, | ||
const char *const | tmpsfx | ||
) |
Definition at line 2793 of file io.c.
int FTPPutFiles3 | ( | const FTPCIPtr | cip, |
const char *const | pattern, | ||
const char *const | dstdir1, | ||
const int | recurse, | ||
const int | doGlob, | ||
const int | xtype, | ||
int | appendflag, | ||
const char *const | tmppfx, | ||
const char *const | tmpsfx, | ||
const int | resumeflag, | ||
const int | deleteflag, | ||
const ConfirmResumeUploadProc | resumeProc, | ||
int | UNUSEDreserved | ||
) |
Definition at line 1298 of file io.c.
Referenced by FTPPutFiles(), FTPPutFiles2(), FTPPutFilesAscii(), and PutCmd().
int FTPPutFilesAscii | ( | const FTPCIPtr | cip, |
const char *const | pattern, | ||
const char *const | dstdir, | ||
const int | recurse, | ||
const int | doGlob | ||
) |
Definition at line 2811 of file io.c.
|
static |
Definition at line 650 of file io.c.
Referenced by FTPPutFiles3(), and FTPPutOneFile3().
Definition at line 2766 of file io.c.
int FTPPutOneFile2 | ( | const FTPCIPtr | cip, |
const char *const | file, | ||
const char *const | dstfile, | ||
const int | xtype, | ||
const int | fdtouse, | ||
const int | appendflag, | ||
const char *const | tmppfx, | ||
const char *const | tmpsfx | ||
) |
Definition at line 2775 of file io.c.
int FTPPutOneFile3 | ( | const FTPCIPtr | cip, |
const char *const | file, | ||
const char *const | dstfile, | ||
const int | xtype, | ||
const int | fdtouse, | ||
const int | appendflag, | ||
const char *const | tmppfx, | ||
const char *const | tmpsfx, | ||
const int | resumeflag, | ||
const int | deleteflag, | ||
const ConfirmResumeUploadProc | resumeProc, | ||
int | UNUSEDreserved | ||
) |
Definition at line 1262 of file io.c.
Referenced by FTPPutOneFile(), FTPPutOneFile2(), FTPPutOneFileAscii(), and PutCmd().
Definition at line 2802 of file io.c.
Definition at line 289 of file io.c.
Referenced by FTPListToMemory2().
Definition at line 93 of file io.c.
Referenced by FTPGetOneF(), and FTPPutOneF().
Definition at line 159 of file io.c.
Referenced by FTPGetOneF(), and FTPPutOneF().
Definition at line 104 of file io.c.
Referenced by FTPGetOneF(), FTPPutOneF(), FTPStopIOTimer(), WaitForRemoteInput(), and WaitForRemoteOutput().
Definition at line 1424 of file io.c.
Referenced by FTPGetOneF(), and FTPPutOneF().
Definition at line 585 of file io.c.
Referenced by FTPPutOneF().
|
static |
Definition at line 10 of file io.c.
Referenced by FTPGetOneF(), FTPListToMemory2(), and FTPPutOneF().