Searched refs:newSVpvn (Results 26 - 37 of 37) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dppport.h296 To display portability information for the C<newSVpvn> function,
299 perl ppport.h --api-info=newSVpvn
1736 newSVpvn|5.004050||p
3718 #ifndef newSVpvn
3719 # define newSVpvn(data,len) ((data) \ macro
4960 sv = newSVpvn((char *) src, len);
5215 # define newSVpvs(str) newSVpvn(str "", sizeof(str) - 1)
/macosx-10.9.5/CPANInternal-140/DateTime/c/
H A Dppport.h303 To display portability information for the C<newSVpvn> function,
306 perl ppport.h --api-info=newSVpvn
1798 newSVpvn|5.004050||p
4774 #ifndef newSVpvn
4775 # define newSVpvn(data,len) ((data) \ macro
4806 SV *sv = newSVpvn(D_PPP_CONSTPV_ARG(s), len);
5342 sv = newSVpvn((char *) src, len);
5610 # define newSVpvs(str) newSVpvn(str "", sizeof(str) - 1)
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/xs/
H A Dppport.h303 To display portability information for the C<newSVpvn> function,
306 perl ppport.h --api-info=newSVpvn
1903 newSVpvn|5.004050||p
4949 #ifndef newSVpvn
4950 # define newSVpvn(data,len) ((data) \ macro
4981 SV *sv = newSVpvn(D_PPP_CONSTPV_ARG(s), len);
5523 sv = newSVpvn((char *) src, len);
5802 # define newSVpvs(str) newSVpvn(str "", sizeof(str) - 1)
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/xs/
H A Dppport.h303 To display portability information for the C<newSVpvn> function,
306 perl ppport.h --api-info=newSVpvn
1903 newSVpvn|5.004050||p
4949 #ifndef newSVpvn
4950 # define newSVpvn(data,len) ((data) \ macro
4981 SV *sv = newSVpvn(D_PPP_CONSTPV_ARG(s), len);
5523 sv = newSVpvn((char *) src, len);
5802 # define newSVpvs(str) newSVpvn(str "", sizeof(str) - 1)
/macosx-10.9.5/CPANInternal-140/PathTools/
H A Dppport.h248 To display portability information for the C<newSVpvn> function,
251 perl ppport.h --api-info=newSVpvn
1453 newSVpvn|5.006000||p
3141 #ifndef newSVpvn
3142 # define newSVpvn(data,len) ((data) \ macro
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage/
H A Dppport.h1422 newSVpvn|5.006000||p
3078 #ifndef newSVpvn
3079 # define newSVpvn(data,len) ((data) \ macro
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage-0.03/
H A Dppport.h1422 newSVpvn|5.006000||p
3078 #ifndef newSVpvn
3079 # define newSVpvn(data,len) ((data) \ macro
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Dppport.h256 To display portability information for the C<newSVpvn> function,
259 perl ppport.new.h --api-info=newSVpvn
1481 newSVpvn|5.006000||p
3201 #ifndef newSVpvn
3202 # define newSVpvn(data,len) ((data) \ macro
H A DLibXML.xs1097 key = newSVpvn("",0);
2483 RETVAL = newSVpvn( (const char *)result, len );
2626 RETVAL = newSVpvn((char *)result, (STRLEN)len);
7253 key = newSVpvn("",0);
/macosx-10.9.5/CPANInternal-140/Authen-Krb5/
H A DKrb5.xs713 XPUSHs(newSVpvn((char*)(kb->contents), kb->length));
/macosx-10.9.5/CPANInternal-140/Krb5-1.9/
H A DKrb5.xs825 XPUSHs(newSVpvn((char*)(kb->contents), kb->length));
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A DValidate.xs883 copy = sv_2mortal(newSVpvn(rawstr + len_sl, len - len_sl));

Completed in 222 milliseconds

12