Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/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
/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/
H A Dblessed.t436 …like($msg, qr/Unexpected object type \(GLOB\) of class 'GlobHooked' in store_hook\(\) calling Glob…
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs3555 static int store_hook( in store_hook() function
4077 return store_hook(aTHX_ cxt, sv, type, pkg, hook); in store_blessed()