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
124
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/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
mozzconf.h
87
#define
gzclose
MOZ_Z_gzclose
macro
zconf.h
58
# define
gzclose
z_gzclose
macro
zlib.target.darwin-arm.mk
29
third_party/zlib/
gzclose
.c \
zlib.target.darwin-arm64.mk
29
third_party/zlib/
gzclose
.c \
zlib.target.darwin-mips.mk
29
third_party/zlib/
gzclose
.c \
zlib.target.darwin-mips64.mk
29
third_party/zlib/
gzclose
.c \
zlib.target.darwin-x86.mk
29
third_party/zlib/
gzclose
.c \
zlib.target.darwin-x86_64.mk
29
third_party/zlib/
gzclose
.c \
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
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
(
function
/external/qemu/distrib/zlib-1.2.8/
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
/external/zlib/src/
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
make_vms.com
15
$! 0.04 20100110 Add new
gzclose
, gzlib, gzread, gzwrite
187
$ CALL MAKE
gzclose
.OBJ "CC ''CCOPT'
gzclose
" -
188
gzclose
.c zutil.h zlib.h zconf.h
429
OBJS = adler32.obj, compress.obj, crc32.obj,
gzclose
.obj, gzlib.obj\
461
gzclose
.obj :
gzclose
.c zutil.h zlib.h zconf.h
742
$ module2 = "
gzclose
#gzerror#gzgetc#gzgets#gzopen#gzprintf#gzputc#gzputs#gzread"
/external/zlib/src/watcom/
watcom_l.mak
8
gzclose
.c gzlib.c gzread.c gzwrite.c &
13
gzclose
.obj gzlib.obj gzread.obj gzwrite.obj &
29
wlib -b -c $(ZLIB_LIB) -+
gzclose
.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
watcom_f.mak
8
gzclose
.c gzlib.c gzread.c gzwrite.c &
13
gzclose
.obj gzlib.obj gzread.obj gzwrite.obj &
29
wlib -b -c $(ZLIB_LIB) -+
gzclose
.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
/external/zlib/src/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
/external/zlib/src/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
/external/elfutils/0.153/libdwfl/
gzip.c
278
gzclose
(zf);
290
gzclose
(zf);
298
gzclose
(zf);
306
gzclose
(zf);
/external/zlib/
Android.mk
13
src/
gzclose
.c \
/external/zlib/src/contrib/iostream2/
zstream.h
81
int r = ::
gzclose
(m_fp);
203
int r = ::
gzclose
(m_fp); m_fp = 0; return r;
/external/zlib/src/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
");
/external/qemu/android/filesystems/
ramdisk_extractor.cpp
79
gzclose
(mFile);
/external/zlib/src/contrib/iostream/
zfstream.cpp
107
gzclose
( file );
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zconf.h
49
# define
gzclose
z_gzclose
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zconf.h
49
# define
gzclose
z_gzclose
macro
Completed in 1010 milliseconds
1
2
3
4
5