Lines Matching defs:shared
119 Perl_he_dup(pTHX_ HE *e, bool shared, CLONE_PARAMS* param)
134 HeNEXT(ret) = he_dup(HeNEXT(e),shared, param);
141 else if (shared)
608 /* Not enough shared hash key scalars around to make this worthwhile
648 need. As keys are shared we can't just write to the
962 /* Not enough shared hash key scalars around to make this worthwhile
1181 /* Not shared, so simply write the new hash in. */
1324 bool shared = !!HvSHAREKEYS(ohv);
1349 = shared ? share_hek_flags(key, len, hash, flags)
1847 algorithm. Hence we can't return a shared string scalar, as
1931 /* possibly free a shared string if no one has access to it
1947 /* possibly free a shared string if no one has access to it
2024 "Attempt to free non-existent shared string '%s'%s",
2077 Can't rehash the shared string table, so not sure if it's worth