Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/
H A DCommon.pm500 use constant IxGot => 1 ; constant
566 $obj->[IxGot] = {} ;
593 my $got = $self->[IxGot] ;
778 return $_[0]->[IxGot]{$_[1]}[OFF_PARSED] ;
784 return $_[0]->[IxGot]{$_[1]}[OFF_FIXED] ;
788 $_[0]->[IxGot]{$_[1]}[OFF_PARSED] = 1;
789 $_[0]->[IxGot]{$_[1]}[OFF_DEFAULT] = $_[2] ;
790 $_[0]->[IxGot]{$_[1]}[OFF_FIXED] = $_[2] ;
795 return $_[0]->[IxGot]{$_[1]}[OFF_FIXED] ;
821 my $hash = $self->[IxGot] ;
[all …]