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 D | 19_cache.t | 30 print $o->_check_integrity($file, $V) ? "ok $N\n" : "not ok $N\n"; 179 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
|
H A D | 05_size.t | 111 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
|
H A D | 25_gen_nocache.t | 120 print $o->_check_integrity($file, $ENV{INTEGRITY})
|
H A D | 33_defer_vs.t | 94 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
|
H A D | 01_gen.t | 148 print $o->_check_integrity($file, $ENV{INTEGRITY})
|
H A D | 15_pushpop.t | 105 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
|
H A D | 17_misc_meth.t | 117 print $o->_check_integrity($file, $ENV{INTEGRITY}) ? "ok $N\n" : "not ok $N\n";
|
H A D | 31_autodefer.t | 153 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
|
H A D | 40_abs_cache.t | 134 unless ($h->_check_integrity) { 267 print $h->_check_integrity ? "ok $N\n" : "not ok $N\n";
|
H A D | 10_splice_rs.t | 186 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
|
H A D | 20_cache_full.t | 202 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
|
H A D | 22_autochomp.t | 134 print $o->_check_integrity($file, $ENV{INTEGRITY})
|
H A D | 04_splice.t | 234 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
|
H A D | 26_twrite.t | 342 print $o->_check_integrity($file, $ENV{INTEGRITY})
|
H A D | 29_downcopy.t | 347 print $o->_check_integrity($file, $ENV{INTEGRITY})
|
H A D | 29a_upcopy.t | 194 print $o->_check_integrity($file, $ENV{INTEGRITY})
|
H A D | 32_defer_misc.t | 131 # my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY}); 177 my $integrity = $o->_check_integrity($file, $ENV{INTEGRITY});
|
H A D | 30_defer.t | 244 # 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 D | File.pm | 195 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 65 milliseconds