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

12

/external/pdfium/third_party/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
H A Dzconf.h62 # define gzclose z_gzclose macro
/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"
H A Dzconf.h62 # define gzclose z_gzclose macro
H A Dzlib.h1270 The next call of gzclose on the returned gzFile will also close the file
1276 double-close()ing the file descriptor. Both gzclose() and fclose() will
1332 of an incomplete gzip stream. This error is deferred until gzclose(), which
1334 stream. Alternatively, gzerror can be used before gzclose to detect this
1511 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1516 gzclose must not be called more than once on the same file, just as free
1519 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1527 Same as gzclose(), but gzclose_r() is only for use when reading, and
1529 using these instead of gzclose() is that they avoid linking in zlib
1531 writing respectively. If gzclose() i
[all...]
/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
H A Dexample.pas118 gzclose(zfile);
176 gzclose(zfile);
/external/pdfium/third_party/
H A Dpdfiumzlib.mk22 zlib_v128/gzclose.c \
/external/elfutils/libdwfl/
H A Dgzip.c286 gzclose (state.zf);
298 gzclose (state.zf);
306 gzclose (state.zf);
314 gzclose (state.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/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");
H A Dexample.c142 gzclose(file);
191 gzclose(file);
/external/kmod/libkmod/
H A Dlibkmod-file.c221 gzclose(file->gzf);
230 gzclose(file->gzf); /* closes file->fd */
/external/syslinux/com32/include/
H A Dzconf.h55 # define gzclose z_gzclose macro
H A Dzlib.h1196 The next call of gzclose on the returned gzFile will also close the file
1413 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1418 gzclose must not be called more than once on the same file, just as free
1421 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1428 Same as gzclose(), but gzclose_r() is only for use when reading, and
1430 using these instead of gzclose() is that they avoid linking in zlib
1432 writing respectively. If gzclose() is used, then both compression and
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp107 gzclose( file );
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc117 if (gzclose(file) < 0)
/external/zlib/
H A Dzconf.h62 # define gzclose z_gzclose macro
H A Dzlib.h1270 The next call of gzclose on the returned gzFile will also close the file
1276 double-close()ing the file descriptor. Both gzclose() and fclose() will
1332 of an incomplete gzip stream. This error is deferred until gzclose(), which
1334 stream. Alternatively, gzerror can be used before gzclose to detect this
1511 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1516 gzclose must not be called more than once on the same file, just as free
1519 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1527 Same as gzclose(), but gzclose_r() is only for use when reading, and
1529 using these instead of gzclose() is that they avoid linking in zlib
1531 writing respectively. If gzclose() i
[all...]
/external/zlib/src/contrib/untgz/
H A Duntgz.c572 if (gzclose(in) != Z_OK)
573 error("failed gzclose");

Completed in 297 milliseconds

12