Searched refs:my_sv (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Filter-Util-Call/ |
H A D | Call.xs | 56 SV *my_sv = FILTER_DATA(idx); in filter_call() local 64 maxlen, (IV)SvCUR(buf_sv), idx, (IV)SvCUR(my_sv), SvPVX(my_sv) ) ; in filter_call() 70 if ((n = SvCUR(my_sv))) { in filter_call() 73 out_ptr = SvPVX(my_sv) + BUF_OFFSET(my_sv) ; in filter_call() 83 BUF_OFFSET(my_sv) = 0 ; in filter_call() 84 SET_LEN(my_sv, 0) ; in filter_call() 114 SET_LEN(my_sv, 0) ; in filter_call() 115 BUF_OFFSET(my_sv) = 0 ; in filter_call() 117 if (FILTER_ACTIVE(my_sv)) in filter_call() 136 if (CODE_REF(my_sv)) { in filter_call() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/DB_File/ |
H A D | typemap | 19 SV * my_sv = $arg; 20 DBM_ckFilter(my_sv, filter_store_key, \"filter_store_key\"); 22 SvGETMAGIC(my_sv) ; 24 if (SvOK(my_sv)) 25 Value = GetRecnoKey(aTHX_ db, SvIV(my_sv)) ; 31 else if (SvOK(my_sv)) { 33 $var.data = SvPVbyte(my_sv, len); 39 SV * my_sv = $arg; 42 SvGETMAGIC(my_sv) ; 43 if (SvOK(my_sv)) { [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | Storable.xs | 393 SV *my_sv; /* the blessed scalar who's SvPVX() I am */ member 482 SV *my_sv = newRV_noinc(self); \ 486 cxt->my_sv = my_sv; \ 507 sv_setiv(perinterp_sv, PTR2IV(cxt->my_sv)) 512 sv_setiv(perinterp_sv, PTR2IV(x->my_sv)); \ 1902 cxt->prev = parent_cxt->my_sv; in allocate_context() 1926 SvREFCNT_dec(cxt->my_sv); in free_context()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | misc | 2608 use vars qw($my_sv @my_av %my_hv); 2649 $my_sv = 1; 2650 ok(&Devel::PPPort::get_sv('my_sv', 0));
|