ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Macros | |
#define | kSpoolDir "spool" |
#define | kSpoolLog "batchlog" |
Functions | |
void | TruncBatchLog (void) |
int | MkSpoolDir (char *, size_t) |
void | SpoolName (const char *const, char *, size_t, int, int, time_t) |
int | CanSpool (void) |
int | HaveSpool (void) |
int | SpoolX (const char *const, const char *const, const char *const, const char *const, const char *const, const char *const, const char *const, const unsigned int, const char *const, const char *const, int, int, int, int, const char *const, const char *const, const char *const, time_t) |
void | RunBatch (int, const FTPCIPtr) |
void | Jobs (void) |
void | RunBatchIfNeeded (const FTPCIPtr) |
Definition at line 145 of file spool.c.
Referenced by SpoolCheck().
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 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().