Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/MIME-Base64/
DBase64.xs319 STRLEN sv_len; variable
343 beg = SvPV(sv, sv_len);
344 end = beg + sv_len;
346 RETVAL = newSV(sv_len + 1);
414 STRLEN expected_len = (SvCUR(RETVAL) * sv_len) / (p - beg);
/openbsd/src/usr.bin/vi/common/
Dcut.h44 size_t sv_len; /* 0-N: Saved line length. */ member
/openbsd/src/usr.bin/vi/vi/
Dv_txt.c725 tp->sv_len = tp->len; in v_txt()
1803 ntp->len = ntp->sv_len; in txt_backup()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007708 sv_len # T
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/
DEncode.xs1076 … if (SvOK(new_octets) && (!check || SvROK(check) || !SvTRUE_nomg(check) || sv_len(string) == 0)) {
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
DZlib.xs1167 else if (sv_len(dictionary)) {
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod192 strlen(s) sv_len(sv)
Dperl5180delta.pod2341 C<sv_len> now always returns a byte count and C<sv_len_utf8> a character
2342 count. Previously, C<sv_len> and C<sv_len_utf8> were both buggy and would
Dperlhacktips.pod429 constructs mean, such as L<perlapi/C<sv_len>>. Awkward (and
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50030071404 sv_len # T
/openbsd/src/gnu/usr.bin/perl/
Dpp_sys.c2206 mXPUSHi(sv_len(sv));
Dperlio.c1126 s->posn = SvOK(s->var) ? sv_len(s->var) : 0; in PerlIOScalar_pushed()
Dpp_ctl.c6797 upstream = ((SvOK(buf_sv) && sv_len(buf_sv)) || SvGMAGICAL(buf_sv)) in S_run_user_filter()
Dembed.h696 # define sv_len(a) Perl_sv_len(aTHX_ a) macro
Dembed.fnc3199 Adp |STRLEN |sv_len |NULLOK SV * const sv
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1881 Apd |STRLEN |sv_len |NULLOK SV *const sv