Searched refs:gzclose (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/zlib/
H A Dgzclose.c0 /* 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
H A Dmozzconf.h87 #define gzclose MOZ_Z_gzclose macro
H A Dzconf.h58 # define gzclose z_gzclose macro
H A Dzlib.target.darwin-arm.mk29 third_party/zlib/gzclose.c \
H A Dzlib.target.darwin-arm64.mk29 third_party/zlib/gzclose.c \
H A Dzlib.target.darwin-mips.mk29 third_party/zlib/gzclose.c \
H A Dzlib.target.darwin-mips64.mk29 third_party/zlib/gzclose.c \
H A Dzlib.target.darwin-x86.mk29 third_party/zlib/gzclose.c \
H A Dzlib.target.darwin-x86_64.mk29 third_party/zlib/gzclose.c \
H A Dzlib.target.linux-arm.mk29 third_party/zlib/gzclose.c \
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzclose.c0 /* 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/
H A Dgzclose.c0 /* 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/
H A Dgzclose.c0 /* 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
H A Dmake_vms.com15 $! 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/
H A Dwatcom_l.mak8 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
H A Dwatcom_f.mak8 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/
H A Dzlibd32.mak21 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/
H A Dzlibd32.mak21 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/
H A Dgzip.c278 gzclose (zf);
290 gzclose (zf);
298 gzclose (zf);
306 gzclose (zf);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs24 private static extern int gzclose(IntPtr gzFile); method in class:DotZLib.GZipStream
135 gzclose(_gzFile);
/external/zlib/
H A DAndroid.mk13 src/gzclose.c \
/external/zlib/src/contrib/iostream2/
H A Dzstream.h81 int r = ::gzclose(m_fp);
203 int r = ::gzclose(m_fp); m_fp = 0; return r;
/external/zlib/src/test/
H A Dminigzip.c295 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/
H A Dramdisk_extractor.cpp79 gzclose(mFile);
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp107 gzclose( file );

Completed in 204 milliseconds

123