Searched refs:get (Results 201 - 225 of 920) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_lookup.c56 if (0 != (rc = db->db_didname->get(db->db_devino, NULL, &key, &devdata, 0 )) ) {
58 LOG(log_error, logtype_default, "cnid_lookup: Unable to get CNID did 0x%x, name %s: %s",
74 if (0 != (rc = db->db_didname->get(db->db_didname, NULL, &key, &diddata, 0 ) ) ) {
76 LOG(log_error, logtype_default, "cnid_lookup: Unable to get CNID did 0x%x, name %s: %s",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassWriter.java881 Item result = get(key);
914 Item result = get(key2);
937 Item result = get(key3);
964 Item result = get(key3);
1003 Item result = get(key);
1021 Item result = get(key);
1039 Item result = get(key);
1058 Item result = get(key);
1077 Item result = get(key2);
1098 Item result = get(key
1115 private Item get(final Item key) { method in class:ClassWriter
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java206 e = primary.get(txn, 1, null);
210 e = primary.get(txn, 2, null);
216 e = primary.get(txn, 3, null);
256 SortedSet<Integer> values = expected.get(secKey);
283 SortedSet<Integer> values = expected.get(secKey);
311 SortedSet<Integer> values = expected.get(secKey);
357 assertNull(index.get(txn, delSecKey, null));
391 for (Integer priKey : expected.get(secKey)) {
419 SortedSet<Integer> dups = expected.get(i);
423 V v = index.get(tx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DSequenceExample.cpp119 seq.get(0, 1, &seqnum, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleBinding.java130 return (TupleBinding) primitives.get(cls);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DMultipleKeyNIODataEntry.java18 {@link com.sleepycat.db.Database Database} or {@link com.sleepycat.db.Cursor Cursor} get call.
53 {@link com.sleepycat.db.Cursor Cursor} get method with this object as the data parameter.
79 this.data_nio.get(intarr, 0, 16);
H A DMultipleRecnoNIODataEntry.java18 single {@link com.sleepycat.db.Database Database} or {@link com.sleepycat.db.Cursor Cursor} get call.
53 {@link com.sleepycat.db.Cursor Cursor} get method with this object as the data parameter.
83 this.data_nio.get(intarr, 0, 12);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DPrimaryIndex.java195 * MyEntity entity2 = index.get(key);
498 * Of the EntityIndex methods only get()/map()/sortedMap() are implemented
502 public E get(PK key) method in class:PrimaryIndex
505 return get(null, key, null);
508 public E get(Transaction txn, PK key, LockMode lockMode) method in class:PrimaryIndex
515 OperationStatus status = db.get(txn, keyEntry, dataEntry, lockMode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistKeyAssigner.java57 Long value = sequence.get(null, 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd008.tcl94 set ret [$db get $p1]
124 set ret [$db get -rmw -txn $parent $p1key]
179 set ret [$db get -rmw -txn $t $p1key]
209 set ret [$db get -rmw -txn $parent $p1key]
H A Drecd010.tcl185 for {set d [$dbc get -set $key$ki]} { [llength $d] != 0 } {
186 set d [$dbc get -nextdup]} {
206 for {set d [$dbc get -first]} { [llength $d] != 0 } {
207 set d [$dbc get -next]} {
H A Drep043script.tcl73 while { [llength [$marker get DONE]] == 0 } {
75 set kd [$marker get ITER]
100 # If the handle is dead, get a new one.
H A Dsdb004.tcl11 # TEST Put/get per key
73 # Here is the loop where we put and get each key/data pair
130 if [catch {eval {$db get} $gflags {$key}} data] {
145 # Now we will get each key from the DB and compare the results
176 for {set d [$c get -first] } { [llength $d] != 0 } \
177 {set d [$c get -next] } {
196 set d [$subc get -first]
H A Dsec002.tcl75 set retdata [$db get $key]
82 set retdata [$db get $key]
89 # an encrypted, and both unencrypted files. We should get
91 # We should get no error for the normal file.
150 set stat [catch {$db get $key} ret]
171 set stat [catch {$db get $key} ret]
H A Dtest001.tcl9 # TEST Put/get per key
89 puts "\tTest$tnum.a: put/get loop"
90 # Here is the loop where we put and get each key/data pair
125 set ret [eval {$db get} $gflags {$key}]
127 get $ret [list [list $key [pad_data $method $str]]]
130 set ret [$db get -get_both $key [pad_data $method $str]]
135 set ret [$db get -get_both $key [pad_data $method BAD$str]]
146 # Now we will get each key from the DB and compare the results
152 # dump_file should just have been "get" calls, so
153 # aborting a get shoul
[all...]
H A Dtest036.tcl70 puts "\tTest036.a: put/get loop KEYFIRST"
71 # Here is the loop where we put and get each key/data pair
91 set ret [eval {$db get} $txn $gflags {$key}]
92 error_check_good get [lindex [lindex $ret 0] 1] $str
100 puts "\tTest036.a: put/get loop KEYLAST"
120 set ret [eval {$db get} $txn $gflags {$key}]
121 error_check_good get [lindex [lindex $ret 0] 1] $str
130 # Now we will get each key from the DB and compare the results
H A Dtest037.tcl54 # Here is the loop where we put and get each key/data pair
68 set ret [eval {$db get} $txn $gflags {$key}]
69 error_check_good get \
116 # Now, get a key and try to "get" it from both DBs.
125 set rec [eval {$db get -txn $local_txn} $gflags {$key}]
129 set r [send_timed_cmd $f1 0 "$rdb get -txn $remote_txn $gflags $key"]
136 # Now get the remote result
156 # Now, get a key and try to "get" i
[all...]
H A Dtest044.tcl135 # The environment must remain open until this point to get
207 for {set d [$cursors($f) get -first] } \
209 { set d [$cursors($f) get -next] } {
227 get -set $k]
230 get -next]
H A Dtest094.tcl68 puts "\tTest$tnum.a: $nentries put/get duplicates loop"
69 # Here is the loop where we put and get each key/data pair
92 set ret [eval {$db get} $gflags {$key}]
93 error_check_good get [llength $ret] $ndups
97 # Now we will get each key from the DB and compare the results
127 puts "\tTest$tnum.c: big key put/get dup loop key=filename data=filecontents"
132 # Here is the loop where we put and get each key/data pair
161 set ret [eval {$db get} $gflags {$key}]
162 error_check_good get [llength $ret] $ndups
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A Damd.c34 * So to get a size we do invert the mask and add 1 to the lowest
75 bit. We are fed say 512K We invert this and we get 111 1111
76 1111 1011 but if you subtract one and invert you get the
109 .get = amd_get_mtrr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dirq.c47 int (*get)(struct pci_dev *router, struct pci_dev *dev, int pirq); member in struct:irq_router
114 * ways how to get a list of buses, we have to go this way.
473 printk(KERN_INFO "AMD756: dev %04x:%04x, router pirq : %d get irq : %2d\n",
548 r->get = pirq_piix_get;
584 r->get = pirq_via586_get;
594 r->get = pirq_via_get;
607 r->get = pirq_vlsi_get;
622 r->get = pirq_serverworks_get;
635 r->get = pirq_sis_get;
646 r->get
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dint-handler.S133 mfc0 t0,CP0_CAUSE # get pending interrupts
177 # get interrupt status and mask
189 lw t0,IO_REG_SIR(t2) # get status: IOASIC sir
190 lw t1,IO_REG_SIMR(t2) # get mask: IOASIC simr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/hpux/
H A Dwrappers.S85 ldo TASK_REGS-TASK_SZ_ALGN-64(%r30),%r1 ;! get pt regs
103 ldo TASK_REGS-TASK_SZ_ALGN-64(%r30),%r1 ;! get pt regs
147 ldo TASK_REGS-TASK_SZ_ALGN-64(%r30),%r1 ;! get pt regs
174 ldo -TASK_SZ_ALGN-64(%r30),%r1 ;! get task ptr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dxattr_security.c72 .get = ext2_xattr_security_get,
H A Dxattr_trusted.c58 .get = ext2_xattr_trusted_get,

Completed in 112 milliseconds

1234567891011>>