OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gzclose
(Results
1 - 9
of
9
) 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 in typeref:typename:int ZEXPORT
Makefile.in
57
OBJG = compress.o uncompr.o
gzclose
.o gzlib.o gzread.o gzwrite.o
61
PIC_OBJG = compress.lo uncompr.lo
gzclose
.lo gzlib.lo gzread.lo gzwrite.lo
188
gzclose
.o: $(SRCDIR)
gzclose
.c
189
$(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)
gzclose
.c
256
gzclose
.lo: $(SRCDIR)
gzclose
.c
258
$(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/
gzclose
.o $(SRCDIR)
gzclose
.c
259
-@mv objs/
gzclose
.o $
[
all
...]
zconf.h
74
# define
gzclose
z_gzclose
macro
zconf.h.in
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/common/dist/zlib/contrib/delphi/
zlibd32.mak
21
OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj
gzclose
.obj gzlib.obj gzread.obj
23
OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+
gzclose
.obj+gzlib.obj+gzread.obj
41
gzclose
.obj:
gzclose
.c zlib.h zconf.h gzguts.h
/src/common/dist/zlib/contrib/pascal/
zlibd32.mak
21
OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj
gzclose
.obj gzlib.obj gzread.obj
23
OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+
gzclose
.obj+gzlib.obj+gzread.obj
41
gzclose
.obj:
gzclose
.c zlib.h zconf.h gzguts.h
/src/common/dist/zlib/contrib/ada/
zlib-thin.ads
232
function
gzclose
(file : gzFile) return Int;
subprogspec
417
pragma Import (C,
gzclose
, "
gzclose
");
/src/common/dist/zlib/test/
minigzip.c
261
static int
gzclose
(gzFile gz) {
function in typeref:typename:int
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 14 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025