Lines Matching defs:keys
933 * hash keys to array indices.
948 HV *keys;
952 keys = avhv_keys(av);
953 he = hv_fetch_ent(keys, keysv, FALSE, hash);
995 HV *keys = avhv_keys(av);
998 he = hv_fetch_ent(keys, keysv, FALSE, hash);
1011 HV *keys = avhv_keys(av);
1014 he = hv_fetch_ent(keys, keysv, FALSE, hash);
1024 HV *keys = avhv_keys(av);
1025 return hv_iternext(keys);