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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.c175 #define HV_FETCH_ISSTORE 0x01 macro
221 (HV_FETCH_ISSTORE|HV_FETCH_JUST_SV), val, 0);
230 (HV_FETCH_ISSTORE|HV_FETCH_JUST_SV), val, hash);
266 return hv_fetch_common(hv, keysv, NULL, 0, 0, HV_FETCH_ISSTORE, val, hash);
399 if (SvRMAGICAL(hv) && !(action & (HV_FETCH_ISSTORE|HV_FETCH_ISEXISTS)))
461 flags, HV_FETCH_ISSTORE,
516 else if (action & HV_FETCH_ISSTORE) {
562 if ((action & (HV_FETCH_LVALUE | HV_FETCH_ISSTORE))
640 if (action & (HV_FETCH_LVALUE|HV_FETCH_ISSTORE)) {
684 } else if (action & HV_FETCH_ISSTORE) {
[all...]

Completed in 16 milliseconds