ReactOS
0.4.15-dev-1618-g9c8ed68
|
#include "syshdrs.h"
Go to the source code of this file.
Macros | |
#define | _libncftp_ftp_c_ |
#define | UC(x) (int) (((int) x) & 0xff) |
Variables | |
char | gLibNcFTPVersion [64] = kLibraryVersion |
char | gNoSignalsMarker [] = "@(#) LibNcFTP - NO_SIGNALS" |
static char | gCopyright [] = "@(#) LibNcFTP Copyright 1995-2000, by Mike Gleason. All rights reserved." |
cip | dataSocket = dataSocket |
bad | __pad0__ |
Definition at line 1249 of file ftp.c.
Referenced by FTPStartDataCmd().
|
static |
Definition at line 1011 of file ftp.c.
Referenced by OpenDataConnection().
Definition at line 197 of file ftp.c.
Referenced by FTPCloseHost(), FTPShutdownHost(), HangupOnServer(), and RunBatch().
Definition at line 831 of file ftp.c.
Referenced by FTPAbortDataTransfer(), FTPEndDataCmd(), FTPShutdownHost(), HangupOnServer(), and OpenDataConnection().
Definition at line 53 of file ftp.c.
Referenced by LookupCmd(), and OpenControlConnection().
Definition at line 81 of file ftp.c.
Referenced by FTPInitializeOurHostName().
Definition at line 222 of file ftp.c.
Referenced by OpenControlConnection(), and OpenDataConnection().
Definition at line 347 of file ftp.c.
Referenced by FTPOpenHost(), and FTPOpenHostNoLogin().
Definition at line 1053 of file ftp.c.
Referenced by FTPStartDataCmd().
Definition at line 939 of file ftp.c.
Referenced by OpenDataConnection().
return | ( | 0 | ) |
return | ( | result | ) |
|
static |
Definition at line 899 of file ftp.c.
Referenced by OpenDataConnection().
Definition at line 1328 of file ftp.c.
Referenced by FTPAbortDataTransfer().
Definition at line 239 of file ftp.c.
Referenced by OpenControlConnection(), and OpenDataConnection().
void SetKeepAlive | ( | cip | , |
dataSocket | |||
) |
Definition at line 262 of file ftp.c.
Referenced by FTPAbortDataTransfer(), FTPShutdownHost(), OpenControlConnection(), and OpenDataConnection().
void SetLinger | ( | cip | , |
dataSocket | , | ||
1 | |||
) |
int SetStartOffset | ( | const FTPCIPtr | cip, |
longest_int | restartPt | ||
) |
Definition at line 853 of file ftp.c.
Referenced by FTPGetOneF(), FTPPutOneF(), and FTPStartDataCmd().
cip dataSocket = dataSocket |
Definition at line 1238 of file ftp.c.
Referenced by OpenDataConnection().
|
static |
Definition at line 28 of file ftp.c.
Referenced by BindToEphemeralPortNumber(), kbd_rc(), and OpenControlConnection().
char gLibNcFTPVersion[64] = kLibraryVersion |
Definition at line 11 of file ftp.c.
Referenced by OpenControlConnection(), OpenTrace(), Usage(), and VersionCmd().
char gNoSignalsMarker[] = "@(#) LibNcFTP - NO_SIGNALS" |
Definition at line 14 of file ftp.c.
Referenced by OpenControlConnection(), and SRead().