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

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-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 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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
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...]
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/philips/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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...]

Completed in 115 milliseconds

<<11121314151617181920>>