Searched defs:needs_store (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.c518 bool needs_store; local
519 hv_magic_check (hv, &needs_copy, &needs_store);
536 if (!xhv->xhv_array /* !HvARRAY(hv) */ && !needs_store) {
783 S_hv_magic_check(pTHX_ HV *hv, bool *needs_copy, bool *needs_store) argument
787 *needs_store = TRUE;
794 *needs_store = FALSE;
900 bool needs_store; local
901 hv_magic_check (hv, &needs_copy, &needs_store);
912 if (!needs_store) {

Completed in 31 milliseconds