Searched refs:tmpref (Results 1 – 3 of 3) sorted by relevance
818 SV* tmpref; in sharedsv_scalar_store() local824 tmpref = newRV_inc(sobj); in sharedsv_scalar_store()825 sv_setsv_nomg(ssv, tmpref); in sharedsv_scalar_store()826 SvREFCNT_dec_NN(tmpref); in sharedsv_scalar_store()
392 my $oref = bless \(my $tmpref = []), "ThawHookDies";
7205 SV* const tmpref = newRV(sv); local7206 SvREADONLY_on(tmpref); /* DESTROY() could be naughty */7211 PUSHs(tmpref);7218 if(SvREFCNT(tmpref) < 2) {7221 SvRV_set(tmpref, NULL);7222 SvROK_off(tmpref);7224 SvREFCNT_dec_NN(tmpref);