PostgreSQL Source Code
git master
|
Data Fields | |
CompressorState * | cs |
int | hasSeek |
pgoff_t | lastFilePos |
char * | directory |
cfp * | dataFH |
cfp * | blobsTocFH |
ParallelState * | pstate |
pgoff_t | filePos |
TAR_MEMBER * | blobToc |
FILE * | tarFH |
pgoff_t | tarFHpos |
pgoff_t | tarNextMember |
TAR_MEMBER * | FH |
int | isSpecialScript |
TAR_MEMBER * | scriptTH |
Definition at line 69 of file pg_backup_custom.c.
cfp* lclContext::blobsTocFH |
Definition at line 55 of file pg_backup_directory.c.
Referenced by _EndBlob(), _EndBlobs(), _LoadBlobs(), _StartBlobs(), and InitArchiveFmt_Directory().
TAR_MEMBER* lclContext::blobToc |
Definition at line 82 of file pg_backup_tar.c.
Referenced by _EndBlobs(), _StartBlob(), and _StartBlobs().
CompressorState* lclContext::cs |
Definition at line 71 of file pg_backup_custom.c.
Referenced by _Clone(), _EndBlob(), _EndData(), _StartBlob(), _StartData(), and _WriteData().
cfp* lclContext::dataFH |
Definition at line 53 of file pg_backup_directory.c.
Referenced by _CloseArchive(), _EndBlob(), _EndData(), _ReadBuf(), _ReadByte(), _StartBlob(), _WriteBuf(), _WriteByte(), _WriteData(), and InitArchiveFmt_Directory().
char* lclContext::directory |
Definition at line 51 of file pg_backup_directory.c.
Referenced by _CloseArchive(), _LoadBlobs(), _StartBlob(), InitArchiveFmt_Directory(), and setFilePath().
TAR_MEMBER* lclContext::FH |
Definition at line 86 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 81 of file pg_backup_tar.c.
Referenced by _ReadBuf(), _ReadByte(), _WriteBuf(), _WriteByte(), and InitArchiveFmt_Tar().
int lclContext::hasSeek |
Definition at line 72 of file pg_backup_custom.c.
Referenced by _CloseArchive(), _getFilePos(), _PrepParallelRestore(), _PrintTocData(), _ReopenArchive(), _skipData(), InitArchiveFmt_Custom(), and InitArchiveFmt_Tar().
int lclContext::isSpecialScript |
Definition at line 87 of file pg_backup_tar.c.
Referenced by _CloseArchive(), _PrintTocData(), and InitArchiveFmt_Tar().
pgoff_t lclContext::lastFilePos |
Definition at line 74 of file pg_backup_custom.c.
Referenced by _PrintTocData(), and InitArchiveFmt_Custom().
ParallelState* lclContext::pstate |
Definition at line 56 of file pg_backup_directory.c.
Referenced by _CloseArchive().
TAR_MEMBER* lclContext::scriptTH |
Definition at line 88 of file pg_backup_tar.c.
Referenced by _CloseArchive(), and _scriptOut().
FILE* lclContext::tarFH |
Definition at line 83 of file pg_backup_tar.c.
Referenced by _CloseArchive(), _tarGetHeader(), _tarPositionTo(), InitArchiveFmt_Tar(), and tarOpen().
pgoff_t lclContext::tarFHpos |
Definition at line 84 of file pg_backup_tar.c.
Referenced by _tarAddFile(), _tarGetHeader(), _tarPositionTo(), _tarReadRaw(), and InitArchiveFmt_Tar().
pgoff_t lclContext::tarNextMember |
Definition at line 85 of file pg_backup_tar.c.
Referenced by _tarPositionTo().