PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
g
h
i
k
l
m
p
r
s
t
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
c
d
f
h
i
n
o
p
r
s
t
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
▼
PostgreSQL Source Code
PostgreSQL Database Management System
►
Namespaces
►
Data Structures
▼
Files
►
File List
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
compress_lz4.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* compress_lz4.h
4
* LZ4 interface to compress_io.c routines
5
*
6
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
* src/bin/pg_dump/compress_lz4.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef _COMPRESS_LZ4_H_
15
#define _COMPRESS_LZ4_H_
16
17
#include "
compress_io.h
"
18
19
extern
void
InitCompressorLZ4
(
CompressorState
*cs,
20
const
pg_compress_specification
compression_spec);
21
extern
void
InitCompressFileHandleLZ4
(
CompressFileHandle
*CFH,
22
const
pg_compress_specification
compression_spec);
23
24
#endif
/* _COMPRESS_LZ4_H_ */
compress_io.h
InitCompressFileHandleLZ4
void InitCompressFileHandleLZ4(CompressFileHandle *CFH, const pg_compress_specification compression_spec)
Definition:
compress_lz4.c:784
InitCompressorLZ4
void InitCompressorLZ4(CompressorState *cs, const pg_compress_specification compression_spec)
Definition:
compress_lz4.c:777
CompressFileHandle
Definition:
compress_io.h:101
CompressorState
Definition:
compress_io.h:51
pg_compress_specification
Definition:
compression.h:33
src
bin
pg_dump
compress_lz4.h
Generated on Thu Mar 13 2025 18:13:23 for PostgreSQL Source Code by
1.9.4