Searched refs:gzerror (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/zlib/test/ |
| H A D | minigzip.c | 314 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 D | example.c | 106 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 D | Symbol.map | 77 gzerror;
|
| /freebsd/sys/contrib/zlib/ |
| H A D | zconf.h | 100 # define gzerror z_gzerror macro
|
| H A D | gzlib.c | 515 const char * ZEXPORT gzerror(gzFile file, int *errnum) { in gzerror() function
|
| H A D | zlib.h | 1778 ZEXTERN const char * ZEXPORT gzerror(gzFile file, int *errnum);
|
| H A D | ChangeLog | 41 - 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 D | zconf.h.in | 81 # define gzerror z_gzerror macro
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | draid.c | 97 (void) gzerror(fp, &error); in read_map() 216 (void) gzerror(fp, &error); in write_map()
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | gzlib.c | 492 const char * ZEXPORT gzerror(gzFile file, int *errnum) { in gzerror() function
|
| /freebsd/contrib/mandoc/ |
| H A D | read.c | 522 (void)gzerror(gz, &gzerrnum); in read_whole_file()
|