Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs1121 static const sv_retrieve_t sv_old_retrieve[] = { variable
1460 cxt->hseen = (((void*)cxt->retrieve_vtbl == (void*)sv_old_retrieve) in init_retrieve_context()
5690 …_vtbl = (SV*(**)(pTHX_ stcxt_t *cxt, char *cname)) (version_major ? sv_retrieve : sv_old_retrieve); in magic_check()
5981 ASSERT(sizeof(sv_old_retrieve) == sizeof(sv_retrieve), in do_retrieve()
5983 ASSERT(sv_old_retrieve[SX_ERROR] == retrieve_other, in do_retrieve()