Lines Matching full:strict
9 use strict;
72 -Strict => 0,
125 -strict => 0,
314 #-Strict => 1,
421 eval {$x = IO::Compress::Gzip->new( \$buffer, -ExtraField => $input, Strict => 1 ); };
432 Strict => 0 )
440 Strict => 0,
577 ok ! IO::Uncompress::Gunzip->new( \$buffer, -Transparent => 0, Strict => 1 )
590 my $z = IO::Compress::Gzip->new(\$x, ExtraField => $store, Strict => 0) ;
593 my $gunz = IO::Uncompress::Gunzip->new( \$x, Strict => 0 );
618 -Strict => 0,
624 -Strict => 1 );
628 -Strict => 0 );
648 -Strict => 0,
652 -Strict => 0 );
669 -Strict => 0,
673 ok ! IO::Uncompress::Gunzip->new( \$x, Strict => 1,
677 ok my $gunzip = IO::Uncompress::Gunzip->new( \$x, Strict => 0 );
697 -Strict => 0,
701 -Strict => 0 );
718 ok my $x = IO::Compress::Gzip->new( \$truncated, -HeaderCRC => 1, Strict => 0,
830 -Strict => 1 );
848 foreach my $strict (0, 1)
850 ok my $gunz = IO::Uncompress::Gunzip->new( $name, Append => 1, -Strict => $strict );
854 if ($strict)
881 foreach my $strict (0, 1)
885 -Strict => $strict );
889 if ($strict)
916 foreach my $strict (0, 1)
920 -Strict => $strict );
924 if ($strict)
951 foreach my $strict (0, 1)
955 -Strict => $strict );
959 if ($strict)