PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
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
f
h
i
n
o
p
r
s
~
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
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
crc32.h
Go to the documentation of this file.
1
#ifndef _CRC32_H
2
#define _CRC32_H
3
4
/* contrib/ltree/crc32.h */
5
6
/* Returns crc32 of data block */
7
extern
unsigned
int
ltree_crc32_sz
(
const
char
*
buf
,
int
size
);
8
9
/* Returns crc32 of null-terminated string */
10
#define crc32(buf) ltree_crc32_sz((buf),strlen(buf))
11
12
#endif
ltree_crc32_sz
unsigned int ltree_crc32_sz(const char *buf, int size)
Definition:
crc32.c:24
buf
static char * buf
Definition:
pg_test_fsync.c:72
size
static pg_noinline void Size size
Definition:
slab.c:607
contrib
ltree
crc32.h
Generated on Tue Jan 21 2025 06:13:13 for PostgreSQL Source Code by
1.9.4