Searched refs:store_key (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dfilter.t23 my ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
30 $fetch_key eq $fk && $store_key eq $sk &&
40 $db->filter_store_key (sub { $store_key = $_ }) ;
50 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
55 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
64 (sub { $_ = lc $_ ; $store_key = $_ }) ;
70 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
75 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
81 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
92 ($fetch_key, $store_key,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-hash.t511 my ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
523 print "# Store Key : expected '$sk' got '$store_key'\n"
524 if $store_key ne $sk ;
531 $fetch_key eq $fk && $store_key eq $sk &&
539 $db->filter_store_key (sub { $store_key = $_ }) ;
549 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
554 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
567 (sub { $_ = lc $_ ; $store_key = $_ }) ;
573 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
578 ($fetch_key, $store_key,
[all...]
H A Ddb-recno.t572 my ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
583 print "# Store Key : expected '$sk' got '$store_key'\n"
584 if $store_key ne $sk ;
591 $fetch_key eq $fk && $store_key eq $sk &&
599 $db->filter_store_key (sub { $store_key = $_ }) ;
609 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
614 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
623 (sub { $_ *= 2 ; $store_key = $_ }) ;
629 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
634 ($fetch_key, $store_key,
[all...]
H A Ddb-btree.t730 my ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
737 $fetch_key eq $fk && $store_key eq $sk &&
745 $db->filter_store_key (sub { $store_key = $_ }) ;
755 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
760 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
769 (sub { $_ = lc $_ ; $store_key = $_ }) ;
775 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
780 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
785 ($fetch_key, $store_key, $fetch_value, $store_value) = ("") x 4 ;
796 ($fetch_key, $store_key,
[all...]

Completed in 51 milliseconds