Searched refs:env (Results 301 - 325 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 Dtest113.tcl39 # If we are using an env, then testfile should just be the db name.
41 set eindex [lsearch -exact $args "-env"]
46 set env NULL
50 set env [lindex $args $eindex]
51 set rpcenv [is_rpcenv $env]
56 set txnenv [is_txnenv $env]
60 set testdir [get_home $env]
68 cleanup $testdir $env
76 set t [$env txn]
77 error_check_good txn [is_valid_txn $t $env] TRU
[all...]
H A Dtest111.tcl41 # If we are using an env, then testfile should just be the db name.
44 set eindex [lsearch -exact $args "-env"]
47 set env NULL
51 set env [lindex $args $eindex]
52 set rpcenv [is_rpcenv $env]
57 set txnenv [is_txnenv $env]
61 set testdir [get_home $env]
86 if { $env != "NULL" } {
87 set testdir [get_home $env]
89 cleanup $testdir $env
[all...]
H A Dtest114.tcl37 # If we are using an env, then testfile should just be the db name.
40 set eindex [lsearch -exact $args "-env"]
43 set env NULL
47 set env [lindex $args $eindex]
48 set rpcenv [is_rpcenv $env]
53 set txnenv [is_txnenv $env]
57 set testdir [get_home $env]
83 if { $env != "NULL" } {
84 set testdir [get_home $env]
86 cleanup $testdir $env
[all...]
H A Dsi006.tcl56 # If we are given an env, use it. Otherwise, open one.
57 set eindex [lsearch -exact $args "-env"]
60 set env [berkdb_env -create -home $testdir]
61 error_check_good env_open [is_valid_env $env] TRUE
64 set env [lindex $args $eindex]
65 set envflags [$env get_open_flags]
68 puts "Skipping si$tnum for threaded env"
71 set testdir [get_home $env]
75 cleanup $testdir $env
81 set pdb [eval {berkdb_open -create -env}
[all...]
H A Denv002.tcl8 # TEST Test of DB_LOG_DIR and env name resolution.
17 # TEST only the file is respected (see doc/env/naming.html).
27 global env
36 set env(DB_HOME) $testdir
39 unset env(DB_HOME)
44 set env(DB_HOME) $testdir/bogus_home
46 unset env(DB_HOME)
130 set db [berkdb_open -env $dbenv -create -btree -mode 0644 $testfile]
H A Denv003.tcl8 # TEST Test DB_TMP_DIR and env name resolution
17 # TEST only the file is respected (see doc/env/naming.html).
26 global env
35 set env(DB_HOME) $testdir
38 unset env(DB_HOME)
43 set env(DB_HOME) $testdir/bogus_home
45 unset env(DB_HOME)
116 set db [berkdb_open -env $dbenv -create -btree]
H A Dplat001.tcl27 set eindex [lsearch -exact $args "-env"]
32 set env NULL
37 set env [lindex $args $eindex]
38 set txnenv [is_txnenv $env]
39 set rpcenv [is_rpcenv $env]
43 set testdir [get_home $env]
46 cleanup $testdir $env
H A Dsdb016.tcl29 # Skip test if given an env - this test needs its own.
30 set eindex [lsearch -exact $args "-env"]
33 set env [lindex $args $eindex]
34 puts "\tSubdb$tnum skipping for env $env"
47 # Set up env. We'll need a big cache.
49 set env [berkdb_env -create \
51 error_check_good env_open [is_valid_env $env] TRUE
68 -env $env
[all...]
H A Dsdb015.tcl26 # Skip test if given an env - this test needs its own.
27 set eindex [lsearch -exact $args "-env"]
30 set env [lindex $args $eindex]
31 puts "Subdb015 skipping for env $env"
69 set env [eval {berkdb_env -create -cachesize {0 10000000 0} \
71 error_check_good env_open [is_valid_env $env] TRUE
74 subdb015_body $method $omethod $nentries $largs $env
75 error_check_good env_close [$env close] 0
78 proc subdb015_body { method omethod nentries largs env } {
[all...]
H A Dsec001.tcl39 # non-encrypted env/db to begin with.
110 puts "\tSec001.f.1: Open env with encryption, empty passwd."
113 error_check_good env:nopass $stat 1
114 error_check_good env:fail [is_substr $ret "Empty password"] 1
119 error_check_good env:any $stat 1
120 error_check_good env:fail [is_substr $ret "algorithm not supplied"] 1
123 set env [berkdb_env -create -home $testdir]
124 error_check_good env [is_valid_env $env] TRUE
127 # join the env
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c80 ENV *env; local
84 env = dbenv == NULL ? NULL : dbenv->env;
92 __db_errx(env,
103 env = TAILQ_FIRST(&DB_GLOBAL(envq));
106 return (__db_ferr(env, "db_create", 0));
109 if (env != NULL)
110 ENV_ENTER(env, ip);
111 ret = __db_create_internal(dbpp, env, flags);
112 if (env !
742 ENV *env; local
[all...]
H A Ddb_autop.c18 __db_addrem_print(env, dbtp, lsnp, notused2, notused3)
19 ENV *env;
34 __db_addrem_read(env, NULL, NULL, dbtp->data, &argp)) != 0)
63 __os_free(env, argp);
71 __db_big_print(env, dbtp, lsnp, notused2, notused3)
72 ENV *env;
87 __db_big_read(env, NULL, NULL, dbtp->data, &argp)) != 0)
114 __os_free(env, argp);
123 __db_ovref_print(env, dbtp, lsnp, notused2, notused3)
124 ENV *env;
[all...]
H A Ddb_open.c60 ENV *env; local
64 env = dbp->env;
77 if (F_ISSET(env, ENV_THREAD))
103 __db_errx(env,
112 __db_errx(env,
140 if (LOCKING_ON(env) && (ret = __lock_id(env,
191 DBENV_LOGGING(env) && !F_ISSET(dbp, DB_AM_RECOVER)
222 __db_unknown_type(env, "__db_dbope
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client_ret.c61 ENV *env; local
73 env = dbenv->env;
81 if ((ret = __os_calloc(env, 1, sizeof(DB_TXNMGR), &tmgrp)) != 0)
84 tmgrp->env = env;
85 env->tx_handle = tmgrp;
139 ENV *env; local
147 env = dbenv->env;
172 ENV *env; local
239 ENV *env; local
337 ENV *env; local
453 ENV *env; local
729 ENV *env; local
773 ENV *env; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c42 ENV *env; local
47 env = dbp->env;
80 EPRINT((env,
100 EPRINT((env,
117 EPRINT((env,
131 EPRINT((env,
142 EPRINT((env,
148 EPRINT((env,
162 EPRINT((env,
196 ENV *env; local
300 ENV *env; local
392 ENV *env; local
511 ENV *env; local
863 ENV *env; local
1157 ENV *env; local
1279 ENV *env; local
1915 ENV *env; local
2049 ENV *env; local
2351 ENV *env; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlock.h46 #define LOCK_REGION_LOCK(env) \
47 MUTEX_LOCK(env, ((DB_LOCKREGION *) \
48 (env)->lk_handle->reginfo.primary)->mtx_region)
49 #define LOCK_REGION_UNLOCK(env) \
50 MUTEX_UNLOCK(env, ((DB_LOCKREGION *) \
51 (env)->lk_handle->reginfo.primary)->mtx_region)
179 ENV *env; /* Environment. */ member in struct:__db_locktab
252 MUTEX_LOCK((lt)->env, (reg)->mtx_region); \
256 MUTEX_UNLOCK((lt)->env, (reg)->mtx_region); \
260 MUTEX_LOCK((lt)->env, (l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/hello/
H A DHelloDatabaseWorld.java39 private Environment env; field in class:HelloDatabaseWorld
58 Environment env = new Environment(new File(dir), envConfig);
61 HelloDatabaseWorld worker = new HelloDatabaseWorld(env);
62 TransactionRunner runner = new TransactionRunner(env);
73 private HelloDatabaseWorld(Environment env) argument
76 this.env = env;
100 Database catalogDb = env.openDatabase(null, "catalog", null, dbConfig);
110 this.db = env.openDatabase(null, "helloworld", null, dbConfig);
128 if (env !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_util.c89 __lock_nomem(env, res)
90 ENV *env;
93 __db_errx(env, "Lock table is out of available %s", res);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_seek.c18 __os_seek(env, fhp, pgno, pgsize, relative)
19 ENV *env;
46 __db_syserr(env, ret,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DTxnTestCase.java46 protected Environment env; field in class:TxnTestCase
106 if (env != null) {
108 env.close();
112 env = null;
123 * Closes the environment and sets the env field to null.
129 if (env != null) {
130 env.close();
131 env = null;
144 env = new Environment(envHome, envConfig);
147 env
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dexec.c49 const char __user *const __user *env)
53 error = do_execve(file, argv, env, &current->thread.regs);
65 long um_execve(const char *file, const char __user *const __user *argv, const char __user *const __user *env) argument
69 err = execve1(file, argv, env);
76 const char __user *const __user *env)
85 error = execve1(filename, argv, env);
47 execve1(const char *file, const char __user *const __user *argv, const char __user *const __user *env) argument
75 sys_execve(const char __user *file, const char __user *const __user *argv, const char __user *const __user *env) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Denvvar.exp61 set env(WINBINDD_DOMAIN) $the_domain
111 set env(WINBINDD_DOMAIN) "asmithee"
139 set env(WINBINDD_DOMAIN) "$the_domain,asmithee"
190 set env(WINBINDD_DOMAIN) "moose,asmithee"
216 set env(WINBINDD_DOMAIN) ""
222 set env(_NO_WINBINDD) "1"
252 unset env(_NO_WINBINDD)
281 catch { unset env(WINBINDD_DOMAIN) } tmp
282 catch { unset env(_NO_WINBINDD) } tmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dtest-includes.com4 $ sav_def = f$env("DEFAULT")
8 $ define openssl 'f$env("DEFAULT")'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/splittree/
H A Dmakefile.va17 !include $(WXDIR)\src\makeva.env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dragimag/
H A Dmakefile.va16 !include $(WXDIR)\src\makeva.env

Completed in 206 milliseconds

<<11121314151617181920>>