|
PostgreSQL Source Code git master
|
#include "postgres_fe.h"#include <unistd.h>#include "compress_none.h"#include "pg_backup_utils.h"
Go to the source code of this file.
Data Structures | |
| struct | NoneCompressorState |
Typedefs | |
| typedef struct NoneCompressorState | NoneCompressorState |
|
static |
Definition at line 204 of file compress_none.c.
References fb(), and pg_log_error.
Referenced by InitCompressFileHandleNone().
|
static |
Definition at line 89 of file compress_none.c.
References fb(), pg_free(), CompressorState::private_data, and CompressorState::writeF.
Referenced by InitCompressorNone().
|
static |
Definition at line 223 of file compress_none.c.
References fb().
Referenced by InitCompressFileHandleNone().
|
static |
Definition at line 174 of file compress_none.c.
References fb(), and strerror.
Referenced by InitCompressFileHandleNone().
|
static |
Definition at line 186 of file compress_none.c.
References fb(), and pg_fatal.
Referenced by InitCompressFileHandleNone().
|
static |
Definition at line 180 of file compress_none.c.
References fb().
Referenced by InitCompressFileHandleNone().
| void InitCompressFileHandleNone | ( | CompressFileHandle * | CFH, |
| const pg_compress_specification | compression_spec | ||
| ) |
Definition at line 261 of file compress_none.c.
References close_none(), eof_none(), fb(), get_error_none(), getc_none(), gets_none(), open_none(), open_write_none(), read_none(), and write_none().
Referenced by InitCompressFileHandle().
| void InitCompressorNone | ( | CompressorState * | cs, |
| const pg_compress_specification | compression_spec | ||
| ) |
Definition at line 110 of file compress_none.c.
References NoneCompressorState::buflen, CompressorState::compression_spec, DEFAULT_IO_BUFFER_SIZE, CompressorState::end, EndCompressorNone(), fb(), pg_malloc(), CompressorState::private_data, CompressorState::readData, ReadDataFromArchiveNone(), CompressorState::writeData, WriteDataToArchiveNone(), and CompressorState::writeF.
Referenced by AllocateCompressor().
|
static |
Definition at line 229 of file compress_none.c.
References Assert, fb(), fd(), and mode.
Referenced by InitCompressFileHandleNone().
|
static |
Definition at line 147 of file compress_none.c.
References fb(), and pg_fatal.
Referenced by InitCompressFileHandleNone().
|
static |
Definition at line 42 of file compress_none.c.
References ahwrite(), buf, DEFAULT_IO_BUFFER_SIZE, free, pg_malloc(), and CompressorState::readF.
Referenced by InitCompressorNone().
Definition at line 160 of file compress_none.c.
References fb(), and pg_fatal.
Referenced by InitCompressFileHandleNone().
|
static |
Definition at line 61 of file compress_none.c.
References data, fb(), CompressorState::private_data, remaining, and CompressorState::writeF.
Referenced by InitCompressorNone().