OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gzclose
(Results
1 - 22
of
22
) sorted by relevancy
/src/common/dist/zlib/
gzclose.c
0
/*
gzclose
.c -- zlib
gzclose
() function
8
/*
gzclose
() is in a separate file so that it is linked in only if it is used.
9
That way the other
gzclose
functions can be used instead to avoid linking in
11
int ZEXPORT
gzclose
(gzFile file) {
function
zconf.h
74
# define
gzclose
z_gzclose
macro
/src/external/bsd/zstd/dist/zlibWrapper/
gzclose.c
0
/*
gzclose
.c contains minimal changes required to be compiled with zlibWrapper:
4
/*
gzclose
.c -- zlib
gzclose
() function
11
/*
gzclose
() is in a separate file so that it is linked in only if it is used.
12
That way the other
gzclose
functions can be used instead to avoid linking in
14
int ZEXPORT
gzclose
(gzFile file) {
function
/src/external/gpl3/binutils/dist/zlib/
gzclose.c
0
/*
gzclose
.c -- zlib
gzclose
() function
8
/*
gzclose
() is in a separate file so that it is linked in only if it is used.
9
That way the other
gzclose
functions can be used instead to avoid linking in
11
int ZEXPORT
gzclose
(gzFile file) {
function
zconf.h
70
# define
gzclose
z_gzclose
macro
/src/external/gpl3/binutils.old/dist/zlib/
gzclose.c
0
/*
gzclose
.c -- zlib
gzclose
() function
8
/*
gzclose
() is in a separate file so that it is linked in only if it is used.
9
That way the other
gzclose
functions can be used instead to avoid linking in
11
int ZEXPORT
gzclose
(file)
function
zconf.h
67
# define
gzclose
z_gzclose
macro
/src/external/gpl3/gdb.old/dist/zlib/
gzclose.c
0
/*
gzclose
.c -- zlib
gzclose
() function
8
/*
gzclose
() is in a separate file so that it is linked in only if it is used.
9
That way the other
gzclose
functions can be used instead to avoid linking in
11
int ZEXPORT
gzclose
(file)
function
zconf.h
67
# define
gzclose
z_gzclose
macro
/src/external/gpl3/gdb/dist/zlib/
gzclose.c
0
/*
gzclose
.c -- zlib
gzclose
() function
8
/*
gzclose
() is in a separate file so that it is linked in only if it is used.
9
That way the other
gzclose
functions can be used instead to avoid linking in
11
int ZEXPORT
gzclose
(gzFile file) {
function
zconf.h
70
# define
gzclose
z_gzclose
macro
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs
24
private static extern int
gzclose
(IntPtr gzFile);
method in class:DotZLib.GZipStream
135
gzclose
(_gzFile);
/src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs
24
private static extern int
gzclose
(IntPtr gzFile);
method in class:DotZLib.GZipStream
135
gzclose
(_gzFile);
/src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs
24
private static extern int
gzclose
(IntPtr gzFile);
method in class:DotZLib.GZipStream
135
gzclose
(_gzFile);
/src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs
24
private static extern int
gzclose
(IntPtr gzFile);
method in class:DotZLib.GZipStream
135
gzclose
(_gzFile);
/src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs
24
private static extern int
gzclose
(IntPtr gzFile);
method in class:DotZLib.GZipStream
135
gzclose
(_gzFile);
/src/common/dist/zlib/test/
minigzip.c
261
static int
gzclose
(gzFile gz) {
function
332
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
363
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
385
if (
gzclose
(in) != Z_OK) error("failed
gzclose
");
/src/external/bsd/zstd/dist/zlibWrapper/examples/
minigzip.c
286
int
gzclose
_Z_OF((gzFile));
288
int
gzclose
(gzFile gz) {
function
371
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
403
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
427
if (
gzclose
(in) != Z_OK) error("failed
gzclose
");
/src/external/gpl3/binutils/dist/zlib/test/
minigzip.c
261
static int
gzclose
(gzFile gz) {
function
332
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
363
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
385
if (
gzclose
(in) != Z_OK) error("failed
gzclose
");
/src/external/gpl3/binutils.old/dist/zlib/test/
minigzip.c
295
int
gzclose
OF((gzFile));
297
int
gzclose
(gz)
function
387
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
422
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
449
if (
gzclose
(in) != Z_OK) error("failed
gzclose
");
/src/external/gpl3/gdb.old/dist/zlib/test/
minigzip.c
295
int
gzclose
OF((gzFile));
297
int
gzclose
(gz)
function
387
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
422
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
449
if (
gzclose
(in) != Z_OK) error("failed
gzclose
");
/src/external/gpl3/gdb/dist/zlib/test/
minigzip.c
261
static int
gzclose
(gzFile gz) {
function
332
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
363
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
385
if (
gzclose
(in) != Z_OK) error("failed
gzclose
");
Completed in 26 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026