ReactOS
0.4.16-dev-555-g690643f
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
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
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
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
y
z
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
y
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
Examples
Functions
gzclose.c File Reference
#include "
gzguts.h
"
Include dependency graph for gzclose.c:
Go to the source code of this file.
Functions
int
ZEXPORT
gzclose
(
gzFile
file
)
Function Documentation
◆
gzclose()
int
ZEXPORT
gzclose
(
gzFile
file
)
Definition at line
11
of file
gzclose.c
.
13
{
14
#ifndef NO_GZCOMPRESS
15
gz_statep
state
;
16
17
if
(
file
==
NULL
)
18
return
Z_STREAM_ERROR
;
19
state
= (
gz_statep
)
file
;
20
21
return
state
->mode ==
GZ_READ
?
gzclose_r
(
file
) :
gzclose_w
(
file
);
22
#else
23
return
gzclose_r
(
file
);
24
#endif
25
}
state
static int state
Definition:
maze.c:121
NULL
#define NULL
Definition:
types.h:112
Z_STREAM_ERROR
#define Z_STREAM_ERROR
Definition:
zlib.h:118
gz_statep
gz_state FAR * gz_statep
Definition:
gzguts.h:203
GZ_READ
#define GZ_READ
Definition:
gzguts.h:160
gzclose_r
int ZEXPORT gzclose_r(gzFile file)
Definition:
gzread.c:623
gzclose_w
int ZEXPORT gzclose_w(gzFile file)
Definition:
gzwrite.c:639
file
Definition:
fci.c:127
sdk
lib
3rdparty
zlib
gzclose.c
Generated on Tue Jan 21 2025 06:23:36 for ReactOS by
1.9.6