Searched refs:S_hv_fetch_common (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | hv.c | 373 S_hv_fetch_common(pTHX_ HV *hv, SV *keysv, const char *key, STRLEN klen, function
|
H A D | embed.h | 2181 #define hv_fetch_common S_hv_fetch_common 4698 #define hv_fetch_common(a,b,c,d,e,f,g,h) S_hv_fetch_common(aTHX_ a,b,c,d,e,f,g,h)
|
H A D | proto.h | 1361 STATIC HE* S_hv_fetch_common(pTHX_ HV* tb, SV* key_sv, const char* key, STRLEN klen, int flags, int action, SV* val, U32 hash);
|
Completed in 42 milliseconds