file_pair Struct Reference

Data Fields

const char * src_name
char * dest_name
int src_fd
 File descriptor of the source file.
int dest_fd
 File descriptor of the target file.
struct stat src_st
 Stat of the source file.
struct stat dest_st
 Stat of the destination file.
bool src_eof
 True once end of the source file has been detected.

Field Documentation

const char* file_pair::src_name

Name of the source filename (as given on the command line) or pointer to static "(stdin)" when reading from standard input.

Referenced by io_close_src(), io_open(), io_open_src(), and io_read().

Destination filename converted from src_name or pointer to static "(stdout)" when writing to standard output.

Referenced by io_close_dest(), io_copy_attrs(), and io_write().

File descriptor of the source file.

Referenced by io_close_src(), io_open_src(), and io_read().

File descriptor of the target file.

Referenced by io_close(), io_close_dest(), io_copy_attrs(), and io_write().

struct stat file_pair::src_st [read]

Stat of the source file.

Referenced by io_close_src(), io_copy_attrs(), and io_open_src().

struct stat file_pair::dest_st [read]

Stat of the destination file.

Referenced by io_close_dest().

True once end of the source file has been detected.

Referenced by io_read().


The documentation for this struct was generated from the following file:

Generated on Tue Oct 6 14:02:23 2009 for XZ Utils by  doxygen 1.6.1