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

/macosx-10.10.1/BerkeleyDB-21/db/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...]
/macosx-10.10.1/BerkeleyDB-21/db/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...]
/macosx-10.10.1/bootp-298/ipconfiglib/
H A DIPConfigurationService.c73 CFStringRef store_key; member in struct:__IPConfigurationService
150 my_CFRelease(&service->store_key);
420 service->store_key = IPConfigurationServiceKey(serviceID);
445 return (service->store_key);
459 info = SCDynamicStoreCopyValue(store, service->store_key);
/macosx-10.10.1/groff-38/groff/src/utils/indxbib/
H A Dindxbib.cpp100 static int store_key(char *s, int len);
437 if (store_key(key_buffer, key_len)) {
685 if (store_key(s, len))
690 static int store_key(char *s, int len)

Completed in 191 milliseconds