Home
last modified time | relevance | path

Searched refs:gzerror (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c314 static const char *gzerror(gzFile gz, int *err) { in gzerror() function
356 if (len != (int)buf_len) error(gzerror(out, &err)); in gz_compress_mmap()
388 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err)); in gz_compress()
404 if (len < 0) error (gzerror(in, &err)); in gz_uncompress()
H A Dexample.c106 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err)); in test_gzio()
110 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err)); in test_gzio()
124 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err)); in test_gzio()
153 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err)); in test_gzio()
/freebsd/lib/libz/
H A DSymbol.map77 gzerror;
/freebsd/sys/contrib/zlib/
H A Dzconf.h100 # define gzerror z_gzerror macro
H A Dgzlib.c515 const char * ZEXPORT gzerror(gzFile file, int *errnum) { in gzerror() function
H A Dzlib.h1778 ZEXTERN const char * ZEXPORT gzerror(gzFile file, int *errnum);
H A DChangeLog41 - Clarify the use of errnum in gzerror()
547 - Don't set error code in gzerror() if passed pointer is NULL
587 - Note in zlib.h that gzerror() should be used to distinguish from EOF
709 - Fix gzerror() error report on empty input file [Brown]
769 - Add comments to zlib.h about gzerror() usage [Brown]
1438 - zlibVersion and gzerror return const char* (needed for DLL)
1669 - added gzerror()
H A Dzconf.h.in81 # define gzerror z_gzerror macro
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c97 (void) gzerror(fp, &error); in read_map()
216 (void) gzerror(fp, &error); in write_map()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c492 const char * ZEXPORT gzerror(gzFile file, int *errnum) { in gzerror() function
/freebsd/contrib/mandoc/
H A Dread.c522 (void)gzerror(gz, &gzerrnum); in read_whole_file()