Searched refs:store_hook (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm175 $this->filter_store_key ( sub { store_hook($str_this, 'Store_Key') });
176 $this->filter_store_value( sub { store_hook($str_this, 'Store_Value') });
192 sub store_hook subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs2701 * store_hook -- dispatched manually, not via sv_store[]
2745 static int store_hook(
2771 TRACEME(("store_hook, class \"%s\", tagged #%d", HvNAME(pkg), cxt->tagnum));
2818 CROAK(("Unexpected object type (%d) in store_hook()", type));
2846 TRACEME(("store_hook, array holds %d items", count));
3123 * of its ancestors. If there is, then redispatch to store_hook();
3158 * Look for a hook for this blessed SV and redirect to store_hook()
3164 return store_hook(aTHX_ cxt, sv, type, pkg, hook);

Completed in 23 milliseconds