Home
last modified time | relevance | path

Searched refs:riter (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dhash-rt85026.t20 sub riter {
31 my ($riter) = $dump =~ /^\s*RITER\s*=\s*(\d+)/m or
33 return $riter;
38 push @{$riters[riter()]}, $key;
42 my $riter = 0;
49 $riter++;
59 Found keys '$first_key' and '$second_key' on chain $riter
/openbsd-src/gnu/usr.bin/perl/
H A Dmro_core.c906 I32 riter = -1; in S_mro_gather_and_rename() local
1139 while (++riter <= (I32)xhv->xhv_max) { in S_mro_gather_and_rename()
1140 entry = (HvARRAY(oldstash))[riter]; in S_mro_gather_and_rename()
1220 riter = -1; in S_mro_gather_and_rename()
1224 while (++riter <= (I32)xhv->xhv_max) { in S_mro_gather_and_rename()
1225 entry = (HvARRAY(stash))[riter]; in S_mro_gather_and_rename()
H A Dhv.c1872 const I32 riter = HvRITER_get(ohv); in Perl_newHVhv()
1889 HvRITER_set(ohv, riter);
1917 const I32 riter = HvRITER_get(ohv); in Perl_hv_copy_hints_hv()
1940 HvRITER_set(ohv, riter); in S_hv_free_ent_ret()
2548 Perl_hv_riter_set(pTHX_ HV *hv, I32 riter) { in Perl_hv_rand_set()
2556 if (riter == -1) in Perl_hv_rand_set()
2561 iter->xhv_riter = riter; in Perl_hv_rand_set()
4140 const I32 riter = HvRITER_get(hv); in Perl_hv_assert()
4190 HvRITER_set(hv, riter); /* Restore hash iterator state */
1854 const I32 riter = HvRITER_get(ohv); Perl_newHVhv() local
1899 const I32 riter = HvRITER_get(ohv); Perl_hv_copy_hints_hv() local
2529 Perl_hv_riter_set(pTHX_ HV * hv,I32 riter) Perl_hv_riter_set() argument
4121 const I32 riter = HvRITER_get(hv); Perl_hv_assert() local
H A Dperl.c1352 I32 riter = 0; in perl_destruct()
1367 if (++riter > max) in perl_destruct()
1369 hent = array[riter]; in perl_destruct()
1360 I32 riter = 0; perl_destruct() local
H A Dproto.h1721 Perl_hv_riter_set(pTHX_ HV *hv, I32 riter);
H A Dembed.fnc1522 |I32 riter
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs2771 I32 riter; in store_hash() local
2851 riter = HvRITER_get(hv); in store_hash()
3045 HvRITER_set(hv, riter); /* Restore hash iterator state */ in store_hash()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc3528 Apo |void |hv_riter_set |NN HV *hv|I32 riter