Home
last modified time | relevance | path

Searched refs:FTPCIPtr (Results 1 – 21 of 21) sorted by relevance

/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dncftp.h124 typedef struct FTPConnectionInfo *FTPCIPtr; typedef
533 int FTPCloseHost(const FTPCIPtr cip);
556 int FTPLoginHost(const FTPCIPtr cip);
559 int FTPOpenHost(const FTPCIPtr cip);
567 void FTPShutdownHost(const FTPCIPtr cip);
623 int FTPQueryFeatures(const FTPCIPtr);
628 void FTPInitIOTimer(const FTPCIPtr);
634 void FTPStartIOTimer(const FTPCIPtr);
635 void FTPStopIOTimer(const FTPCIPtr);
636 void FTPUpdateIOTimer(const FTPCIPtr);
[all …]
H A Dftp.h11 void CloseControlConnection(const FTPCIPtr);
12 int SetKeepAlive(const FTPCIPtr, int);
13 int SetLinger(const FTPCIPtr, int, int);
14 int SetTypeOfService(const FTPCIPtr, int, int);
15 int SetInlineOutOfBandData(const FTPCIPtr, int);
17 void CloseDataConnection(const FTPCIPtr);
18 int SetStartOffset(const FTPCIPtr, longest_int);
19 int OpenDataConnection(const FTPCIPtr, int);
20 int AcceptDataConnection(const FTPCIPtr);
21 void HangupOnServer(const FTPCIPtr);
[all …]
H A Drcmd.c55 TraceResponse(const FTPCIPtr cip, ResponsePtr rp) in TraceResponse()
74 PrintResponse(const FTPCIPtr cip, LineListPtr llp) in PrintResponse()
89 SaveLastResponse(const FTPCIPtr cip, ResponsePtr rp) in SaveLastResponse()
114 DoneWithResponse(const FTPCIPtr cip, ResponsePtr rp) in DoneWithResponse()
142 ReInitResponse(const FTPCIPtr cip, ResponsePtr rp) in ReInitResponse()
287 GetResponse(const FTPCIPtr cip, ResponsePtr rp) in GetResponse()
294 volatile FTPCIPtr vcip; in GetResponse()
535 volatile FTPCIPtr vcip; in SendCommand()
684 WaitResponse(const FTPCIPtr cip, unsigned int sec) in WaitResponse()
870 FTPAbortDataTransfer(const FTPCIPtr cip) in FTPAbortDataTransfer()
[all …]
H A Dcmds.c11 FTPChdir(const FTPCIPtr cip, const char *const cdCwd) in FTPChdir()
90 FTPRmdirRecursiveL2(const FTPCIPtr cip) in FTPRmdirRecursiveL2()
158 FTPRmdirRecursive(const FTPCIPtr cip, const char *const dir) in FTPRmdirRecursive()
254 FTPGetCWD(const FTPCIPtr cip, char *const newCwd, const size_t newCwdSize) in FTPGetCWD()
836 FTPSetTransferType(const FTPCIPtr cip, int type) in FTPSetTransferType()
1008 FTPFileExistsStat(const FTPCIPtr cip, const char *const file) in FTPFileExistsStat()
1209 FTPFileExistsNlst(const FTPCIPtr cip, const char *const file) in FTPFileExistsNlst()
1423 FTPFileExists(const FTPCIPtr cip, const char *const file) in FTPFileExists()
1531 FTPIsDir(const FTPCIPtr cip, const char *const dir) in FTPIsDir()
1558 FTPIsRegularFile(const FTPCIPtr cip, const char *const file) in FTPIsRegularFile()
[all …]
H A Dio.c71 FTPInitIOTimer(const FTPCIPtr cip) in FTPInitIOTimer()
377 volatile FTPCIPtr vcip; in FTPListToMemory2()
651 const FTPCIPtr cip, in FTPPutOneF()
684 volatile FTPCIPtr vcip; in FTPPutOneF()
1263 const FTPCIPtr cip, in FTPPutOneFile3()
1299 const FTPCIPtr cip, in FTPPutFiles3()
1562 volatile FTPCIPtr vcip; in FTPGetOneTarF()
1818 const FTPCIPtr cip, in FTPGetOneF()
1846 volatile FTPCIPtr vcip; in FTPGetOneF()
2452 const FTPCIPtr cip, in FTPGetOneFile3()
[all …]
H A Dftp.c197 CloseControlConnection(const FTPCIPtr cip) in CloseControlConnection()
239 SetKeepAlive(const FTPCIPtr cip, int sockfd) in SetKeepAlive()
262 SetLinger(const FTPCIPtr cip, int sockfd, int onoff) in SetLinger()
313 SetInlineOutOfBandData(const FTPCIPtr cip, int sockfd) in SetInlineOutOfBandData()
363 volatile FTPCIPtr vcip; in OpenControlConnection()
831 CloseDataConnection(const FTPCIPtr cip) in CloseDataConnection()
899 SendPort(const FTPCIPtr cip, struct sockaddr_in *saddr) in SendPort()
1053 OpenDataConnection(const FTPCIPtr cip, int mode)
1249 AcceptDataConnection(const FTPCIPtr cip)
1314 HangupOnServer(const FTPCIPtr cip)
[all …]
H A Dopen.c11 FTPDeallocateHost(const FTPCIPtr cip) in FTPDeallocateHost()
39 FTPAllocateHost(const FTPCIPtr cip) in FTPAllocateHost()
110 FTPLoginHost(const FTPCIPtr cip) in FTPLoginHost()
338 FTPExamineMlstFeatures(const FTPCIPtr cip, const char *features) in FTPExamineMlstFeatures()
380 FTPQueryFeatures(const FTPCIPtr cip) in FTPQueryFeatures()
523 FTPCloseHost(const FTPCIPtr cip) in FTPCloseHost()
564 FTPShutdownHost(const FTPCIPtr cip) in FTPShutdownHost()
640 const FTPCIPtr cip, /* area pointed to may be modified */ in FTPDecodeURL()
818 FTPOpenHost(const FTPCIPtr cip) in FTPOpenHost()
910 FTPOpenHostNoLogin(const FTPCIPtr cip) in FTPOpenHostNoLogin()
[all …]
H A Dglob.c103 CheckForLS_d(FTPCIPtr cip)
983 FTPRemoteRecursiveFileList1(FTPCIPtr cip, char *const rdir, FileInfoListPtr files) in FTPRemoteRecursiveFileList1()
1032 FTPRemoteRecursiveFileList(FTPCIPtr cip, LineListPtr fileList, FileInfoListPtr files) in FTPRemoteRecursiveFileList()
1089 Traverse(FTPCIPtr cip, char *fullpath, struct Stat *st, char *relpath, FileInfoListPtr filp) in Traverse()
1184 Traverse(FTPCIPtr cip, char *fullpath, struct Stat *st, char *relpath, FileInfoListPtr filp) in Traverse()
1333 FTPLocalRecursiveFileList(FTPCIPtr cip, LineListPtr fileList, FileInfoListPtr files) in FTPLocalRecursiveFileList()
1341 FTPRemoteGlob(FTPCIPtr cip, LineListPtr fileList, const char *pattern, int doGlob) in FTPRemoteGlob()
1480 WinLocalGlob(FTPCIPtr cip, LineListPtr fileList, const char *const srcpat) in WinLocalGlob()
1539 LazyUnixLocalGlob(FTPCIPtr cip, LineListPtr fileList, const char *const pattern) in LazyUnixLocalGlob()
1580 FTPLocalGlob(FTPCIPtr cip, LineListPtr fileList, const char *pattern, int doGlob) in FTPLocalGlob()
[all …]
H A Dutil.h80 void PrintF(const FTPCIPtr cip, const char *const fmt, ...)
85 void Error(const FTPCIPtr cip, const int pError, const char *const fmt, ...)
H A Derrno.c134 FTPPerror(const FTPCIPtr cip, const int err, const int eerr, const char *const s1, const char *cons… in FTPPerror()
H A Dutil.c340 PrintF(const FTPCIPtr cip, const char *const fmt, ...) in PrintF()
368 Error(const FTPCIPtr cip, const int pError, const char *const fmt, ...) in Error()
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dprogress.h15 void PrSizeAndRateMeter(const FTPCIPtr, int);
16 void PrStatBar(const FTPCIPtr, int);
17 void PrPhilBar(const FTPCIPtr, int);
H A Dtrace.h20 void ErrorHook(const FTPCIPtr, char *);
21 void DebugHook(const FTPCIPtr, char *);
H A Dspool.h22 void RunBatch(int, const FTPCIPtr);
24 void RunBatchIfNeeded(const FTPCIPtr);
H A Dcmds.h17 int nFTPChdirAndGetCWD(const FTPCIPtr, const char *, const int);
18 int Chdirs(FTPCIPtr cip, const char *const cdCwd);
H A Dtrace.c66 ErrorHook(const FTPCIPtr UNUSED(cipUnused), char *msg) in ErrorHook()
78 DebugHook(const FTPCIPtr UNUSED(cipUnused), char *msg) in DebugHook()
H A Dspool.c25 extern void CloseControlConnection(const FTPCIPtr);
364 RunBatch(int Xstruct, const FTPCIPtr cip) in RunBatch()
482 RunBatchIfNeeded(const FTPCIPtr cip) in RunBatchIfNeeded()
H A Dprogress.c72 PrSizeAndRateMeter(const FTPCIPtr cip, int mode) in PrSizeAndRateMeter()
203 PrStatBar(const FTPCIPtr cip, int mode) in PrStatBar()
348 PrPhilBar(const FTPCIPtr cip, int mode) in PrPhilBar()
H A Dutil.h76 int DecodeDirectoryURL(const FTPCIPtr, char *, LineListPtr, char *, size_t);
H A Dcmds.c371 NcFTPCdResponseProc(const FTPCIPtr cipUNUSED, ResponsePtr rp) in NcFTPCdResponseProc()
417 nFTPChdirAndGetCWD(const FTPCIPtr cip, const char *cdCwd, const int quietMode) in nFTPChdirAndGetCWD()
504 Chdirs(FTPCIPtr cip, const char *const cdCwd) in Chdirs()
2088 NcFTPOpenPrintResponseProc(const FTPCIPtr cipUNUSED, ResponsePtr rp) in NcFTPOpenPrintResponseProc()
2107 NcFTPOnConnectMessageProc(const FTPCIPtr cipUNUSED, ResponsePtr rp) in NcFTPOnConnectMessageProc()
2118 NcFTPOnLoginMessageProc(const FTPCIPtr cipUNUSED, ResponsePtr rp) in NcFTPOnLoginMessageProc()
2130 NcFTPRedialStatusProc(const FTPCIPtr cipUNUSED, int mode, int val) in NcFTPRedialStatusProc()
2147 NcFTPGetPassphraseProc(const FTPCIPtr cip, LineListPtr pwPrompt, char *pass, size_t dsize) in NcFTPGetPassphraseProc()
H A Dutil.c1087 const FTPCIPtr cip, /* area pointed to may be modified */ in DecodeDirectoryURL()