HomeSort by: relevance | last modified time | path
    Searched refs:gzclose (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sbin/savecore/
zopen.c 38 return funopen(gz, xgzread, NULL, NULL, (int (*)(void *))gzclose);
40 return funopen(gz, NULL, xgzwrite, NULL, (int (*)(void *))gzclose);
  /src/common/dist/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(gzFile 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"
zconf.h 74 # define gzclose z_gzclose macro
zlib.h 1353 The next call of gzclose on the returned gzFile will also close the file
1359 double-close()ing the file descriptor. Both gzclose() and fclose() will
1416 of an incomplete gzip stream. This error is deferred until gzclose(), which
1418 stream. Alternatively, gzerror can be used before gzclose to detect this
1636 ZEXTERN int ZEXPORT gzclose(gzFile file);
1641 gzclose must not be called more than once on the same file, just as free
1644 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1652 Same as gzclose(), but gzclose_r() is only for use when reading, and
1654 using these instead of gzclose() is that they avoid linking in zlib
1656 writing respectively. If gzclose() is used, then both compression an
    [all...]
zconf.h.cmakein 72 # define gzclose z_gzclose
zconf.h.in 70 # define gzclose z_gzclose
  /src/common/dist/zlib/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
  /src/distrib/utils/zcat/
Makefile 18 SRCS= zcat.c gzread.c gzclose.c gzlib.c inflate.c
zcat.c 74 if (gzclose(in) != Z_OK)
75 error("failed gzclose");
  /src/common/dist/zlib/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
  /src/common/dist/zlib/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
example.pas 118 gzclose(zfile);
176 gzclose(zfile);
  /src/lib/libz/
Makefile 17 gzlib.c gzread.c gzclose.c
  /src/common/dist/zlib/test/
minigzip.c 261 static int gzclose(gzFile gz) { function
332 if (gzclose(out) != Z_OK) error("failed gzclose");
363 if (gzclose(out) != Z_OK) error("failed gzclose");
385 if (gzclose(in) != Z_OK) error("failed gzclose");
example.c 108 gzclose(file);
157 gzclose(file);
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 24 private static extern int gzclose(IntPtr gzFile); method in class:DotZLib.GZipStream
135 gzclose(_gzFile);
  /src/common/dist/zlib/contrib/iostream2/
zstream.h 81 int r = ::gzclose(m_fp);
203 int r = ::gzclose(m_fp); m_fp = 0; return r;
  /src/common/dist/zlib/contrib/iostream/
zfstream.cpp 107 gzclose( file );
  /src/common/dist/zlib/contrib/iostream3/
zfstream.cc 117 if (gzclose(file) < 0)
  /src/sys/net/
zlib.h 986 The next call of gzclose on the returned gzFile will also close the
1110 ZEXTERN int ZEXPORT gzclose(gzFile);
  /src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c 377 gzclose(gzf);
547 gzclose(gzf);
767 gzclose(gzf);
  /src/common/dist/zlib/contrib/untgz/
untgz.c 571 if (gzclose(in) != Z_OK)
572 error("failed gzclose");
  /src/libexec/makewhatis/
makewhatis.c 857 (void)gzclose(in);
1121 (void) gzclose(in);

Completed in 65 milliseconds

1 2