Data Fields | |
CompressorState * | cs |
int | hasSeek |
pgoff_t | filePos |
pgoff_t | dataStart |
char * | directory |
cfp * | dataFH |
cfp * | blobsTocFH |
ParallelState * | pstate |
TAR_MEMBER * | blobToc |
FILE * | tarFH |
pgoff_t | tarFHpos |
pgoff_t | tarNextMember |
TAR_MEMBER * | FH |
int | isSpecialScript |
TAR_MEMBER * | scriptTH |
Definition at line 67 of file pg_backup_custom.c.
Definition at line 53 of file pg_backup_directory.c.
Referenced by _EndBlob(), _EndBlobs(), _LoadBlobs(), _StartBlobs(), and InitArchiveFmt_Directory().
Definition at line 93 of file pg_backup_tar.c.
Referenced by _EndBlobs(), _StartBlob(), and _StartBlobs().
Definition at line 69 of file pg_backup_custom.c.
Referenced by _Clone(), _EndBlob(), _EndData(), _StartBlob(), _StartData(), and _WriteData().
Definition at line 51 of file pg_backup_directory.c.
Referenced by _CloseArchive(), _EndBlob(), _EndData(), _ReadBuf(), _ReadByte(), _StartBlob(), _WriteBuf(), _WriteByte(), _WriteData(), and InitArchiveFmt_Directory().
pgoff_t lclContext::dataStart |
Definition at line 72 of file pg_backup_custom.c.
Referenced by _CloseArchive(), and InitArchiveFmt_Custom().
char* lclContext::directory |
Definition at line 49 of file pg_backup_directory.c.
Referenced by _LoadBlobs(), _StartBlob(), InitArchiveFmt_Directory(), and setFilePath().
Definition at line 97 of file pg_backup_tar.c.
Referenced by _CloseArchive(), _LoadBlobs(), _PrintFileData(), _ReadBuf(), _ReadByte(), _WriteBuf(), _WriteByte(), and InitArchiveFmt_Tar().
pgoff_t lclContext::filePos |
Definition at line 71 of file pg_backup_custom.c.
Referenced by _getFilePos(), _readBlockHeader(), _ReadBuf(), _ReadByte(), _skipData(), _WriteBuf(), _WriteByte(), InitArchiveFmt_Custom(), and InitArchiveFmt_Tar().
Definition at line 70 of file pg_backup_custom.c.
Referenced by _CloseArchive(), _getFilePos(), _PrintTocData(), _ReopenArchive(), InitArchiveFmt_Custom(), and InitArchiveFmt_Tar().
Definition at line 98 of file pg_backup_tar.c.
Referenced by _CloseArchive(), _PrintTocData(), and InitArchiveFmt_Tar().
Definition at line 54 of file pg_backup_directory.c.
Referenced by _CloseArchive().
Definition at line 99 of file pg_backup_tar.c.
Referenced by _CloseArchive(), and _scriptOut().
FILE* lclContext::tarFH |
Definition at line 94 of file pg_backup_tar.c.
Referenced by _CloseArchive(), _tarGetHeader(), _tarPositionTo(), InitArchiveFmt_Tar(), and tarOpen().
pgoff_t lclContext::tarFHpos |
Definition at line 95 of file pg_backup_tar.c.
Referenced by _tarAddFile(), _tarGetHeader(), _tarPositionTo(), _tarReadRaw(), and InitArchiveFmt_Tar().
pgoff_t lclContext::tarNextMember |
Definition at line 96 of file pg_backup_tar.c.
Referenced by _tarPositionTo().