Searched refs:env (Results 276 - 300 of 1022) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_autop.c19 __txn_regop_42_print(env, dbtp, lsnp, notused2, notused3)
20 ENV *env;
35 if ((ret = __txn_regop_42_read(env, dbtp->data, &argp)) != 0)
54 __lock_list_print(env, &argp->locks);
56 __os_free(env, argp);
65 __txn_regop_print(env, dbtp, lsnp, notused2, notused3)
66 ENV *env;
81 if ((ret = __txn_regop_read(env, dbtp->data, &argp)) != 0)
101 __lock_list_print(env, &argp->locks);
103 __os_free(env, arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c74 ENV *env; local
77 env = dbenv->env;
79 ENV_REQUIRES_CONFIG(env,
80 env->lk_handle, "DB_ENV->lock_detect", DB_INIT_LOCK);
83 if ((ret = __db_fchk(env, "DB_ENV->lock_detect", flags, 0)) != 0)
97 __db_errx(env,
102 ENV_ENTER(env, ip);
103 REPLICATION_WRAP(env, (__lock_detect(env, atyp
[all...]
H A Dlock.c52 ENV *env; local
55 env = dbenv->env;
57 ENV_REQUIRES_CONFIG(env,
58 env->lk_handle, "DB_ENV->lock_vec", DB_INIT_LOCK);
61 if ((ret = __db_fchk(env,
65 ENV_ENTER(env, ip);
66 REPLICATION_WRAP(env,
67 (__lock_vec_api(env, lid, flags, list, nlist, elistp)), 0, ret);
68 ENV_LEAVE(env, i
381 ENV *env; local
535 ENV *env; local
1044 ENV *env; local
1209 ENV *env; local
1321 ENV *env; local
1433 ENV *env; local
1605 ENV *env; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd007.tcl41 set env [eval $env_cmd]
47 set oflags "-create $omethod -mode 0644 -env $env $opts $testfile"
59 error_check_good dbremove [berkdb dbremove -env $env $testfile] 0
60 error_check_good log_flush [$env log_flush] 0
61 error_check_good envclose [$env close] 0
185 set env [eval $env_cmd]
195 $env test copy none
196 $env tes
[all...]
H A Dsdb019.tcl26 # If we are using an env, then skip this test. It needs its own.
27 set eindex [lsearch -exact $args "-env"]
29 set env NULL
31 set env [lindex $args $eindex]
32 puts "Subdb019 skipping for env $env"
55 # Create the env.
57 set env [eval berkdb_env -create {-cachesize $csize} \
59 error_check_good dbenv [is_valid_env $env] TRUE
74 $args -env
[all...]
H A Dtest025.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]
50 set testdir [get_home $env]
54 cleanup $testdir $env
74 set t [$env txn]
75 error_check_good txn [is_valid_txn $t $env] TRUE
90 set t [$env tx
[all...]
H A Dtest066.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]
43 set testdir [get_home $env]
45 cleanup $testdir $env
56 set t [$env txn]
57 error_check_good txn [is_valid_txn $t $env] TRUE
67 set t [$env tx
[all...]
H A Dtest077.tcl26 set eindex [lsearch -exact $args "-env"]
29 set env NULL
33 set env [lindex $args $eindex]
34 set txnenv [is_txnenv $env]
38 set testdir [get_home $env]
40 cleanup $testdir $env
52 set t [$env txn]
53 error_check_good txn [is_valid_txn $t $env] TRUE
66 set t [$env txn]
67 error_check_good txn [is_valid_txn $t $env] TRU
[all...]
H A Dtest121.tcl19 # This test needs its own env.
20 set eindex [lsearch -exact $args "-env"]
23 set env [lindex $args $eindex]
24 puts "Test$tnum skipping for env $env"
42 # Create transactional env. Specifying -multiversion makes
43 # all databases opened within the env -multiversion.
46 puts "\tTest$tnum.a: Creating txn env."
53 set env [eval {berkdb_env -create -cachesize "0 $cachesize 1"}\
56 error_check_good env_open [is_valid_env $env] TRU
[all...]
H A Dtest022.tcl18 set eindex [lsearch -exact $args "-env"]
20 # If we are using an env, then testfile should just be the db name.
25 set env NULL
30 set env [lindex $args $eindex]
31 set txnenv [is_txnenv $env]
35 set testdir [get_home $env]
37 cleanup $testdir $env
H A Dtest060.tcl22 set eindex [lsearch -exact $args "-env"]
24 # If we are using an env, then testfile should just be the db name.
28 set env NULL
32 set env [lindex $args $eindex]
33 set txnenv [is_txnenv $env]
37 set testdir [get_home $env]
39 cleanup $testdir $env
H A Dtest064.tcl20 set eindex [lsearch -exact $args "-env"]
22 # If we are using an env, then testfile should just be the db name.
26 set env NULL
30 set env [lindex $args $eindex]
31 set txnenv [is_txnenv $env]
35 set testdir [get_home $env]
37 cleanup $testdir $env
H A Dtest084.tcl13 set eindex [lsearch -exact $args "-env"]
15 # If we are using an env, then testfile should just be the db name.
19 set env NULL
23 set env [lindex $args $eindex]
24 set txnenv [is_txnenv $env]
28 set testdir [get_home $env]
37 cleanup $testdir $env
H A Dtest094.tcl27 set eindex [lsearch -exact $dbargs "-env"]
30 # If we are using an env, then testfile should just be the db name.
34 set env NULL
38 set env [lindex $dbargs $eindex]
39 set rpcenv [is_rpcenv $env]
44 set txnenv [is_txnenv $env]
52 set testdir [get_home $env]
57 cleanup $testdir $env
80 set t [$env txn]
81 error_check_good txn [is_valid_txn $t $env] TRU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c35 ENV *env; local
42 env = dbp->env;
53 if ((ret = __os_umalloc(env, sizeof(*sp), &sp)) != 0)
117 __os_ufree(env, sp);
143 ENV *env; local
149 env = dbp->env;
155 __db_msg(env, "%s", DB_GLOBAL(db_line));
156 __db_msg(env, "Defaul
332 ENV *env; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_autop.c20 __qam_incfirst_print(env, dbtp, lsnp, notused2, notused3)
21 ENV *env;
34 __qam_incfirst_read(env, NULL, NULL, dbtp->data, &argp)) != 0)
47 __os_free(env, argp);
56 __qam_mvptr_print(env, dbtp, lsnp, notused2, notused3)
57 ENV *env;
70 __qam_mvptr_read(env, NULL, NULL, dbtp->data, &argp)) != 0)
89 __os_free(env, argp);
98 __qam_del_print(env, dbtp, lsnp, notused2, notused3)
99 ENV *env;
[all...]
H A Dqam_open.c42 ENV *env; local
47 env = dbp->env;
54 __db_errx(env,
60 __db_errx(env,
76 LF_ISSET(DB_CREATE) && CDB_LOCKING(env) ?
93 __db_errx(env, "%s: unexpected file type or format", name);
150 if ((ret = __os_strdup(dbp->env, name, &t->path)) != 0)
173 ENV *env; local
177 env
236 ENV *env; local
295 ENV *env; local
[all...]
H A Dqam_stat.c55 if ((ret = __os_umalloc(dbp->env, sizeof(*sp), &sp)) != 0)
180 __os_ufree(dbp->env, sp);
202 ENV *env; local
206 env = dbp->env;
212 __db_msg(env, "%s", DB_GLOBAL(db_line));
213 __db_msg(env, "Default Queue database information:");
215 __db_msg(env, "%lx\tQueue magic number", (u_long)sp->qs_magic);
216 __db_msg(env, "%lu\tQueue version number", (u_long)sp->qs_version);
217 __db_dl(env, "Fixe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dtxn.t24 ok 2, my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
26 eval { $env->txn_begin() ; } ;
29 eval { my $txn_mgr = $env->TxnMgr() ; } ;
31 undef $env ;
44 ok 6, my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
47 ok 7, my $txn = $env->txn_begin() ;
50 -Env => $env,
55 ok 10, $txn = $env->txn_begin() ;
95 my $stat = $env->txn_stat() ;
101 undef $env ;
[all...]
/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 DEvolveTest.java67 caseObj.checkUnevolvedModel(rawStore.getModel(), env);
79 (store.getModel(), env, true /*oldTypesExist*/);
89 (rawStore.getModel(), env, true /*oldTypesExist*/);
105 (store.getModel(), env, true /*oldTypesExist*/);
115 (store.getModel(), env, true /*oldTypesExist*/);
118 (store.getModel(), env, true /*oldTypesExist*/);
126 (rawStore.getModel(), env, true /*oldTypesExist*/);
198 (store.getModel(), env, true /*oldTypesExist*/);
201 (store.getModel(), env, true /*oldTypesExist*/);
207 (store.getModel(), env, tru
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmp.h32 return (__db_mi_open((dbmfp)->env, name, 1));
35 return (__db_mi_open((dbmfp)->env, name, 0));
69 * The env and reginfo fields are not thread protected, as they are
72 ENV *env; /* Enclosing environment. */ member in struct:__db_mpool
104 #define MPOOL_SYSTEM_LOCK(env) \
105 MUTEX_LOCK(env, ((MPOOL *) \
106 (env)->mp_handle->reginfo[0].primary)->mtx_region)
107 #define MPOOL_SYSTEM_UNLOCK(env) \
108 MUTEX_UNLOCK(env, ((MPOOL *) \
109 (env)
[all...]
H A Drep.h115 #define RPRINT(env, verbose_category, x) do { \
116 if (FLD_ISSET((env)->dbenv->verbose, \
121 #define REP_PRINT_MESSAGE(env, eid, rp, str, fl) do { \
122 if (FLD_ISSET((env)->dbenv->verbose, \
124 __rep_print_message(env, eid, rp, str, fl); \
171 #define REP_SYSTEM_LOCK(env) \
172 MUTEX_LOCK(env, (env)->rep_handle->region->mtx_region)
173 #define REP_SYSTEM_UNLOCK(env) \
174 MUTEX_UNLOCK(env, (en
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_conv.c38 return (TYPE(h) == P_BTREEMETA ? __bam_mswap(dbp->env, pp) :
64 return (TYPE(h) == P_BTREEMETA ? __bam_mswap(dbp->env, pp) :
75 __bam_mswap(env, pg)
76 ENV *env;
81 COMPQUIET(env, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pnx8550/common/
H A Dprom.c56 t_env_var *env = (t_env_var *)prom_envp; local
61 while(env->name) {
62 if(strncmp(envname, env->name, i) == 0) {
63 return(env->name + strlen(envname) + 1);
65 env++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_fid.c20 __os_fileid(env, fname, unique_okay, fidp)
21 ENV *env;
49 __db_syserr(env, ret, "stat: %s", fname);
99 __os_unique_id(env, &tmp);
123 __os_id(env->dbenv, &pid, NULL);

Completed in 529 milliseconds

<<11121314151617181920>>