Searched refs:needs_copy (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.c517 bool needs_copy; local
519 hv_magic_check (hv, &needs_copy, &needs_store);
520 if (needs_copy) {
783 S_hv_magic_check(pTHX_ HV *hv, bool *needs_copy, bool *needs_store) argument
786 *needs_copy = FALSE;
790 *needs_copy = TRUE;
899 bool needs_copy; local
901 hv_magic_check (hv, &needs_copy, &needs_store);
903 if (needs_copy) {
H A Dproto.h971 STATIC void S_hv_magic_check(pTHX_ HV *hv, bool *needs_copy, bool *needs_store);

Completed in 28 milliseconds