Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/
H A Dstore.t95 retrieve_code => "\x70\x73\x74\x30\x05\x0a\x19\xf0\x00\xff\xe8\x03\x1a\x0a\x0e\x01",
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs1473 static SV *retrieve_code(pTHX_ stcxt_t *cxt, const char *cname);
1509 (sv_retrieve_t)retrieve_code, /* SX_CODE */
6637 static SV *retrieve_code(pTHX_ stcxt_t *cxt, const char *cname) in retrieve_code() function
H A DChangeLog296 - Fix NULL ptr SEGVs with retrieve_code and retrieve_other.