Searched refs:DESTROY (Results 51 - 75 of 82) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs348 DESTROY(self)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm52 sub DESTROY {} subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs577 DESTROY(sigset)
624 DESTROY(termios_ref)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm502 sub DESTROY { subroutine
H A Dxsubpp352 sub DESTROY {
1379 } elsif (defined($class) and $func_name eq "DESTROY") {
1733 $tk =~ s/OBJ$/REF/ if $func_name =~ /DESTROY$/;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm321 sub DESTROY subroutine
H A DSMTP.pm476 sub DESTROY subroutine
H A DNNTP.pm680 sub DESTROY subroutine
H A DPing.pm739 sub DESTROY { subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.pm13 my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK END DESTROY AUTOLOAD };
H A DDB.pm67 if ($DB::sub =~ /(?:^|::)DESTROY$/ or not defined wantarray) {
H A DSelfLoader.pm28 # Or, this maybe an automatic DESTROY method call when none exists.
33 if (!$SL_code and $AUTOLOAD =~ m/::DESTROY$/);
H A DCGI.pm374 # We provide a DESTROY method so that we can ensure that
375 # temporary files are closed (via Fh->DESTROY) before they
376 # are unlinked (via CGITempFile->DESTROY) because it is not
378 # call DESTROY on each, rather than just undefing them and
379 # letting Perl DESTROY them by garbage collection, in case the
381 sub DESTROY { subroutine
385 $href->{hndl}->DESTROY if defined $href->{hndl};
386 $href->{name}->DESTROY if defined $href->{name};
856 $code = "sub $AUTOLOAD { }" if (!$code and $func_name eq 'DESTROY');
3665 sub DESTROY { subroutine
3735 sub DESTROY {} subroutine
4023 sub DESTROY { subroutine
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs602 DESTROY(context)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm321 # There is no need for DESTROY to do anything, because when the
324 # attempts to autoload DESTROY, we here define it to do nothing.
326 sub DESTROY {} subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm74 sub DESTROY { subroutine
76 $obj->erase('DESTROY') if $obj->{Erase};
107 if ($action and $action eq 'DESTROY') {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm51 sub DESTROY { } subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm1258 # avoid Config..Exporter..UNIVERSAL search for DESTROY then AUTOLOAD
1259 sub DESTROY { } subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm1258 # avoid Config..Exporter..UNIVERSAL search for DESTROY then AUTOLOAD
1259 sub DESTROY { } subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1007 =item B<DESTROY>
1018 sub DESTROY { subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm109 sub DESTROY {} subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm314 sub DESTROY { subroutine
H A DC.pm1842 foreach my $m (qw(new DESTROY TIESCALAR TIEARRAY TIEHASH TIEHANDLE))
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm155 sub DESTROY {} subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1517 DESTROY(self)
1524 PERL_ASSERTMSG(mg != 0, "DESTROY: lost ~ magic");

Completed in 272 milliseconds

1234