Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Storable/t/
H A Dattach_errors.t49 sub STORABLE_freeze { subroutine
76 sub STORABLE_freeze { subroutine
117 sub STORABLE_freeze { subroutine
158 sub STORABLE_freeze { subroutine
196 sub STORABLE_freeze { subroutine
237 sub STORABLE_freeze { subroutine
286 sub STORABLE_freeze { subroutine
H A Dblessed.t59 sub STORABLE_freeze { subroutine
135 sub STORABLE_freeze { subroutine
193 sub STORABLE_freeze { subroutine
232 sub STORABLE_freeze { subroutine
281 sub STORABLE_freeze { $_[0] = "foo"; } subroutine
292 sub STORABLE_freeze { () } subroutine
339 sub STORABLE_freeze { subroutine
364 sub STORABLE_freeze { subroutine
369 sub STORABLE_freeze { subroutine
423 sub STORABLE_freeze { subroutine
[all …]
H A Drecurse.t33 sub STORABLE_freeze { subroutine
59 sub STORABLE_freeze { subroutine
86 sub STORABLE_freeze { subroutine
115 sub STORABLE_freeze { subroutine
206 sub STORABLE_freeze { subroutine
252 sub STORABLE_freeze { subroutine
299 sub STORABLE_freeze { subroutine
H A Dtied_hook.t59 sub STORABLE_freeze { subroutine
101 sub STORABLE_freeze { subroutine
133 sub STORABLE_freeze { subroutine
227 sub STORABLE_freeze { subroutine
H A Dleaks.t26 sub STORABLE_freeze {
42 sub STORABLE_freeze {
H A Dattach.t30 sub STORABLE_freeze {
H A Dcircular_hook.t59 sub STORABLE_freeze { subroutine
H A Dattach_singleton.t73 sub STORABLE_freeze { subroutine
H A Dhugeids.t327 sub STORABLE_freeze {
360 sub STORABLE_freeze {
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/
H A DBzip2.pm93 sub Compress::Raw::Bzip2::STORABLE_freeze
105 sub Compress::Raw::Bunzip2::STORABLE_freeze
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/
H A DZlib.pm429 sub Compress::Raw::Zlib::deflateStream::STORABLE_freeze
480 sub Compress::Raw::Zlib::inflateStream::STORABLE_freeze
/openbsd/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/
H A DRefHash.pm142 sub STORABLE_freeze { subroutine
/openbsd/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.pm577 sub STORABLE_freeze subroutine
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DChangeLog99 STORABLE_freeze() are detected correctly (detected by Coverity)
182 - zero length data receievd from STORABLE_freeze() no longer
193 STORABLE_freeze/_thaw/attach() (perl #25933)
546 being lost at freeze time on the first object with a STORABLE_freeze
763 - Fixed severe "object lost" bug for STORABLE_freeze returns,
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5180delta.pod1512 Modifying C<$_[0]> within C<STORABLE_freeze> no longer results in crashes
1522 C<STORABLE_freeze()> method [perl #113880].