Lines Matching refs:STRLEN

250     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_len; /* allocated size */
289 STRLEN xpv_cur; /* length of xpv_pv as a C string */
290 STRLEN xpv_len; /* allocated size */
296 STRLEN xlv_targoff;
297 STRLEN xlv_targlen;
305 STRLEN xpv_cur; /* length of xpv_pv as a C string */
306 STRLEN xpv_len; /* allocated size */
314 STRLEN xgv_namelen;
321 STRLEN xpv_cur; /* length of xpv_pv as a C string */
322 STRLEN xpv_len; /* allocated size */
339 STRLEN xpv_cur; /* length of xpv_pv as a C string */
340 STRLEN xpv_len; /* allocated size */
369 STRLEN xpv_cur; /* length of xpv_pv as a C string */
370 STRLEN xpv_len; /* allocated size */
529 =for apidoc Am|STRLEN|SvCUR|SV* sv
532 =for apidoc Am|STRLEN|SvLEN|SV* sv
543 =for apidoc Am|void|SvCUR_set|SV* sv|STRLEN len
857 =for apidoc Am|char*|SvPV_force|SV* sv|STRLEN len
862 =for apidoc Am|char*|SvPV_force_nomg|SV* sv|STRLEN len
867 =for apidoc Am|char*|SvPV|SV* sv|STRLEN len
873 =for apidoc Am|char*|SvPVx|SV* sv|STRLEN len
909 =for apidoc Am|char*|SvPVutf8_force|SV* sv|STRLEN len
912 =for apidoc Am|char*|SvPVutf8|SV* sv|STRLEN len
918 =for apidoc Am|char*|SvPVbyte_force|SV* sv|STRLEN len
921 =for apidoc Am|char*|SvPVbyte|SV* sv|STRLEN len
927 =for apidoc Am|char*|SvPVutf8x_force|SV* sv|STRLEN len
932 =for apidoc Am|char*|SvPVutf8x|SV* sv|STRLEN len
937 =for apidoc Am|char*|SvPVbytex_force|SV* sv|STRLEN len
942 =for apidoc Am|char*|SvPVbytex|SV* sv|STRLEN len
1187 =for apidoc Am|char *|SvGROW|SV* sv|STRLEN len