Searched refs:env (Results 251 - 275 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 Dtxn012.tcl19 puts "\tTxn012.a: Set up env and txn."
20 set env [berkdb_env -create -home $testdir -txn]
21 set db [berkdb_open -create -auto_commit -btree -env $env test.db]
22 set txn0 [$env txn]
23 set txn1 [$env txn]
59 error_check_good env_close [$env close] 0
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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dkobject_uevent.c132 struct kobj_uevent_env *env; local
193 env = kzalloc(sizeof(struct kobj_uevent_env), GFP_KERNEL);
194 if (!env)
205 retval = add_uevent_var(env, "ACTION=%s", action_string);
208 retval = add_uevent_var(env, "DEVPATH=%s", devpath);
211 retval = add_uevent_var(env, "SUBSYSTEM=%s", subsystem);
218 retval = add_uevent_var(env, "%s", envp_ext[i]);
226 retval = uevent_ops->uevent(kset, kobj, env);
250 retval = add_uevent_var(env, "SEQNUM=%llu", (unsigned long long)seq);
264 skb = alloc_skb(len + env
342 add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/lu/
H A Dlu.h48 struct soap *soap; // gSOAP env. instance was created
50 vector(struct soap *env);
51 vector(struct soap *env, int size);
52 vector(struct soap *env, int start, int end);
69 struct soap *soap; // gSOAP env. instance was created
71 ivector(struct soap *env);
72 ivector(struct soap *env, int size);
73 ivector(struct soap *env, int start, int end);
90 struct soap *soap; // gSOAP env. instance was created
92 matrix(struct soap *env);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/lu/
H A Dlu.h48 struct soap *soap; // gSOAP env. instance was created
50 vector(struct soap *env);
51 vector(struct soap *env, int size);
52 vector(struct soap *env, int start, int end);
69 struct soap *soap; // gSOAP env. instance was created
71 ivector(struct soap *env);
72 ivector(struct soap *env, int size);
73 ivector(struct soap *env, int start, int end);
90 struct soap *soap; // gSOAP env. instance was created
92 matrix(struct soap *env);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_main.c90 char *env; local
92 env = curlx_getenv("CURL_MEMDEBUG");
93 if(env) {
96 if(strlen(env) >= CURL_MT_LOGFNAME_BUFSIZE)
97 env[CURL_MT_LOGFNAME_BUFSIZE-1] = '\0';
98 strcpy(fname, env);
99 curl_free(env);
106 env = curlx_getenv("CURL_MEMLIMIT");
107 if(env) {
109 long num = strtol(env,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/yosemite/
H A Dprom.c91 char **env = (char **) fw_arg2; local
118 while (*env) {
119 if (strncmp("ocd_base", *env, strlen("ocd_base")) == 0)
121 simple_strtol(*env + strlen("ocd_base="), NULL,
124 if (strncmp("cpuclock", *env, strlen("cpuclock")) == 0)
126 simple_strtol(*env + strlen("cpuclock="), NULL,
129 env++;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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 285 milliseconds

<<11121314151617181920>>