Searched refs:env (Results 251 - 275 of 810) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_apprec/
H A Dex_apprec_auto.c23 ENV *env; local
25 env = dbenv->env;
33 LOGCOPY_32(env, &argp->type, bp);
36 LOGCOPY_32(env, &argp->txnp->txnid, bp);
39 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
43 LOGCOPY_32(env,&argp->dirname.size, bp);
67 ENV *env; local
73 env = dbenv->env;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest083.tcl29 # If we are using an env, then testfile should just be the db name.
32 set eindex [lsearch -exact $args "-env"]
35 set env NULL
39 set env [lindex $args $eindex]
40 set txnenv [is_txnenv $env]
44 set testdir [get_home $env]
57 if { $env != "NULL"} {
58 set testdir [get_home $env]
60 cleanup $testdir $env
65 t83_build $db $nitems $env
[all...]
H A Dlog009.tcl31 # Open an env.
34 set env [eval $envcmd]
35 error_check_good env [is_valid_env $env] TRUE
45 $method $env NULL $niter $start $start 0 0 $largs
48 set last_log [get_logfile $env last]
58 set logc [$env log_cursor]
59 error_check_good logc [is_valid_logc $logc $env] TRUE
83 set logc [$env log_cursor]
84 error_check_good logc [is_valid_logc $logc $env] TRU
[all...]
H A Dtxn003.tcl25 set env [eval $env_cmd]
26 error_check_good dbenv [is_valid_env $env] TRUE
28 [$env txn_id_set $txn_curid $txn_maxid] 0
30 set oflags {-auto_commit -create -btree -mode 0644 -env $env $testfile}
51 set parent [$env txn]
52 error_check_good txn_begin [is_valid_txn $parent $env] TRUE
53 set child [$env txn -parent $parent]
54 error_check_good txn_begin [is_valid_txn $child $env] TRUE
64 set parent [$env tx
[all...]
H A Dfop006.tcl111 set env [berkdb_env -create -home $testdir -txn]
112 error_check_good is_valid_env [is_valid_env $env] TRUE
117 $omethod $args -env $env -auto_commit a]
120 $omethod $args -env $env -auto_commit {""} a]
129 $omethod $args -env $env -auto_commit b]
132 $omethod $args -env $env
[all...]
H A Drpc003.tcl44 set env [berkdb_env -create -home $testdir]
45 error_check_good env_open [is_valid_env $env] TRUE
48 set pdb [eval {berkdb_open -create -env} $env $pomethod $pargs $pname]
54 set sdb [eval {berkdb_open -create -env} $env \
83 error_check_good env_close [$env close] 0
99 set env [eval {berkdb_env_noerr -create -mode 0644 \
101 error_check_good lock_env:open [is_valid_env $env] TRUE
109 set popen "berkdb_open_noerr -env
[all...]
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_region.c58 __lock_open(env, create_ok)
59 ENV *env;
68 dbenv = env->dbenv;
72 if ((ret = __os_calloc(env, 1, sizeof(DB_LOCKTAB), &lt)) != 0)
74 lt->env = env;
77 lt->reginfo.env = env;
89 size = __lock_region_size(env);
90 if ((ret = __env_region_attach(env,
[all...]
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddebug.h36 #define DB_ASSERT(env, e) \
37 ((e) ? (void)0 : __db_assert(env, #e, __FILE__, __LINE__))
39 #define DB_ASSERT(env, e)
102 ((app_call) || F_ISSET((dbenv)->env, ENV_NO_OUTPUT_SET)))) \
127 ((app_call) || F_ISSET((dbenv)->env, ENV_NO_OUTPUT_SET)))) \
128 __db_errfile(env, error, error_set, fmt, __ap); \
199 (void)__db_debug_log((C)->env, T, &__lsn, 0, \
219 #define DB_TEST_SUBLOCKS(env, flags) do { \
220 if ((env)->test_abort == DB_TEST_SUBDB_LOCKS) \
224 #define DB_ENV_TEST_RECOVERY(env, va
[all...]
H A Dtxn.h110 ENV *env; /* Environment. */ member in struct:__db_txnmgr
115 #define TXN_SYSTEM_LOCK(env) \
116 MUTEX_LOCK(env, ((DB_TXNREGION *) \
117 (env)->tx_handle->reginfo.primary)->mtx_region)
118 #define TXN_SYSTEM_UNLOCK(env) \
119 MUTEX_UNLOCK(env, ((DB_TXNREGION *) \
120 (env)->tx_handle->reginfo.primary)->mtx_region)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Dcrdel_autop.c18 __crdel_metasub_print(env, dbtp, lsnp, notused2, notused3)
19 ENV *env;
34 __crdel_metasub_read(env, NULL, NULL, dbtp->data, &argp)) != 0)
54 __os_free(env, argp);
63 __crdel_inmem_create_print(env, dbtp, lsnp, notused2, notused3)
64 ENV *env;
78 if ((ret = __crdel_inmem_create_read(env, dbtp->data, &argp)) != 0)
102 __os_free(env, argp);
111 __crdel_inmem_rename_print(env, dbtp, lsnp, notused2, notused3)
112 ENV *env;
[all...]
H A Ddb_conv.c70 ENV *env; local
77 env = dbenv->env;
85 dbp->env = env;
88 db_cipher = env->crypto_handle;
131 is_hmac = CRYPTO_ON(env) ? 1 : 0;
144 env, NULL, db_cipher, chksum, pp, sum_len, is_hmac)) {
148 if (DBENV_LOGGING(env))
150 env, NUL
203 ENV *env; local
442 ENV *env; local
657 ENV *env; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_autop.c20 __ham_insdel_print(env, dbtp, lsnp, notused2, notused3)
21 ENV *env;
36 __ham_insdel_read(env, NULL, NULL, dbtp->data, &argp)) != 0)
64 __os_free(env, argp);
73 __ham_newpage_print(env, dbtp, lsnp, notused2, notused3)
74 ENV *env;
87 __ham_newpage_read(env, NULL, NULL, dbtp->data, &argp)) != 0)
108 __os_free(env, argp);
117 __ham_splitdata_print(env, dbtp, lsnp, notused2, notused3)
118 ENV *env;
[all...]
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_autop.c18 __dbreg_register_print(env, dbtp, lsnp, notused2, notused3)
19 ENV *env;
33 if ((ret = __dbreg_register_read(env, dbtp->data, &argp)) != 0)
60 __os_free(env, argp);
68 __dbreg_init_print(env, dtabp)
69 ENV *env;
74 if ((ret = __db_add_recovery_int(env, dtabp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_alloc.c122 ENV *env; local
125 env = infop->env;
128 if (F_ISSET(env, ENV_PRIVATE))
205 ENV *env; local
213 env = infop->env;
224 if (F_ISSET(env, ENV_PRIVATE)) {
237 if ((ret = __os_malloc(env, len, &p)) != 0)
349 ENV *env; local
473 ENV *env; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfileops_autop.c18 __fop_create_print(env, dbtp, lsnp, notused2, notused3)
19 ENV *env;
33 if ((ret = __fop_create_read(env, dbtp->data, &argp)) != 0)
51 __os_free(env, argp);
60 __fop_remove_print(env, dbtp, lsnp, notused2, notused3)
61 ENV *env;
75 if ((ret = __fop_remove_read(env, dbtp->data, &argp)) != 0)
98 __os_free(env, argp);
107 __fop_write_print(env, dbtp, lsnp, notused2, notused3)
108 ENV *env;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_stub.c28 __db_errx(dbenv->env,
39 __repmgr_close(env)
40 ENV *env;
42 COMPQUIET(env, NULL);
182 __repmgr_handle_event(env, event, info)
183 ENV *env;
187 COMPQUIET(env, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DCatalogCornerCaseTest.java46 private Environment env; field in class:CatalogCornerCaseTest
57 env = TestEnv.BDB.open(getName());
63 if (env != null) {
64 env.close();
70 env = null;
84 DbCompat.testOpenDatabase(env, null, file, null, config);
90 db = DbCompat.testOpenDatabase(env, null, file, null, config);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A Dprom.c88 char **env = (char **) fw_arg2; local
115 while (*env) {
116 if (strncmp("ocd_base", *env, strlen("ocd_base")) == 0)
118 simple_strtol(*env + strlen("ocd_base="), NULL,
121 if (strncmp("cpuclock", *env, strlen("cpuclock")) == 0)
123 simple_strtol(*env + strlen("cpuclock="), NULL,
126 env++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_printlog/
H A Ddb_printlog.c66 ENV *env; local
184 * If we are reading the replication database, do not open the env
204 env = dbenv->env;
238 (ret = db_printlog_env_init_print(env, version, &dtab)) != 0) {
277 if ((ret = db_printlog_env_init_print(env, version,
286 ret = __db_dispatch(dbenv->env,
332 db_printlog_env_init_print(env, version, dtabp)
333 ENV *env;
344 if ((ret = db_printlog_env_init_print_45(env, dtab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Ddb_printlog.c52 ENV *env; local
169 * If we are reading the replication database, do not open the env
189 env = dbenv->env;
223 (ret = env_init_print(env, version, &dtab)) != 0) {
262 if ((ret = env_init_print(env, version,
271 ret = __db_dispatch(dbenv->env,
317 env_init_print(env, version, dtabp)
318 ENV *env;
329 if ((ret = env_init_print_45(env, dtab
[all...]

Completed in 312 milliseconds

<<11121314151617181920>>