|
| enum | { UNTAR_CHUNK_HEADER,
UNTAR_CHUNK_SKIP,
UNTAR_CHUNK_WRITE,
UNTAR_CHUNK_ERROR
} |
| | Current context state.
|
| |
|
|
enum Untar_ChunkContext:: { ... } | state |
| | Current context state.
|
| |
|
char | header [512] |
| | Header buffer.
|
| |
|
char | fname [100] |
| | Name buffer.
|
| |
|
size_t | done_bytes |
| | Number of bytes of overall length are already processed.
|
| |
|
unsigned long | mode |
| | Mode of the file.
|
| |
|
unsigned long | todo_bytes |
| | Overall amount of bytes to be processed.
|
| |
|
unsigned long | todo_blocks |
| | Overall amount of blocks to be processed.
|
| |
|
int | out_fd |
| | File descriptor of output file.
|
| |
The documentation for this struct was generated from the following file: