|
enum | { OS_TYPE_UNKNOWN = 0,
OS_TYPE_UNIX,
OS_TYPE_WIN_NT
} |
|
|
enum ftp_parselist_data:: { ... } | os_type |
|
union { |
struct { |
pl_unix_mainstate main |
|
pl_unix_substate sub |
|
} UNIX |
|
struct { |
pl_winNT_mainstate main |
|
pl_winNT_substate sub |
|
} NT |
|
} | state |
|
CURLcode | error |
|
struct curl_fileinfo * | file_data |
|
unsigned int | item_length |
|
size_t | item_offset |
|
struct { |
size_t filename |
|
size_t user |
|
size_t group |
|
size_t time |
|
size_t perm |
|
size_t symlink_target |
|
} | offsets |
|
The documentation for this struct was generated from the following file:
- Server/trunk/curl-7.47.1/lib/ftplistparser.c