#include <time.h>
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | ftpparse |
Defines | |
#define | FTPPARSE_SIZE_UNKNOWN 0 |
#define | FTPPARSE_SIZE_BINARY 1 /* size is the number of octets in TYPE I */ |
#define | FTPPARSE_SIZE_ASCII 2 /* size is the number of octets in TYPE A */ |
#define | FTPPARSE_MTIME_UNKNOWN 0 |
#define | FTPPARSE_MTIME_LOCAL 1 /* time is correct */ |
#define | FTPPARSE_MTIME_REMOTEMINUTE 2 /* time zone and secs are unknown */ |
#define | FTPPARSE_MTIME_REMOTEDAY 3 /* time zone and time of day are unknown */ |
#define | FTPPARSE_ID_UNKNOWN 0 |
#define | FTPPARSE_ID_FULL 1 /* unique identifier for files on this FTP server */ |
Functions | |
int | ftpparse (struct ftpparse *, char *, int) |
|
Definition at line 55 of file ftpparse.h. Referenced by ftpparse(). |
|
Definition at line 54 of file ftpparse.h. Referenced by ftpparse(). |
|
Definition at line 42 of file ftpparse.h. Referenced by ftpparse(). |
|
Definition at line 46 of file ftpparse.h. Referenced by ftpparse(). |
|
Definition at line 44 of file ftpparse.h. Referenced by ftpparse(). |
|
Definition at line 41 of file ftpparse.h. Referenced by ftpparse(). |
|
Definition at line 38 of file ftpparse.h. |
|
Definition at line 36 of file ftpparse.h. Referenced by ftpparse(). |
|
Definition at line 35 of file ftpparse.h. Referenced by ftpparse(). |
|