Searched refs:S_hv_fetch_common (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | hv.c | 381 S_hv_fetch_common(pTHX_ HV *hv, SV *keysv, const char *key, STRLEN klen, in S_hv_fetch_common() function
|
| D | embed.h | 1520 #define hv_fetch_common S_hv_fetch_common 3562 #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)
|
| D | proto.h | 2074 STATIC HE* S_hv_fetch_common(pTHX_ HV* tb, SV* key_sv, const char* key, STRLEN klen, int flags, int…
|