Searched refs:env (Results 376 - 400 of 1022) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest029.tcl29 set eindex [lsearch -exact $args "-env"]
31 # If we are using an env, then testfile should just be the db name.
35 set env NULL
39 set env [lindex $args $eindex]
40 set txnenv [is_txnenv $env]
53 set testdir [get_home $env]
55 cleanup $testdir $env
107 set t [$env txn]
108 error_check_good txn [is_valid_txn $t $env] TRUE
133 set t [$env tx
[all...]
H A Dtest017.tcl34 set eindex [lsearch -exact $args "-env"]
36 # If we are using an env, then testfile should just be the db name.
40 set env NULL
44 set env [lindex $args $eindex]
45 set txnenv [is_txnenv $env]
50 set testdir [get_home $env]
57 cleanup $testdir $env
102 set t [$env txn]
103 error_check_good txn [is_valid_txn $t $env] TRUE
126 set t [$env tx
[all...]
H A Dtest047.tcl30 set eindex [lsearch -exact $args "-env"]
33 # If we are using an env, then testfile should just be the db name.
39 set env NULL
45 set env [lindex $args $eindex]
46 set txnenv [is_txnenv $env]
50 set testdir [get_home $env]
53 cleanup $testdir $env
65 set t [$env txn]
66 error_check_good txn [is_valid_txn $t $env] TRUE
77 set t [$env tx
[all...]
H A Dtest004.tcl26 set eindex [lsearch -exact $args "-env"]
28 # If we are using an env, then testfile should just be the db name.
32 set env NULL
36 set env [lindex $args $eindex]
37 set txnenv [is_txnenv $env]
48 set testdir [get_home $env]
63 cleanup $testdir $env
92 set t [$env txn]
93 error_check_good txn [is_valid_txn $t $env] TRUE
123 set t [$env tx
[all...]
H A Dtest019.tcl18 set eindex [lsearch -exact $args "-env"]
20 # If we are using an env, then testfile should just be the db name.
24 set env NULL
28 set env [lindex $args $eindex]
29 set txnenv [is_txnenv $env]
40 set testdir [get_home $env]
44 cleanup $testdir $env
73 set t [$env txn]
74 error_check_good txn [is_valid_txn $t $env] TRUE
112 set t [$env tx
[all...]
H A Dtest020.tcl24 set eindex [lsearch -exact $args "-env"]
26 # Check if we are using an env.
28 set env NULL
31 set env [lindex $args $eindex]
32 set txnenv [is_txnenv $env]
43 set testdir [get_home $env]
47 cleanup $testdir $env
76 set t [$env txn]
77 error_check_good txn [is_valid_txn $t $env] TRUE
96 set t [$env tx
[all...]
H A Dtest021.tcl23 set eindex [lsearch -exact $args "-env"]
25 # If we are using an env, then testfile should just be the db name.
29 set env NULL
33 set env [lindex $args $eindex]
34 set txnenv [is_txnenv $env]
45 set testdir [get_home $env]
52 cleanup $testdir $env
83 set t [$env txn]
84 error_check_good txn [is_valid_txn $t $env] TRUE
107 set t [$env tx
[all...]
H A Dtest055.tcl25 set eindex [lsearch -exact $args "-env"]
27 # If we are using an env, then testfile should just be the db name.
31 set env NULL
35 set env [lindex $args $eindex]
36 set txnenv [is_txnenv $env]
40 set testdir [get_home $env]
42 cleanup $testdir $env
55 set t [$env txn]
56 error_check_good txn [is_valid_txn $t $env] TRUE
69 set t [$env tx
[all...]
H A Dtest062.tcl28 set eindex [lsearch -exact $args "-env"]
30 # If we are using an env, then testfile should just be the db name.
34 set env NULL
38 set env [lindex $args $eindex]
39 set txnenv [is_txnenv $env]
51 set testdir [get_home $env]
53 cleanup $testdir $env
75 set t [$env txn]
76 error_check_good txn [is_valid_txn $t $env] TRUE
94 set t [$env tx
[all...]
H A Dtest110.tcl29 set eindex [lsearch -exact $args "-env"]
31 # If we are using an env, then testfile should just be the db name.
35 set env NULL
39 set env [lindex $args $eindex]
40 set txnenv [is_txnenv $env]
51 set testdir [get_home $env]
55 cleanup $testdir $env
75 set t [$env txn]
76 error_check_good txn [is_valid_txn $t $env] TRUE
115 set t [$env tx
[all...]
H A Dfop001.tcl98 set env [berkdb_env -create -home $testdir -txn]
99 error_check_good is_valid_env [is_valid_env $env] TRUE
104 $args -env $env -auto_commit a]
107 $args -env $env -auto_commit { "" a }]
115 $args -env $env -auto_commit b]
118 $args -env $env
[all...]
H A Dtest089.tcl18 # If we are using an env, then skip this test. It needs its own.
19 set eindex [lsearch -exact $args "-env"]
22 set env [lindex $args $eindex]
23 puts "Test089 skipping for env $env"
40 set env [eval {berkdb_env -create -cdb} $encargs -home $testdir]
41 error_check_good dbenv [is_valid_env $env] TRUE
43 set db [eval {berkdb_open -env $env -create \
47 set db1 [eval {berkdb_open -env
[all...]
H A Denv004.tcl62 -truncate -mode 0644 $omethod -env $e} $args {data1/datafile1.db}]
66 -truncate -mode 0644 $omethod -env $e} $args {data2/datafile2.db}]
70 -truncate -mode 0644 $omethod -env $e} $args {data3/datafile3.db}]
81 set db1 [berkdb_open -env $e datafile1.db]
84 set db2 [berkdb_open -env $e datafile2.db]
87 set db3 [berkdb_open -env $e datafile3.db]
H A Drpc002.tcl35 puts "\tRpc002.b: Unsupported env options"
37 # Test each "pre-open" option for env's. These need to be
73 # Open an env with all the subsystems (-txn implies all
76 puts "\tRpc002.c: Unsupported env related interfaces"
77 set env [eval {berkdb_env_noerr -create -mode 0644 -home $home \
79 error_check_good envopen [is_valid_env $env] TRUE
81 -env $env $testfile"
91 { " lock_get read 1 $env" "Rpc002.c1"}
94 { " lock_vec 1 {get $env rea
[all...]
H A Dtest106.tcl39 set eindex [lsearch -exact $args "-env"]
41 set env [berkdb_env -create -home $testdir -txn]
44 set env [lindex $args $eindex]
45 set txnenv [is_txnenv $env]
50 set testdir [get_home $env]
53 cleanup $testdir $env
106 # If this test created the env, close it.
108 error_check_good env_close [$env close] 0
H A Dtest011.tcl46 set eindex [lsearch -exact $args "-env"]
48 # If we are using an env, then testfile should just be the db name.
52 set env NULL
56 set env [lindex $args $eindex]
57 set txnenv [is_txnenv $env]
69 set testdir [get_home $env]
78 cleanup $testdir $env
105 set t [$env txn]
106 error_check_good txn [is_valid_txn $t $env] TRUE
119 set t [$env tx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_open.c85 __db_errx(dbp->env,
96 __db_errx(dbp->env,
117 ENV *env; local
121 env = dbp->env;
133 __db_errx(env,
141 __db_errx(env,
148 (ret = __bam_mswap(env, (PAGE *)btm)) != 0)
156 __db_fchk(env, "DB->open", btm->dbmeta.flags, BTM_MASK)) != 0)
175 __db_errx(env,
361 ENV *env; local
429 ENV *env; local
550 ENV *env; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c29 #define CDB_LOCKING_INIT(env, dbc) \
36 if (CDB_LOCKING(env)) { \
38 return (__db_wrlock_err(env)); \
41 (ret = __lock_get(env, \
46 #define CDB_LOCKING_DONE(env, dbc) \
50 env, &(dbc)->mylock, DB_LOCK_IWRITE, 0);
66 ENV *env; local
70 env = dbp->env;
86 MUTEX_LOCK(env, db
156 ENV *env; local
202 ENV *env; local
250 ENV *env; local
386 ENV *env; local
527 ENV *env; local
929 ENV *env; local
1590 ENV *env; local
2140 ENV *env; local
2245 ENV *env; local
2328 ENV *env; local
2461 ENV *env; local
2665 ENV *env; local
2735 ENV *env; local
2768 ENV *env; local
2798 ENV *env; local
2889 ENV *env; local
[all...]
H A Ddb_vrfyutil.c27 __db_vrfy_dbinfo_create(env, ip, pgsize, vdpp)
28 ENV *env;
43 if ((ret = __db_create_internal(&cdbp, env, 0)) != 0)
53 if (TXN_ON(env) &&
60 if ((ret = __db_create_internal(&pgdbp, env, 0)) != 0)
67 if (TXN_ON(env) &&
75 if ((ret = __db_vrfy_pgset(env, ip, pgsize, &pgset)) != 0)
93 __os_free(env, vdp);
105 __db_vrfy_dbinfo_destroy(env, vdp)
106 ENV *env;
162 ENV *env; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DSecondaryDeadlockTest.java61 private Environment env; field in class:SecondaryDeadlockTest
76 env = TestEnv.TXN.open("SecondaryDeadlockTest");
77 store = TestStore.BTREE_UNIQ.open(env, "store.db");
105 if (env != null) {
107 env.close();
113 env = null;
123 final TransactionRunner runner = new TransactionRunner(env);
201 env.close();
202 env = null;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DSubclassIndexTest.java36 private Environment env; field in class:SubclassIndexTest
48 if (env != null) {
50 env.close();
61 env = null;
69 env = new Environment(envHome, envConfig);
73 EntityStore store = new EntityStore(env, "foo", storeConfig);
92 (true, env, "foo", Employee.class.getName(), "dept");
137 env.close();
138 env = null;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/soundbus/
H A Dcore.c59 static int soundbus_uevent(struct device *dev, struct kobj_uevent_env *env) argument
77 retval = add_uevent_var(env, "OF_NAME=%s", of->dev.of_node->name);
81 retval = add_uevent_var(env, "OF_TYPE=%s", of->dev.of_node->type);
91 int tmp = env->buflen;
92 retval = add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat);
95 compat += env->buflen - tmp;
96 cplen -= env->buflen - tmp;
100 retval = add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen);
103 retval = add_uevent_var(env, "MODALIAS=%s", soundbus_dev->modalias);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_am.h44 #define IS_ENV_AUTO_COMMIT(env, txn, flags) \
46 F_ISSET((env)->dbenv, DB_ENV_AUTO_COMMIT) && \
79 if ((ret = func(env, &file_dbp, \
100 __os_free(env, argp); \
112 if ((ret = func(env, dbtp->data, &argp)) != 0) \
117 __os_free(env, argp); \
145 (void)func(env, dbtp, lsnp, op, info);
166 __ENV_LPUT((dbc)->env, lock)
168 #define __ENV_LPUT(env, lock) \
169 (LOCK_ISSET(lock) ? __lock_put(env,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_open.c74 ENV *env; local
79 env = dbp->env;
89 txn, &dbc, LF_ISSET(DB_CREATE) && CDB_LOCKING(env) ?
116 } else if (!IS_RECOVERING(env) && !F_ISSET(dbp, DB_AM_RECOVER)) {
117 __db_errx(env,
142 ENV *env; local
146 env = dbp->env;
159 __db_errx(env,
248 ENV *env; local
342 ENV *env; local
456 ENV *env; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Ddb-3.0.t32 ok 2, my $env = new BerkeleyDB::Env -Flags => DB_CREATE, @StdErrFile ;
33 ok 3, $env->set_mutexlocks(0) == 0 ;
35 undef $env ;

Completed in 392 milliseconds

<<11121314151617181920>>