ReactOS 0.4.16-dev-550-g2186ce3
|
Go to the source code of this file.
Functions | |
void | CloseControlConnection (const FTPCIPtr) |
void | TruncBatchLog (void) |
int | MkSpoolDir (char *sdir, size_t size) |
void | SpoolName (const char *const sdir, char *sp, size_t size, int flag, int serial, time_t when) |
int | HaveSpool (void) |
int | CanSpool (void) |
int | SpoolX (const char *const op, const char *const rfile, const char *const rdir, const char *const lfile, const char *const ldir, const char *const host, const char *const ip, const unsigned int port, const char *const user, const char *const passclear, int xtype, int recursive, int delete, int passive, const char *const precmd, const char *const perfilecmd, const char *const postcmd, time_t when) |
static int | PWrite (int sfd, const char *const buf0, size_t size) |
void | Jobs (void) |
void | RunBatch (int Xstruct, const FTPCIPtr cip) |
void | RunBatchIfNeeded (const FTPCIPtr cip) |
Variables | |
int | gSpoolSerial = 0 |
int | gUnprocessedJobs = 0 |
int | gJobs = 0 |
int | gHaveSpool = -1 |
FTPLibraryInfo | gLib |
char | gOurDirectoryPath [] |
char | gOurInstallationPath [] |
Definition at line 145 of file spool.c.
Referenced by SpoolCheck().
Definition at line 197 of file ftp.c.
Referenced by FTPCloseHost(), FTPShutdownHost(), HangupOnServer(), and RunBatch().
Definition at line 107 of file spool.c.
Referenced by SpoolCheck().
Definition at line 318 of file spool.c.
Referenced by JobsCmd().
Definition at line 56 of file spool.c.
Referenced by CanSpool(), and SpoolX().
Definition at line 284 of file spool.c.
Referenced by RunBatch().
Definition at line 364 of file spool.c.
Referenced by BGStartCmd(), and RunBatchIfNeeded().
Definition at line 482 of file spool.c.
Referenced by CloseHost().
void SpoolName | ( | const char *const | sdir, |
char * | sp, | ||
size_t | size, | ||
int | flag, | ||
int | serial, | ||
time_t | when | ||
) |
Definition at line 78 of file spool.c.
Referenced by SpoolX().
int SpoolX | ( | const char *const | op, |
const char *const | rfile, | ||
const char *const | rdir, | ||
const char *const | lfile, | ||
const char *const | ldir, | ||
const char *const | host, | ||
const char *const | ip, | ||
const unsigned int | port, | ||
const char *const | user, | ||
const char *const | passclear, | ||
int | xtype, | ||
int | recursive, | ||
int | delete, | ||
int | passive, | ||
const char *const | precmd, | ||
const char *const | perfilecmd, | ||
const char *const | postcmd, | ||
time_t | when | ||
) |
Definition at line 161 of file spool.c.
Referenced by SpoolGetCmd(), and SpoolPutCmd().
int gHaveSpool = -1 |
Definition at line 21 of file spool.c.
Referenced by HaveSpool().
|
extern |
|
extern |
Definition at line 17 of file util.c.
Referenced by CanSpool(), MkSpoolDir(), and TruncBatchLog().
char gOurInstallationPath[] |
Definition at line 24 of file spool.c.
Referenced by HaveSpool(), and RunBatch().
int gUnprocessedJobs = 0 |
Definition at line 19 of file spool.c.
Referenced by InitConnectionInfo(), RunBatchIfNeeded(), and SpoolX().