Home
last modified time | relevance | path

Searched refs:gzdopen (Results 1 - 24 of 24) sorted by relevance

/third_party/zlib/test/
H A Dminigzip.c212 static gzFile gzdopen(int fd, const char *mode) in gzdopen() function
612 file = gzdopen(fileno(stdin), "rb"); in main()
615 error("can't gzdopen stdin"); in main()
619 file = gzdopen(fileno(stdout), outmode); in main()
622 error("can't gzdopen stdout"); in main()
652 file = gzdopen(fileno(stdout), outmode); in main()
655 error("can't gzdopen stdout"); in main()
/third_party/zlib/contrib/iostream2/
H A Dzstream.h73 m_fp = ::gzdopen(fileno(fp), "rb"); in open()
191 m_fp = ::gzdopen(fileno(fp), mode); in open()
/third_party/toybox/toys/lsb/
H A Dgzip.c79 if (!(gz = gzdopen(dd ? in_fd : out_fd, b))) perror_exit("gzdopen"); in do_deflate()
/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h81 #define gzdopen Cr_z_gzdopen macro
H A Dzconf.h83 # define gzdopen z_gzdopen macro
H A Dgzlib.c286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() function
H A Dzlib.h1342 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1344 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1350 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1352 gzdopen does not close fd if it fails. If you are using fileno() to get the
1358 gzdopen returns NULL if there was insufficient memory to allocate the
1361 used until the next gz* read, write, seek, or close operation, so gzdopen
1369 gzopen() or gzdopen(), and before any other calls that read or write the
1527 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1581 reading a gzip stream from the middle of a file using gzdopen().
1591 appending or when using gzdopen() fo
[all...]
/third_party/node/deps/zlib/
H A Dchromeconf.h84 #define gzdopen Cr_z_gzdopen macro
H A Dzconf.h86 # define gzdopen z_gzdopen macro
H A Dzlib.h1344 ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode);
1352 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1354 gzdopen does not close fd if it fails. If you are using fileno() to get the
1360 gzdopen returns NULL if there was insufficient memory to allocate the
1363 used until the next gz* read, write, seek, or close operation, so gzdopen
1371 after gzopen() or gzdopen(), and before any other calls that read or write
1528 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1582 the middle of a file using gzdopen().
1592 when appending or when using gzdopen() for reading. When reading, the
1620 If gzdirect() is used immediately after gzopen() or gzdopen() i
[all...]
H A Dgzlib.c273 gzFile ZEXPORT gzdopen(int fd, const char *mode) { in gzdopen() function
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h81 #define gzdopen Cr_z_gzdopen macro
H A Dzconf.h83 # define gzdopen z_gzdopen macro
H A Dgzlib.c286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() function
H A Dzlib.h1340 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1342 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1348 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1350 gzdopen does not close fd if it fails. If you are using fileno() to get the
1356 gzdopen returns NULL if there was insufficient memory to allocate the
1359 used until the next gz* read, write, seek, or close operation, so gzdopen
1367 gzopen() or gzdopen(), and before any other calls that read or write the
1525 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1579 reading a gzip stream from the middle of a file using gzdopen().
1589 appending or when using gzdopen() fo
[all...]
/third_party/zlib/contrib/iostream/
H A Dzfstream.cpp93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL ) in attach()
/third_party/elfutils/libdwfl/
H A Dgzip.c158 state->zf = gzdopen (d, "r"); in open_stream()
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h60 # define gzdopen z_gzdopen macro
H A Dgzlib.c212 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() function
H A Dzlib.h1190 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1192 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1198 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1200 gzdopen does not close fd if it fails.
1202 gzdopen returns NULL if there was insufficient memory to allocate the
1205 used until the next gz* read, write, seek, or close operation, so gzdopen
1213 gzopen() or gzdopen(), and before any other calls that read or write the
1313 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1367 reading a gzip stream from the middle of a file using gzdopen().
1377 appending or when using gzdopen() fo
[all...]
/third_party/zlib/contrib/iostream3/
H A Dzfstream.cc89 // Build mode string for gzdopen and check it [27.8.1.3.2] in attach()
95 if ((file = gzdopen(fd, char_mode)) == NULL) in attach()
/third_party/zlib/
H A Dzconf.h74 # define gzdopen z_gzdopen macro
H A Dgzlib.c276 gzFile ZEXPORT gzdopen(int fd, const char *mode) in gzdopen() function
H A Dzlib.h1345 ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode);
1353 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1355 gzdopen does not close fd if it fails. If you are using fileno() to get the
1361 gzdopen returns NULL if there was insufficient memory to allocate the
1364 used until the next gz* read, write, seek, or close operation, so gzdopen
1372 after gzopen() or gzdopen(), and before any other calls that read or write
1529 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1583 the middle of a file using gzdopen().
1593 when appending or when using gzdopen() for reading. When reading, the
1621 If gzdirect() is used immediately after gzopen() or gzdopen() i
[all...]

Completed in 29 milliseconds