OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gzclose
(Results
1 - 25
of
37
) sorted by null
1
2
/external/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
Android.mk
12
gzclose
.c \
minigzip.c
192
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
227
if (
gzclose
(out) != Z_OK) error("failed
gzclose
");
254
if (
gzclose
(in) != Z_OK) error("failed
gzclose
");
make_vms.com
15
$! 0.04 20100110 Add new
gzclose
, gzlib, gzread, gzwrite
152
$ CALL MAKE
gzclose
.OBJ "CC ''CCOPT'
gzclose
" -
153
gzclose
.c zutil.h zlib.h zconf.h
402
OBJS = adler32.obj, compress.obj, crc32.obj,
gzclose
.obj, gzlib.obj\
435
gzclose
.obj :
gzclose
.c zutil.h zlib.h zconf.h