OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gzFile
(Results
1 - 5
of
5
) sorted by relevancy
/src/common/dist/zlib/test/
minigzip.c
168
} *
gzFile
;
170
static
gzFile
gz_open(const char *path, int fd, const char *mode) {
171
gzFile
gz;
204
static
gzFile
gzopen(const char *path, const char *mode) {
208
static
gzFile
gzdopen(int fd, const char *mode) {
212
static int gzwrite(
gzFile
gz, const void *buf, unsigned len) {
230
static int gzread(
gzFile
gz, void *buf, unsigned len) {
261
static int gzclose(
gzFile
gz) {
286
static const char *gzerror(
gzFile
gz, int *err) {
308
static int gz_compress_mmap(FILE *in,
gzFile
out)
[
all
...]
/src/sys/net/
zlib.h
962
typedef voidp
gzFile
;
964
ZEXTERN
gzFile
ZEXPORT gzopen(const char *, const char *);
980
ZEXTERN
gzFile
ZEXPORT gzdopen(int, const char *);
982
gzdopen() associates a
gzFile
with the file descriptor fd. File
986
The next call of gzclose on the returned
gzFile
will also close the
993
ZEXTERN int ZEXPORT gzsetparams(
gzFile
, int, int);
1001
ZEXTERN int ZEXPORT gzread(
gzFile
, voidp, unsigned);
1009
ZEXTERN int ZEXPORT gzwrite(
gzFile
, const voidp, unsigned);
1016
ZEXTERN int ZEXPORTVA gzprintf(
gzFile
, const char *, ...)
1024
ZEXTERN int ZEXPORT gzputs(
gzFile
, const char *)
[
all
...]
/src/common/dist/zlib/
zlib.h
1307
typedef struct gzFile_s *
gzFile
; /* semi-opaque gzip file descriptor */
1310
ZEXTERN
gzFile
ZEXPORT gzopen(const char *path, const char *mode);
1341
insufficient memory to allocate the
gzFile
state, or if an invalid mode was
1347
ZEXTERN
gzFile
ZEXPORT gzdopen(int fd, const char *mode);
1349
Associate a
gzFile
with the file descriptor fd. File descriptors are
1353
The next call of gzclose on the returned
gzFile
will also close the file
1364
gzFile
state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1370
ZEXTERN int ZEXPORT gzbuffer(
gzFile
file, unsigned size);
1386
ZEXTERN int ZEXPORT gzsetparams(
gzFile
file, int level, int strategy);
1397
ZEXTERN int ZEXPORT gzread(
gzFile
file, voidp buf, unsigned len)
[
all
...]
zconf.h
154
# define
gzFile
z_gzFile
zconf.h.in
150
# define
gzFile
z_gzFile
Completed in 16 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025