Searched refs:streamCount (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/ |
| D | multi.pl | 133 is $gz->streamCount(), $i +1, " streamCount ok " . ($i +1) 134 or diag "Stream count is " . $gz->streamCount(); 172 is $gz->streamCount(), $i +1, " streamCount ok " . ($i +1) 173 or diag "Stream count is " . $gz->streamCount(); 217 is $gz->streamCount(), $stream, " streamCount is $stream" 218 or diag "Stream count is " . $gz->streamCount(); 220 … or diag "Stream count is " . $gz->streamCount(); ; 236 is $gz->streamCount(), $i+1, " streamCount is ok" 237 or diag "Stream count is " . $gz->streamCount(); 248 is $gz->streamCount(), $i +1, " streamCount ok" [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/ |
| D | Base.pm | 1085 sub streamCount subroutine
|