Searched refs:stashnamelen (Results 1 – 1 of 1) sorted by relevance
3001 STRLEN stashnamelen = 0; /* hush, gcc */ in Perl_sv_2pv_flags() local3009 stashnamelen = HEK_LEN(name); in Perl_sv_2pv_flags()3018 stashnamelen = 8; in Perl_sv_2pv_flags()3020 len = stashnamelen + 1 /* = */ + typelen + 3 /* (0x */ in Perl_sv_2pv_flags()3045 retval -= stashnamelen; in Perl_sv_2pv_flags()3046 memcpy(retval, stashname, stashnamelen); in Perl_sv_2pv_flags()