Searched refs:STORABLE_freeze (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Drecurse.t38 sub STORABLE_freeze { subroutine
41 die "STORABLE_freeze" unless Storable::is_storing;
64 sub STORABLE_freeze { subroutine
91 sub STORABLE_freeze { subroutine
120 sub STORABLE_freeze { subroutine
211 sub STORABLE_freeze { subroutine
257 sub STORABLE_freeze { subroutine
283 # STORABLE_freeze hook correct? [ID 20020601.005]
304 sub STORABLE_freeze { subroutine
H A Dblessed.t46 sub STORABLE_freeze { subroutine
122 sub STORABLE_freeze { subroutine
173 sub STORABLE_freeze { subroutine
H A Dtied_hook.t63 sub STORABLE_freeze { subroutine
105 sub STORABLE_freeze { subroutine
137 sub STORABLE_freeze { subroutine
228 sub STORABLE_freeze { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm638 =item C<STORABLE_freeze> I<obj>, I<cloning>
661 sub STORABLE_freeze {
680 The other arguments should look familiar if you know C<STORABLE_freeze>:
682 is the serialized string you returned to the engine in C<STORABLE_freeze>,
715 Returns true if within a store operation (via STORABLE_freeze hook).
750 That's why C<STORABLE_freeze> lets you provide a list of references
755 In the above [A, C] example, the C<STORABLE_freeze> hook could return:

Completed in 18 milliseconds