Home
last modified time | relevance | path

Searched refs:gzwrite (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/
Dcz-14gzopen.t63 is $fil->gzwrite($hello), $len ;
106 is $fil->gzwrite($number), $num_len, "gzwrite returned $num_len" ;
153 is $f->gzwrite($contents), $len ;
194 is $fil->gzwrite($text), length($text) ;
229 is $fil->gzwrite($text), length $text, " gzwrite ok" ;
261 is $fil->gzwrite($text), length $text, " gzwrite" ;
297 is $fil->gzwrite($text), length $text, ' gzwrite ok' ;
333 ok $fil->gzwrite($hello) == $len ;
365 is $fil->gzwrite($hello), $len ;
406 ($fil->gzwrite($hello) == $len) &&
[all …]
Dcz-08encoding.t104 is $fil->gzwrite(Encode::encode_utf8($s)), $byte_len, " wrote $byte_len bytes" ;
137 eval { $fil->gzwrite($a); } ;
138 like($@, qr/Wide character in gzwrite/, " wide characters in gzwrite");
Dcz-06gzsetp.t67 is $x->gzwrite($hello), $len_hello, "gzwrite returned $len_hello" ;
78 is $x->gzwrite($goodbye), $len_goodbye, "gzwrite returned $len_goodbye" ;
Dcz-03zlib-v1.t531 is $fil->gzwrite($data), length $data ;
560 ok $fil->gzwrite($buffer) == length $buffer ;
1201 is $fil->gzwrite($data1), length $data1, "write data1" ;
1210 is $fil->gzwrite($data2), length $data2, "write data2" ;
1235 is $fil->gzwrite($data1), length $data1, "write data1" ;
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Zlib/
DZlib.pm412 *IO::Handle::gzwrite = \&gzwrite_external;
423 *gzwrite = \&Compress::Zlib::gzwrite;
538 return $self->{'file'}->gzwrite(substr($buf,$offset,$length));
/openbsd/src/lib/libz/
DSymbols.list63 gzwrite
DMakefile6 gzread.c gzwrite.c infback.c inffast.c inflate.c inftrees.c \
Dzconf.h101 # define gzwrite z_gzwrite macro
DChangeLog55 - Avoid some conversion warnings in gzread.c and gzwrite.c
117 - Fix bug in gzwrite.c that produced corrupt gzip files
135 - Loop on write() calls in gzwrite.c in case of non-blocking I/O
166 - Add casts in gzwrite.c for pointer differences
189 - Fix bug in gzclose() when gzwrite() runs out of memory
231 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory
363 - Fix gzwrite.c to accommodate reduced memory zlib compilation
520 - Fix bug in void-returning vsprintf() case in gzwrite.c
538 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c
570 - Return zero for gzwrite() errors to match zlib.h description
[all …]
Dzlib.h1466 ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len);
Dgzwrite.c237 int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) { in gzwrite() function
/openbsd/src/usr.sbin/smtpd/
Dcompress_gzip.c125 if (gzwrite(gzf, ibuf, r) != r) in compress_gzip_file()
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dzconf.h102 # define gzwrite z_gzwrite macro
Dzlib.h1451 ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len);
/openbsd/src/sys/lib/libz/
Dzconf.h101 # define gzwrite z_gzwrite macro
Dzlib.h1466 ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len);
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
DZlib.pm194 sub Compress::Zlib::gzFile::gzwrite
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DTarzip.pm82 $gz->gzwrite($buffer)