Searched refs:get (Results 101 - 125 of 1613) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlock005.tcl40 # ... and try to get a record from the first txn (should fail)
41 set ret [catch {$db get -txn $txn2 $recno1} res]
92 set ret1 [catch {$db get -txn $txn2 $recno1} res1]
93 set ret2 [catch {$db get -txn $txn2 $recno2} res2]
107 # The get no longer needs to be transactional
108 set ret3 [catch {$db get $recno1} res3]
109 set ret4 [catch {$db get $recno2} res4]
129 set ret1 [catch {$db get -txn $txn1 $recno1} res1]
130 set ret2 [catch {$db get -txn $txn1 $recno2} res2]
144 # The get n
[all...]
H A Dtest029.tcl98 puts "\tTest029.b: put/get loop"
115 set ret [eval {$db get} $txn $gflags {$key}]
149 # First try to get the old last key (shouldn't exist)
155 set ret [eval {$db get} $txn $gflags {$last_keynum}]
161 # Now try to get what we think should be the last key
167 set ret [eval {$db get} $txn $gflags {[expr $last_keynum - 1]}]
192 set ret [$dbc get -first]
198 set ret [eval {$db get} $txn $gflags {$last_keynum}]
205 set ret [$dbc get -first]
213 # First try to get th
[all...]
H A Dtest038.tcl84 # Here is the loop where we put and get each key/data pair
85 puts "\tTest$tnum.a: Put/get loop"
126 for {set ret [$dbc get -set $str]} \
128 {set ret [$dbc get -nextdup] } {
166 for {set ret [$check_c get -first]} \
168 {set ret [$check_c get -next] } {
176 set ret [$dbc get -get_both $k $data]
182 set ret [$dbc get -get_both_range $k $pref]
191 set ret [eval {$db get} $txn {-get_both $k $data}]
197 set ret [$dbc get
[all...]
H A Dtest063.tcl61 # Put and get an item so it's nonempty.
70 set dbt [eval {$db get} $txn $gflags {$key}]
88 # Now open it read-only and make sure we can get but not put.
97 set dbt [eval {$db get} $txn $gflags {$key}]
121 error_check_good cursor_set [$dbc get -first] $dbt
126 set dbt [eval {$db get} $gflags {$key2}]
136 set dbt [eval {$db get} $txn $gflags {$key}]
143 set dbt2 [$dbc get -first]
150 set dbt2 [$dbc get -current]
167 error_check_good first_there [$dbc get
[all...]
H A Darchive.tcl86 set l1 [lindex [lindex [$logc get -last] 0] 0]
96 set l2 [lindex [lindex [$logc get -last] 0] 0]
104 set l3 [lindex [lindex [$logc get -last] 0] 0]
124 set ckp_file [lindex [lindex [$logc get -last] 0] 0]
140 [lindex [lindex [$logc get -last] 0] 0]
193 set l1 [lindex [lindex [$logc get -last] 0] 0]
203 set l2 [lindex [lindex [$logc get -last] 0] 0]
213 set l3 [lindex [lindex [$logc get -last] 0] 0]
H A Drep045script.tcl62 if { [catch {$vdb get VERSION} res] } {
75 puts "FAIL: Trying to get version, got $res"
99 for { set dbt [$dbc get -first] } { $i < $niter } \
100 { set dbt [$dbc get -next] } {
109 set ret [$vdb get VERSION]
H A Dtest033.tcl84 puts "\tTest$tnum.a: Put/get loop."
85 # Here is the loop where we put and get each key/data pair
140 set ret [eval {$db get} $txn {-recno $key}]
143 set ret [$dbc get -get_both $key [pad_data $method $str]]
154 set ret [eval {$db get} $txn {-get_both $str $datastr}]
158 set ret [$dbc get -get_both $str $datastr]
162 set ret [$dbc get -get_both_range $str $datastr]
169 set ret [eval {$db get} $txn {-get_both $str $datastr}]
171 set ret [$dbc get -get_both $str $datastr]
173 set ret [$dbc get
[all...]
H A Dtest039.tcl86 # Here is the loop where we put and get each key/data pair
87 puts "\tTest$tnum.a: Put/get loop"
128 for {set ret [$dbc get -set $str]} \
130 {set ret [$dbc get -nextdup] } {
167 for {set ret [$check_c get -first]} \
169 {set ret [$check_c get -next] } {
177 set ret [$dbc get -get_both $k $data]
186 set ret [$dbc get -get_both $k $data]
189 set ret [$dbc get -get_both_range $k $data]
196 set ret [$dbc get
[all...]
H A Dmemp003.tcl55 # Here is the loop where we put and get each key/data pair
62 set ret [eval {$db get} $txn {$str}]
63 error_check_good get $ret [list [list $str $str]]
94 set ret [eval {$db get} $txn {$key}]
95 error_check_good get/RO $ret [list [list $key $key]]
115 set ret [send_cmd $f1 "$remote_db get $k"]
125 set ret [eval {$db get} $txn {$key}]
H A Drecd006.tcl65 set ret [$dbc get -first]
70 set ret [$dbc get -next]
75 set ret [$dbc get -last]
80 set ret [$dbc get -prev]
152 # other child can also get the lock.
153 # Aborted op by child releases lock so other child can get it.
166 # Do an RMW on the parent to get a write lock.
172 set ret [$db get -rmw -txn $parent $p10]
189 set ret [$db get -txn $kid1 $p10]
222 # In either case, child2 should now be able to get th
[all...]
H A Dsiutils.tcl91 error_check_good pdb_get($i) [$pdb get $keys($i)] \
94 set stat [catch {$pdb get $keys($i)} ret]
138 # Check again with get on the secondary. Since
139 # get_both is not an allowed option with get on
146 [is_substr [$sdb get $skey] \
149 set stat [catch {$sdb get $skey} ret]
188 for { set k 0 } { [llength [$dbc get -next]] > 0 } \
202 for { set k 0 } { [llength [$dbc get -next]] > 0 } { incr k } { }
225 for { set dbt [$pdbc get -first] } { [llength $dbt] > 0 } \
226 { set dbt [$pdbc get
[all...]
H A Dtest047.tcl8 # TEST DBcursor->c_get get test with SET_RANGE option.
87 set ret [$dbc get -set_range $key$i]
94 set ret [$dbc get -set_range $key$i]
103 set ret [$dbcurs2 get -set [lindex [lindex $ret 0] 0]]
110 set ret [$dbcurs2 get -set_range [lindex [lindex $curr 0] 0]]
167 set ret [$dbc get -set_range $key$i]
172 set ret2 [$dbc2 get -set_range $key$i]
177 Delete duplicates' key, use SET_RANGE to get next dup."
180 set ret [$dbc get -set_range $key$i]
232 set ret [$dbc get
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DPartialGetTest.java68 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
73 fail("Data mismatch from partial get.");
76 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
81 fail("Data mismatch from partial get.");
99 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
104 fail("Data mismatch from partial get.");
107 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
110 fail("Data mismatch from partial get.");
115 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
118 fail("Data mismatch from partial get
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dconfigure.pl6 # This script can help you setting up the smbldap_conf.pl file. It will get all the defaults value
45 . if the domain SID is defined (you can get it with the 'net getlocalsid')
139 # smb.conf). You can get all the available keys using this:
164 chomp(my $get=<STDIN>);
165 if ($get eq "") {
167 } elsif ($get eq ".") {
170 $value=$get;
183 chomp(my $get=<STDIN>);
184 if ($get eq "") {
186 } elsif ($get e
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dqos.c86 static int irlap_param_baud_rate(void *instance, irda_param_t *param, int get);
88 int get);
90 int get);
91 static int irlap_param_data_size(void *instance, irda_param_t *param, int get);
93 int get);
95 int get);
97 int get);
156 * As the compiler is "one pass", this is the only way to get them to
524 * Function irlap_param_baud_rate (instance, param, get)
529 static int irlap_param_baud_rate(void *instance, irda_param_t *param, int get) argument
564 irlap_param_link_disconnect(void *instance, irda_param_t *param, int get) argument
598 irlap_param_max_turn_time(void *instance, irda_param_t *param, int get) argument
621 irlap_param_data_size(void *instance, irda_param_t *param, int get) argument
643 irlap_param_window_size(void *instance, irda_param_t *param, int get) argument
665 irlap_param_additional_bofs(void *instance, irda_param_t *param, int get) argument
686 irlap_param_min_turn_time(void *instance, irda_param_t *param, int get) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_logc.cpp46 int DbLogc::get(DbLsn *get_lsn, Dbt *data, u_int32_t _flags) function in class:DbLogc
51 ret = logc->get(logc, get_lsn, data, _flags);
56 "DbLogc::get", data, ON_ERROR_UNKNOWN);
59 "DbLogc::get", ret, ON_ERROR_UNKNOWN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfs_filter.cpp52 if (!leftFile.get())
56 if (!leftStream.get() || !leftStream->IsOk())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DJoinCursor.java149 dbc.get(key, DatabaseEntry.IGNORE,
190 dbc.get(key, data, LockMode.getFlag(lockMode) |
H A DSequence.java76 public long get(Transaction txn, int delta) method in class:Sequence
79 return seq.get((txn == null) ? null : txn.txn, delta,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DTestClassCatalog.java37 byte[] id = (byte[]) nameToIdMap.get(className);
53 ObjectStreamClass desc = (ObjectStreamClass) idToDescMap.get(strId);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTupleSerialFactoryTest.java231 assertEquals(o1, storeMap1.get("pk1"));
232 assertEquals(o1, indexMap1.get("ik1"));
237 assertEquals(o2, storeMap2.get("pk2"));
238 assertEquals(o2, indexMap2.get("pk1"));
247 assertNull(storeMap1.get("pk1"));
248 assertNull(indexMap1.get("ik1"));
249 assertNull(storeMap2.get("pk2"));
250 assertNull(indexMap2.get("pk1"));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp23xx/include/mach/
H A Dentry-macro.S16 ldr \irqnr, [\irqnr] @ get interrupt number
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_char.c31 #define TAPECHAR_MAJOR 0 /* get dynamic major */
414 struct mtget get; local
416 memset(&get, 0, sizeof(get));
417 get.mt_type = MT_ISUNKNOWN;
418 get.mt_resid = 0 /* device->devstat.rescnt */;
419 get.mt_dsreg = device->tape_state;
420 get.mt_gstat = 0;
421 get.mt_erreg = 0;
422 get
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_sn2.c92 /* !!! The following should get moved into SAL. */
135 /* !!! The following should get moved into SAL. */
521 * Send activate IRQ to get other side to see that we've cleared our
870 * Send activate IRQ to get other side to see that we've set our
1005 dev_warn(xpc_part, "unable to get reserved page from nasid %d, "
1024 dev_warn(xpc_part, "unable to get XPC variables from nasid %d, "
1185 dev_err(xpc_chan, "can't get memory for local get/put "
1194 dev_err(xpc_chan, "can't get memory for remote get/pu
1712 s64 get = ch->sn.sn2.w_remote_GP.get - 1; local
1763 s64 get; local
1910 xpc_pull_remote_msg_sn2(struct xpc_channel *ch, s64 get) argument
1980 s64 get; local
2267 s64 get = initial_get + 1; local
2324 s64 get; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dgen_gpio.c96 uint32 get; local
100 get = si_gpioin(gpio_sih);
101 get &= (1<<gpio);
104 return (get ? 1 : 0);
209 .get = gpiolib_get_value,

Completed in 118 milliseconds

1234567891011>>