|
PostgreSQL Source Code git master
|
#include <astreamer.h>
Data Fields | |
| char | pathname [MAXPGPATH] |
| pgoff_t | size |
| mode_t | mode |
| uid_t | uid |
| gid_t | gid |
| bool | is_directory |
| bool | is_link |
| char | linktarget [MAXPGPATH] |
Definition at line 79 of file astreamer.h.
| gid_t astreamer_member::gid |
Definition at line 85 of file astreamer.h.
Referenced by astreamer_inject_file(), astreamer_tar_archiver_content(), and astreamer_tar_header().
| bool astreamer_member::is_directory |
Definition at line 86 of file astreamer.h.
Referenced by astreamer_extractor_content(), astreamer_inject_file(), astreamer_tar_header(), and member_verify_header().
| bool astreamer_member::is_link |
Definition at line 87 of file astreamer.h.
Referenced by astreamer_extractor_content(), astreamer_inject_file(), astreamer_tar_header(), and member_verify_header().
| char astreamer_member::linktarget[MAXPGPATH] |
Definition at line 88 of file astreamer.h.
Referenced by astreamer_extractor_content(), astreamer_inject_file(), and astreamer_tar_header().
| mode_t astreamer_member::mode |
Definition at line 83 of file astreamer.h.
Referenced by astreamer_extractor_content(), astreamer_inject_file(), astreamer_tar_archiver_content(), and astreamer_tar_header().
| char astreamer_member::pathname[MAXPGPATH] |
Definition at line 81 of file astreamer.h.
Referenced by astreamer_extractor_content(), astreamer_inject_file(), astreamer_recovery_injector_content(), astreamer_tar_archiver_content(), astreamer_tar_header(), and member_verify_header().
| pgoff_t astreamer_member::size |
Definition at line 82 of file astreamer.h.
Referenced by astreamer_inject_file(), astreamer_recovery_injector_content(), astreamer_tar_archiver_content(), astreamer_tar_header(), astreamer_tar_parser_content(), and member_verify_header().
| uid_t astreamer_member::uid |
Definition at line 84 of file astreamer.h.
Referenced by astreamer_inject_file(), astreamer_tar_archiver_content(), and astreamer_tar_header().