Searched refs:_check_integrity (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D19_cache.t30 print $o->_check_integrity($file, $V) ? "ok $N\n" : "not ok $N\n";
179 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
H A D05_size.t111 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
H A D25_gen_nocache.t120 print $o->_check_integrity($file, $ENV{INTEGRITY})
H A D33_defer_vs.t94 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
H A D01_gen.t148 print $o->_check_integrity($file, $ENV{INTEGRITY})
H A D15_pushpop.t105 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
H A D17_misc_meth.t117 print $o->_check_integrity($file, $ENV{INTEGRITY}) ? "ok $N\n" : "not ok $N\n";
H A D31_autodefer.t153 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
H A D40_abs_cache.t134 unless ($h->_check_integrity) {
267 print $h->_check_integrity ? "ok $N\n" : "not ok $N\n";
H A D10_splice_rs.t186 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
H A D20_cache_full.t202 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
H A D22_autochomp.t134 print $o->_check_integrity($file, $ENV{INTEGRITY})
H A D04_splice.t234 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
H A D26_twrite.t342 print $o->_check_integrity($file, $ENV{INTEGRITY})
H A D29_downcopy.t347 print $o->_check_integrity($file, $ENV{INTEGRITY})
H A D29a_upcopy.t194 print $o->_check_integrity($file, $ENV{INTEGRITY})
H A D32_defer_misc.t131 # my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
177 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
H A D30_defer.t244 # my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
297 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm195 die "STORE called from _check_integrity!" if $DIAGNOSTIC;
1276 # Utility function for _check_integrity
1290 sub _check_integrity { subroutine
1370 $good = 0 unless $self->{cache}->_check_integrity;
1677 sub _check_integrity { # For CACHE subroutine
1682 $self->[HEAP]->_check_integrity or $good = 0;
1941 sub _check_integrity { subroutine

Completed in 36 milliseconds