Searched refs:k_flags (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | hv.c | 845 int k_flags = 0; local 849 k_flags |= HVhek_UTF8; 853 return hv_delete_common(hv, NULL, key, klen, k_flags, flags, 0); 875 int k_flags, I32 d_flags, U32 hash) 889 if (k_flags & HVhek_FREEKEY) 892 k_flags = 0; 895 is_utf8 = ((k_flags & HVhek_UTF8) ? TRUE : FALSE); 905 k_flags & ~HVhek_FREEKEY, HV_FETCH_LVALUE, 924 if (k_flags & HVhek_FREEKEY) { 929 k_flags 874 S_hv_delete_common(pTHX_ HV *hv, SV *keysv, const char *key, STRLEN klen, int k_flags, I32 d_flags, U32 hash) argument 1960 int k_flags = 0; local [all...] |
H A D | proto.h | 1360 STATIC SV* S_hv_delete_common(pTHX_ HV* tb, SV* key_sv, const char* key, STRLEN klen, int k_flags, I32 d_flags, U32 hash);
|
Completed in 26 milliseconds