ReactOS 0.4.16-dev-321-g63bb46a
|
#include "syshdrs.h"
Go to the source code of this file.
FileInfoPtr AddFileInfo | ( | FileInfoListPtr | list, |
FileInfoPtr | src | ||
) |
Definition at line 530 of file linelist.c.
Referenced by ConcatFileInfoList(), ConcatFileToFileInfoList(), FTPLocalRecursiveFileList2(), Traverse(), UnLslR(), and UnMlsD().
LinePtr AddLine | ( | LineListPtr | list, |
const char * | buf1 | ||
) |
Definition at line 94 of file linelist.c.
Referenced by CopyLineList(), FTPDecodeURL(), FTPListToMemory2(), FTPLocalGlob(), FTPRemoteGlob(), GetResponse(), and LazyUnixLocalGlob().
Definition at line 304 of file linelist.c.
Referenced by SortFileInfoList().
Definition at line 663 of file linelist.c.
Referenced by FTPGetFiles3(), and FTPPutFiles3().
Definition at line 579 of file linelist.c.
Referenced by FTPGetFiles3(), FTPPutFiles3(), FTPRemoteRecursiveFileList(), and FTPRemoteRecursiveFileList1().
int ConcatFileInfoList | ( | FileInfoListPtr | dst, |
FileInfoListPtr | src | ||
) |
Definition at line 556 of file linelist.c.
Referenced by FTPRemoteRecursiveFileList(), and FTPRemoteRecursiveFileList1().
int ConcatFileToFileInfoList | ( | FileInfoListPtr | dst, |
char * | rfile | ||
) |
Definition at line 740 of file linelist.c.
Referenced by FTPRemoteRecursiveFileList(), FTPRemoteRecursiveFileList1(), LineListToFileInfoList(), and LineToFileInfoList().
int CopyLineList | ( | LineListPtr | dst, |
LineListPtr | src | ||
) |
Definition at line 127 of file linelist.c.
Referenced by FTPRemoteHelp().
void DisposeFileInfoListContents | ( | FileInfoListPtr | list | ) |
Definition at line 152 of file linelist.c.
Referenced by FlushLsCacheItem(), FTPGetFiles3(), FTPPutFiles3(), FTPRemoteRecursiveFileList(), and FTPRemoteRecursiveFileList1().
void DisposeLineListContents | ( | LineListPtr | list | ) |
Definition at line 33 of file linelist.c.
Referenced by ChdirCmd(), CopyLineList(), DoneWithResponse(), EchoCmd(), FTPChmod(), FTPDeallocateHost(), FTPDelete(), FTPFileExistsNlst(), FTPFileExistsStat(), FTPFtwL2(), FTPGetFiles3(), FTPPutFiles3(), FTPRemoteRecursiveFileList(), FTPRemoteRecursiveFileList1(), FTPRmdir(), FTPRmdirRecursiveL2(), LocalRmCmd(), LocalRmdirCmd(), Ls(), OpenCmd(), ReInitResponse(), RGlobCmd(), RmtHelpCmd(), SaveLastResponse(), SpoolGetCmd(), and SpoolPutCmd().
void InitFileInfo | ( | FileInfoPtr | fip | ) |
Definition at line 471 of file linelist.c.
Referenced by ConcatFileToFileInfoList().
void InitFileInfoList | ( | FileInfoListPtr | list | ) |
Definition at line 193 of file linelist.c.
Referenced by FTPLocalRecursiveFileList2(), FTPRemoteRecursiveFileList(), FTPRemoteRecursiveFileList1(), LineListToFileInfoList(), LineToFileInfoList(), Ls(), UnLslR(), and UnMlsD().
void InitLineList | ( | LineListPtr | list | ) |
Definition at line 54 of file linelist.c.
Referenced by ChdirCmd(), CopyLineList(), EchoCmd(), FTPDecodeURL(), FTPFileExistsNlst(), FTPListToMemory2(), FTPLocalGlob(), FTPRemoteGlob(), FTPRemoteHelp(), InitResponse(), LocalRmCmd(), LocalRmdirCmd(), Ls(), OpenCmd(), PreInit(), RGlobCmd(), SpoolGetCmd(), and SpoolPutCmd().
int LineListToFileInfoList | ( | LineListPtr | src, |
FileInfoListPtr | dst | ||
) |
Definition at line 758 of file linelist.c.
Referenced by FTPPutFiles3().
int LineToFileInfoList | ( | LinePtr | lp, |
FileInfoListPtr | dst | ||
) |
Definition at line 775 of file linelist.c.
Referenced by FTPGetFiles3().
Definition at line 287 of file linelist.c.
Referenced by SortFileInfoList().
FileInfoPtr RemoveFileInfo | ( | FileInfoListPtr | list, |
FileInfoPtr | killMe | ||
) |
Definition at line 483 of file linelist.c.
LinePtr RemoveLine | ( | LineListPtr | list, |
LinePtr | killMe | ||
) |
Definition at line 63 of file linelist.c.
Referenced by FTPRemoteGlob(), and RemoteGlobCollapse().
Definition at line 270 of file linelist.c.
Referenced by SortFileInfoList().
Definition at line 253 of file linelist.c.
Referenced by SortFileInfoList().
Definition at line 219 of file linelist.c.
Referenced by SortFileInfoList().
Definition at line 236 of file linelist.c.
Referenced by SortFileInfoList().
void SortFileInfoList | ( | FileInfoListPtr | list, |
int | sortKey, | ||
int | sortOrder | ||
) |
Definition at line 353 of file linelist.c.
Referenced by GetLsCacheFileList(), and Ls().
Definition at line 12 of file linelist.c.
Definition at line 202 of file linelist.c.
Referenced by SortFileInfoList().
void UnvectorizeFileInfoList | ( | FileInfoListPtr | list | ) |
Definition at line 441 of file linelist.c.
void VectorizeFileInfoList | ( | FileInfoListPtr | list | ) |
Definition at line 423 of file linelist.c.
Referenced by Ls().