Searched refs:HV_FETCH_ISEXISTS (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | hv.c | 176 #define HV_FETCH_ISEXISTS 0x02 macro 291 return hv_fetch_common(hv, NULL, key, klen, flags, HV_FETCH_ISEXISTS, 0, 0) 342 return hv_fetch_common(hv, keysv, NULL, 0, 0, HV_FETCH_ISEXISTS, 0, hash) 399 if (SvRMAGICAL(hv) && !(action & (HV_FETCH_ISSTORE|HV_FETCH_ISEXISTS))) 472 else if (SvRMAGICAL(hv) && (action & HV_FETCH_ISEXISTS)) { 571 else if (action & HV_FETCH_ISEXISTS) { 711 if (!entry && SvREADONLY(hv) && !(action & HV_FETCH_ISEXISTS)) {
|
Completed in 18 milliseconds