Home
last modified time | relevance | path

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

12

/third_party/zlib/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
/third_party/zlib/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
/third_party/zlib/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
H A Dexample.pas118 gzclose(zfile);
176 gzclose(zfile);
/third_party/elfutils/libdwfl/
H A Dgzip.c363 gzclose (state.zf); in unzip()
376 gzclose (state.zf); in unzip()
384 gzclose (state.zf); in unzip()
392 gzclose (state.zf); in unzip()
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs24 private static extern int gzclose(IntPtr gzFile); in gzclose() method in DotZLib.GZipStream
135 gzclose(_gzFile); in cleanUp()
/third_party/zlib/test/
H A Dminigzip.c268 static int gzclose(gzFile gz) in gzclose() function
355 if (gzclose(out) != Z_OK) in gz_compress_mmap()
357 error("failed gzclose"); in gz_compress_mmap()
396 if (gzclose(out) != Z_OK) in gz_compress()
398 error("failed gzclose"); in gz_compress()
431 if (gzclose(in) != Z_OK) in gz_uncompress()
433 error("failed gzclose"); in gz_uncompress()
H A Dexample.c112 gzclose(file); in test_gzio()
161 gzclose(file); in test_gzio()
/third_party/node/deps/v8/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) in gzclose() function
H A Dchromeconf.h77 #define gzclose Cr_z_gzclose macro
H A Dzconf.h79 # define gzclose z_gzclose macro
/third_party/node/deps/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(gzFile file) { in gzclose() function
H A Dchromeconf.h80 #define gzclose Cr_z_gzclose macro
H A Dzconf.h82 # define gzclose z_gzclose macro
/third_party/skia/third_party/externals/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) in gzclose() function
H A Dchromeconf.h77 #define gzclose Cr_z_gzclose macro
H A Dzconf.h79 # define gzclose z_gzclose macro
/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(gzFile file) { in gzclose() function
H A Dzconf.h70 # define gzclose z_gzclose macro
/third_party/zlib/contrib/iostream2/
H A Dzstream.h81 int r = ::gzclose(m_fp); in close()
203 int r = ::gzclose(m_fp); m_fp = 0; return r; in close()
/third_party/toybox/toys/lsb/
H A Dgzip.c94 if (gzclose(gz) != Z_OK) perror_msg("gzclose"), err++; in do_deflate()
/third_party/zlib/contrib/iostream/
H A Dzfstream.cpp107 gzclose( file ); in close()
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h56 # define gzclose z_gzclose macro
/third_party/zlib/contrib/iostream3/
H A Dzfstream.cc117 if (gzclose(file) < 0) in close()

Completed in 13 milliseconds

12