|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "syshdrs.h"
Go to the source code of this file.
Functions | |
| void | FlushSReadlineInfo (SReadlineInfo *srl) |
| int | InitSReadlineInfo (SReadlineInfo *srl, int fd, char *buf, size_t bsize, int tlen, int requireEOLN) |
| void | DisposeSReadlineInfo (SReadlineInfo *srl) |
| int | SReadline (SReadlineInfo *srl, char *const linebuf, size_t linebufsize) |
| void DisposeSReadlineInfo | ( | SReadlineInfo * | srl | ) |
Definition at line 57 of file SReadline.c.
Referenced by CloseControlConnection(), FTPDeallocateHost(), FTPList(), and FTPListToMemory2().
| void FlushSReadlineInfo | ( | SReadlineInfo * | srl | ) |
Definition at line 4 of file SReadline.c.
| int InitSReadlineInfo | ( | SReadlineInfo * | srl, |
| int | fd, | ||
| char * | buf, | ||
| size_t | bsize, | ||
| int | tlen, | ||
| int | requireEOLN | ||
| ) |
Definition at line 24 of file SReadline.c.
Referenced by FTPList(), FTPListToMemory2(), FTPRebuildConnectionInfo(), OpenControlConnection(), and ServeOneClient().
| int SReadline | ( | SReadlineInfo * | srl, |
| char *const | linebuf, | ||
| size_t | linebufsize | ||
| ) |
Definition at line 76 of file SReadline.c.
Referenced by FTPList(), FTPListToMemory2(), GetResponse(), and ServeOneClient().