ReactOS 0.4.16-dev-2-g02a6913
|
#include "syshdrs.h"
Go to the source code of this file.
Functions | |
static void | FTPDeallocateHost (const FTPCIPtr cip) |
static int | FTPAllocateHost (const FTPCIPtr cip) |
void | FTPInitializeOurHostName (const FTPLIPtr lip) |
void | FTPInitializeAnonPassword (const FTPLIPtr lip) |
int | FTPLoginHost (const FTPCIPtr cip) |
static void | FTPExamineMlstFeatures (const FTPCIPtr cip, const char *features) |
int | FTPQueryFeatures (const FTPCIPtr cip) |
int | FTPCloseHost (const FTPCIPtr cip) |
void | FTPShutdownHost (const FTPCIPtr cip) |
void | URLCopyToken (char *dst, size_t dsize, const char *src, size_t howmuch) |
int | FTPDecodeURL (const FTPCIPtr cip, char *const url, LineListPtr cdlist, char *const fn, const size_t fnsize, int *const xtype, int *const wantnlst) |
int | FTPOpenHost (const FTPCIPtr cip) |
int | FTPOpenHostNoLogin (const FTPCIPtr cip) |
int | FTPInitConnectionInfo (const FTPLIPtr lip, const FTPCIPtr cip, size_t bufSize) |
int | FTPRebuildConnectionInfo (const FTPLIPtr lip, const FTPCIPtr cip) |
int | FTPInitLibrary (const FTPLIPtr lip) |
Definition at line 39 of file open.c.
Referenced by FTPOpenHost(), and FTPOpenHostNoLogin().
Definition at line 523 of file open.c.
Referenced by CloseHost(), and FTPOpenHost().
Definition at line 11 of file open.c.
Referenced by FTPCloseHost(), and FTPShutdownHost().
int FTPDecodeURL | ( | const FTPCIPtr | cip, |
char *const | url, | ||
LineListPtr | cdlist, | ||
char *const | fn, | ||
const size_t | fnsize, | ||
int *const | xtype, | ||
int *const | wantnlst | ||
) |
Definition at line 639 of file open.c.
Referenced by DecodeDirectoryURL().
Definition at line 338 of file open.c.
Referenced by FTPQueryFeatures().
Definition at line 984 of file open.c.
Referenced by InitConnectionInfo().
Definition at line 81 of file open.c.
Referenced by FTPLoginHost(), and PostInitPrefs().
Definition at line 63 of file open.c.
Referenced by FTPInitializeAnonPassword(), LoadFirewallPrefs(), OpenTrace(), and WriteDefaultFirewallPrefs().
Definition at line 1110 of file open.c.
Referenced by PreInit().
Definition at line 110 of file open.c.
Referenced by FTPOpenHost().
Definition at line 818 of file open.c.
Referenced by DoOpen().
Definition at line 910 of file open.c.
Definition at line 380 of file open.c.
Referenced by FTPOpenHost().
Definition at line 1041 of file open.c.
Definition at line 564 of file open.c.
Referenced by CommandShell(), FTPGetOneF(), FTPListToMemory2(), FTPPutOneF(), and GetResponse().
Definition at line 598 of file open.c.
Referenced by FTPDecodeURL().