Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Socket/
DSocket.xs228 # define newSVpvn_flags(s,len,flags) my_newSVpvn_flags(aTHX_ s,len,flags)
229 static SV *my_newSVpvn_flags(pTHX_ const char *s, STRLEN len, U32 flags) in my_newSVpvn_flags() function