Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs1080 static int store_other(pTHX_ stcxt_t *cxt, SV *sv);
1093 (sv_store_t)store_other, /* svis_OTHER */
2582 return store_other(aTHX_ cxt, (SV*)cv); in store_code()
2596 return store_other(aTHX_ cxt, (SV*)cv); in store_code()
3357 static int store_other(pTHX_ stcxt_t *cxt, SV *sv) in store_other() function