Searched refs:STRLEN (Results 1 - 25 of 76) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c95 do_encode(encpage_t * enc, const U8 * src, STRLEN * slen, U8 * dst,
96 STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen)
112 STRLEN n;
136 if (term && (STRLEN)(d-dlast) == tlen && memEQ(dlast, term, tlen)) {
H A DEncode.xs62 int check, STRLEN * offset, SV * term, int * retcode)
64 STRLEN slen;
66 STRLEN tlen = slen;
67 STRLEN ddone = 0;
68 STRLEN sdone = 0;
74 STRLEN dlen = SvLEN(dst)-1;
76 STRLEN trmlen = 0;
108 STRLEN more = 0; /* make sure you initialize! */
109 STRLEN sleft;
123 more = (STRLEN)((1.
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A Dencode.h78 extern int do_encode(encpage_t *enc, const U8 *src, STRLEN *slen,
79 U8 *dst, STRLEN dlen, STRLEN *dout, int approx,
80 const U8 *term, STRLEN tlen);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.xs35 STRLEN n_a;
56 STRLEN n_a;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.xs29 static void put_op_bitspec (pTHX_ char *optag, STRLEN len, SV *opset);
30 static SV *get_op_bitspec (pTHX_ char *opname, STRLEN len, int fatal);
45 STRLEN len;
78 put_op_bitspec(pTHX_ char *optag, STRLEN len, SV *mask)
101 get_op_bitspec(pTHX_ char *opname, STRLEN len, int fatal)
154 else if (SvCUR(opset) != (STRLEN)opset_len) err = "wrong size";
181 else if (SvPOK(bitspec) && SvCUR(bitspec) == (STRLEN)opset_len) {
183 STRLEN len;
203 STRLEN len;
341 STRLEN le
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoop.c32 STRLEN len;
64 STRLEN ulen;
99 STRLEN len;
118 STRLEN ulen;
143 STRLEN len, rlen = 0;
205 STRLEN len;
249 STRLEN len;
303 STRLEN len;
367 STRLEN clen = d - dstart;
368 STRLEN nle
[all...]
H A Dutf8.c83 STRLEN len = UNISKIP(uv);
170 =for apidoc A|STRLEN|is_utf8_char|U8 *s
178 STRLEN
182 STRLEN slen, len;
211 if ((STRLEN)UNISKIP(uv) < len)
218 =for apidoc A|bool|is_utf8_string|U8 *s|STRLEN len
229 Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
233 STRLEN c;
260 =for apidoc A|bool|is_utf8_string_loc|U8 *s|STRLEN len|U8 **p
269 Perl_is_utf8_string_loc(pTHX_ U8 *s, STRLEN le
[all...]
H A Dnumeric.c139 Perl_grok_bin(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result) {
141 STRLEN len = *len_p;
253 Perl_grok_hex(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result) {
255 STRLEN len = *len_p;
350 Perl_grok_oct(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result) {
352 STRLEN len = *len_p;
446 Perl_scan_bin(pTHX_ char *start, STRLEN len, STRLEN *retlen)
457 Perl_scan_oct(pTHX_ char *start, STRLEN len, STRLEN *retle
[all...]
H A Dthrdvar.h71 =for apidoc Amn|STRLEN|PL_na
81 PERLVAR(Tna, STRLEN) /* for use in SvPV when length is
165 PERLVAR(Tefloatsize, STRLEN)
221 PERLVAR(Treg_oldsavedlen, STRLEN) /* old length of saved substr during match */
225 PERLVAR(Treg_poscache_size, STRLEN) /* size of pos cache of WHILEM */
H A Dproto.h59 PERL_CALLCONV void Perl_apply_attrs_string(pTHX_ char *stashpv, CV *cv, char *attrstr, STRLEN len);
164 PERL_CALLCONV OP* Perl_die_where(pTHX_ char* message, STRLEN msglen);
241 PERL_CALLCONV GV* Perl_gv_autoload4(pTHX_ HV* stash, const char* name, STRLEN len, I32 method);
247 PERL_CALLCONV GV* Perl_gv_fetchmeth(pTHX_ HV* stash, const char* name, STRLEN len, I32 level);
248 PERL_CALLCONV GV* Perl_gv_fetchmeth_autoload(pTHX_ HV* stash, const char* name, STRLEN len, I32 level);
255 PERL_CALLCONV void Perl_gv_init(pTHX_ GV* gv, HV* stash, const char* name, STRLEN len, int multi);
293 PERL_CALLCONV bool Perl_is_gv_magical(pTHX_ char *name, STRLEN len, U32 flags);
312 PERL_CALLCONV UV Perl_to_uni_upper(pTHX_ UV c, U8 *p, STRLEN *lenp);
313 PERL_CALLCONV UV Perl_to_uni_title(pTHX_ UV c, U8 *p, STRLEN *lenp);
314 PERL_CALLCONV UV Perl_to_uni_lower(pTHX_ UV c, U8 *p, STRLEN *len
[all...]
H A Dsv.h250 STRLEN xpv_cur; /* length of xpv_pv as a C string */
251 STRLEN xpv_len; /* allocated size */
256 STRLEN xpv_cur; /* length of xpv_pv as a C string */
257 STRLEN xpv_len; /* allocated size */
263 STRLEN xpv_cur; /* length of xpv_pv as a C string */
264 STRLEN xpv_len; /* allocated size */
270 STRLEN xpv_cur; /* length of xpv_pv as a C string */
271 STRLEN xpv_len; /* allocated size */
279 STRLEN xpv_cur; /* length of xpv_pv as a C string */
280 STRLEN xpv_le
[all...]
H A Dlocale.c64 STRLEN len = u - s;
564 Perl_mem_collxfrm(pTHX_ const char *s, STRLEN len, STRLEN *xlen)
567 STRLEN xAlloc, xin, xout; /* xalloc is a reserved word in VC */
586 if ((STRLEN)xused < xAlloc - xout)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.xs91 if ((STRLEN) s->posn > SvCUR(s->var)) {
92 (void) SvGROW(s->var, (STRLEN) s->posn);
108 char *dst = SvGROW(s->var, (STRLEN)s->posn + count);
111 SvCUR_set(s->var, (STRLEN)s->posn);
131 dst = SvGROW(sv, (STRLEN)s->posn + count);
138 if ((STRLEN) s->posn > SvCUR(sv))
139 SvCUR_set(sv, (STRLEN)s->posn);
184 if (SvCUR(s->var) > (STRLEN) s->posn)
185 return SvCUR(s->var) - (STRLEN)s->posn;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.xs94 my_sv_2pvbyte(pTHX_ register SV *sv, STRLEN *lp)
123 STRLEN eollen; /* length of the EOL sequence */
125 STRLEN rlen; /* length of result string */
200 STRLEN len;
209 STRLEN rlen = len * 3 / 4;
270 STRLEN eol_len;
271 STRLEN sv_len;
272 STRLEN linelen;
277 STRLEN p_len;
316 STRLEN max_last_lin
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.xs13 STRLEN len;
27 STRLEN len;
66 STRLEN len;
93 STRLEN len;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A DByteLoader.xs13 if (SvCUR(data->datasv) <= (STRLEN)data->next_out) {
37 STRLEN len;
97 && (len = SvCUR(data.datasv) - (STRLEN)data.next_out))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.xs254 STRLEN addrlen;
289 STRLEN sockaddr_len;
306 STRLEN len;
355 STRLEN sockaddrlen;
396 STRLEN addrlen;
423 STRLEN sockaddrlen;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs6 static I32 num_q (char *s, STRLEN slen);
7 static I32 esc_q (char *dest, char *src, STRLEN slen);
8 static I32 esc_q_utf8 (pTHX_ SV *sv, char *src, STRLEN slen);
9 static SV *sv_x (pTHX_ SV *sv, char *str, STRLEN len, I32 n);
10 static I32 DD_dump (pTHX_ SV *val, char *name, STRLEN namelen, SV *retval,
26 Perl_utf8_to_uvchr(pTHX_ U8 *s, STRLEN *retlen)
79 num_q(register char *s, register STRLEN slen)
97 esc_q(register char *d, register char *s, register STRLEN slen)
117 esc_q_utf8(pTHX_ SV* sv, register char *src, register STRLEN slen)
120 STRLEN
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs77 my_sv_2pvbyte(pTHX_ register SV *sv, STRLEN *lp)
239 MD5Transform(MD5_CTX* ctx, const U8* buf, STRLEN blocks)
389 MD5Update(MD5_CTX* ctx, const U8* buf, STRLEN len)
391 STRLEN blocks;
392 STRLEN fill = ctx->bytes_low & 0x3F;
405 STRLEN missing = 64 - fill;
428 STRLEN fill = ctx->bytes_low & 0x3F;
429 STRLEN padlen = (fill < 56 ? 56 : 120) - fill;
532 STRLEN len;
572 STRLEN my_n
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.xs71 STRLEN pos; /* position */
195 STRLEN srclen, retlen;
240 STRLEN srclen, dstlen, retlen, stk_cc_max;
244 STRLEN i, cc_pos;
338 STRLEN srclen, dstlen, tmplen, retlen;
396 STRLEN leftcur, rightcur, dstcur;
440 STRLEN srclen, retlen;
479 STRLEN srclen, retlen;
539 STRLEN srclen, retlen, canlen, canret;
564 canlen = (STRLEN)strle
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.xs22 enc_unpack(pTHX_ U8 **sp,U8 *e,STRLEN size,U8 endian)
55 enc_pack(pTHX_ SV *result,STRLEN size,U8 endian,UV value)
102 STRLEN ulen;
205 STRLEN ulen;
220 STRLEN len;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs378 int_macro_int (const char *name, STRLEN len, IV *arg_result) {
805 STRLEN len;
847 STRLEN len;
861 STRLEN len;
875 STRLEN len;
889 STRLEN len;
903 STRLEN len;
917 STRLEN len;
931 STRLEN len;
945 STRLEN le
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A Ddlutils.c121 STRLEN len;
/osnet-11/usr/src/lib/libmail/common/
H A Ds_string.c39 #define STRLEN 128UL macro
93 sp->base = sp->ptr = malloc(STRLEN);
98 sp->end = sp->base + STRLEN;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch.c160 # define STRLEN(S) strlen (S) macro
187 # define STRLEN(S) __wcslen (S) macro
191 # define STRLEN(S) wcslen (S) macro

Completed in 61 milliseconds

1234