PostgreSQL Source Code
git master
Loading...
Searching...
No Matches
compress_gzip.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* compress_gzip.h
4
* GZIP interface to compress_io.c routines
5
*
6
* Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
* src/bin/pg_dump/compress_gzip.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef _COMPRESS_GZIP_H_
15
#define _COMPRESS_GZIP_H_
16
17
#include "
compress_io.h
"
18
19
extern
void
InitCompressorGzip
(
CompressorState
*cs,
20
const
pg_compress_specification
compression_spec);
21
extern
void
InitCompressFileHandleGzip
(
CompressFileHandle
*
CFH
,
22
const
pg_compress_specification
compression_spec);
23
24
#endif
/* _COMPRESS_GZIP_H_ */
InitCompressFileHandleGzip
void InitCompressFileHandleGzip(CompressFileHandle *CFH, const pg_compress_specification compression_spec)
Definition
compress_gzip.c:445
InitCompressorGzip
void InitCompressorGzip(CompressorState *cs, const pg_compress_specification compression_spec)
Definition
compress_gzip.c:438
compress_io.h
fb
static int fb(int x)
Definition
preproc-init.c:92
CompressFileHandle
Definition
compress_io.h:101
CompressorState
Definition
compress_io.h:51
pg_compress_specification
Definition
compression.h:33
src
bin
pg_dump
compress_gzip.h
Generated on Sat Jan 31 2026 06:13:15 for PostgreSQL Source Code by
1.9.8