Searched refs:env (Results 126 - 150 of 810) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Dcrdel_auto.c17 __crdel_metasub_read(env, dbpp, td, recbuf, argpp)
18 ENV *env;
29 if ((ret = __os_malloc(env,
37 LOGCOPY_32(env, &argp->type, bp);
40 LOGCOPY_32(env, &argp->txnp->txnid, bp);
43 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
46 LOGCOPY_32(env, &uinttmp, bp);
52 env, argp->txnp, dbpp, argp->fileid, 1);
55 LOGCOPY_32(env, &uinttmp, bp);
60 LOGCOPY_32(env,
95 ENV *env; local
[all...]
H A Ddb_auto.c17 __db_addrem_read(env, dbpp, td, recbuf, argpp)
18 ENV *env;
29 if ((ret = __os_malloc(env,
37 LOGCOPY_32(env, &argp->type, bp);
40 LOGCOPY_32(env, &argp->txnp->txnid, bp);
43 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
46 LOGCOPY_32(env, &argp->opcode, bp);
49 LOGCOPY_32(env, &uinttmp, bp);
55 env, argp->txnp, dbpp, argp->fileid, 1);
58 LOGCOPY_32(env,
111 ENV *env; local
400 ENV *env; local
678 ENV *env; local
1219 ENV *env; local
1533 ENV *env; local
1884 ENV *env; local
2416 ENV *env; local
2699 ENV *env; local
2960 ENV *env; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_conv.c24 __qam_mswap(env, pg)
25 ENV *env;
30 COMPQUIET(env, NULL);
56 __qam_pgin_out(env, pg, pp, cookie)
57 ENV *env;
72 return (__qam_mswap(env, pp));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbtree_auto.c17 __bam_split_read(env, dbpp, td, recbuf, argpp)
18 ENV *env;
29 if ((ret = __os_malloc(env,
37 LOGCOPY_32(env, &argp->type, bp);
40 LOGCOPY_32(env, &argp->txnp->txnid, bp);
43 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
46 LOGCOPY_32(env, &uinttmp, bp);
52 env, argp->txnp, dbpp, argp->fileid, 1);
55 LOGCOPY_32(env, &uinttmp, bp);
59 LOGCOPY_TOLSN(env,
128 ENV *env; local
446 ENV *env; local
718 ENV *env; local
964 ENV *env; local
1202 ENV *env; local
1459 ENV *env; local
1725 ENV *env; local
1976 ENV *env; local
2221 ENV *env; local
2532 ENV *env; local
2897 ENV *env; local
3186 ENV *env; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_map.c22 __os_attach(env, infop, rp)
23 ENV *env;
35 if (!F_ISSET(env, ENV_PRIVATE) && __os_is_winnt() == 0) {
36 __db_err(env,
46 if ((ret = __os_open(env, infop->name, 0, DB_OSO_REGION |
48 env->db_mode, &fhp)) != 0) {
49 __db_err(env, ret, "%s", infop->name);
59 ret = __os_map(env, infop->name, infop, fhp, rp->size,
60 1, F_ISSET(env, ENV_SYSTEM_MEM), 0, &infop->addr);
61 if (ret == 0 && F_ISSET(env, ENV_SYSTEM_ME
[all...]
H A Dos_flock.c18 __os_fdlock(env, fhp, offset, acquire, nowait)
19 ENV *env;
31 __db_errx(env, "fdlock API not implemented for WinCE, DB_REGISTER "
40 dbenv = env == NULL ? NULL : env->dbenv;
42 DB_ASSERT(env,
46 __db_msg(env,
54 DB_ASSERT(env, offset < (u_int64_t)INT64_MAX);
79 __os_yield(env, 1, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlog006.tcl26 set env [berkdb_env_noerr -log_remove \
28 error_check_good envopen [is_valid_env $env] TRUE
30 log006_put $testdir $env
37 set log_number [stat_field $env log_stat "Current log file number"]
52 cleanup $testdir $env
53 set txn [$env txn]
54 error_check_good txn [is_valid_txn $txn $env] TRUE
59 -env $env -txn $txn -pagesize 8192 -btree $testfile]
62 log006_put $testdir $env
[all...]
H A Dfop005.tcl29 # If we are using an env, then skip this test.
31 set eindex [lsearch -exact $args "-env"]
34 set env [lindex $args $eindex]
35 puts "Skipping fop$tnum for env $env"
60 foreach op "noenv env auto commit abort" {
65 set env NULL
71 if { $op == "env" } {
74 set env [eval {berkdb_env -create \
76 set envargs " -env
[all...]
H A Dtest123.tcl10 # TEST Open a CDS env with -cdb_alldb.
12 # TEST Create two databases in the env, do a cursor put
18 # If we are using an env, then skip this test. It needs its own.
19 set eindex [lsearch -exact $args "-env"]
22 set env [lindex $args $eindex]
23 puts "Skipping test123 for env $env"
42 puts "\tTest$tnum.a: Open env."
43 set env [eval {berkdb_env -create} $encargs -cdb -cdb_alldb -home $testdir]
44 error_check_good dbenv [is_valid_env $env] TRU
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_util.c31 #define TIMESTAMP_CHECK(env, ts, renv) do { \
34 REP_SYSTEM_LOCK(env); \
37 REP_SYSTEM_UNLOCK(env); \
59 __rep_bulk_message(env, bulk, repth, lsn, dbt, flags)
60 ENV *env;
75 db_rep = env->rep_handle;
88 MUTEX_LOCK(env, rep->mtx_clientdb);
90 MUTEX_UNLOCK(env, rep->mtx_clientdb);
91 __os_yield(env, 1, 0);
92 MUTEX_LOCK(env, re
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_dir.c21 __os_dirlist(env, dir, returndir, namesp, cntp)
22 ENV *env;
37 dbenv = env == NULL ? NULL : env->dbenv;
41 __db_msg(env, "fileops: directory list %s", dir);
79 if ((ret = __os_realloc(env,
83 if ((ret = __os_strdup(env, dp->d_name, &names[cnt])) != 0)
94 __os_dirfree(env, names, cnt);
107 __os_dirfree(env, names, cnt)
108 ENV *env;
[all...]
H A Dos_addrinfo.c29 __os_getaddrinfo(env, nodename, port, servname, hints, res)
30 ENV *env;
42 __db_errx(env, "%s(%u): host lookup failed: %s",
81 __db_syserr(env, ret,
98 __db_errx(env,
103 __db_errx(env,
128 if ((ret = __os_calloc(env, 1, sizeof(ADDRINFO), &answer)) != 0)
130 if ((ret = __os_malloc(env, sizeof(sin), &answer->ai_addr)) != 0) {
131 __os_free(env, answer);
154 __os_freeaddrinfo(env, a
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_vxworks/
H A Dos_vx_yield.c18 __os_yield(env, secs, usecs)
19 ENV *env;
24 COMPQUIET(env, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c42 ENV *env; local
45 env = dbenv->env;
47 ENV_REQUIRES_CONFIG(env,
48 env->lg_handle, "DB_ENV->log_put", DB_INIT_LOG);
51 if ((ret = __db_fchk(env, "DB_ENV->log_put", flags,
58 return (__db_ferr(env, "DB_ENV->log_put", 1));
61 if (IS_REP_CLIENT(env)) {
62 __db_errx(env,
67 ENV_ENTER(env, i
547 ENV *env; local
686 ENV *env; local
815 ENV *env; local
881 ENV *env; local
1180 ENV *env; local
1263 ENV *env; local
1328 ENV *env; local
1375 ENV *env; local
[all...]
H A Dlog_get.c48 ENV *env; local
51 env = dbenv->env;
53 ENV_REQUIRES_CONFIG(env,
54 env->lg_handle, "DB_ENV->log_cursor", DB_INIT_LOG);
57 if ((ret = __db_fchk(env, "DB_ENV->log_cursor", flags, 0)) != 0)
60 ENV_ENTER(env, ip);
61 REPLICATION_WRAP(env, (__log_cursor(env, logcp)), 0, ret);
62 ENV_LEAVE(env, i
115 ENV *env; local
139 ENV *env; local
168 ENV *env; local
196 ENV *env; local
252 ENV *env; local
296 ENV *env; local
376 ENV *env; local
697 ENV *env; local
759 ENV *env; local
1004 ENV *env; local
1132 ENV *env; local
1194 ENV *env; local
1282 ENV *env; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_stat.c39 ENV *env; local
42 env = dbenv->env;
44 ENV_REQUIRES_CONFIG(env,
45 env->lk_handle, "DB_ENV->lock_stat", DB_INIT_LOCK);
47 if ((ret = __db_fchk(env,
51 ENV_ENTER(env, ip);
52 REPLICATION_WRAP(env, (__lock_stat(env, statp, flags)), 0, ret);
53 ENV_LEAVE(env, i
208 ENV *env; local
617 ENV *env; local
[all...]
H A Dlock_id.c27 ENV *env; local
30 env = dbenv->env;
32 ENV_REQUIRES_CONFIG(env,
33 env->lk_handle, "DB_ENV->lock_id", DB_INIT_LOCK);
35 ENV_ENTER(env, ip);
36 REPLICATION_WRAP(env, (__lock_id(env, idp, NULL)), 0, ret);
37 ENV_LEAVE(env, ip);
48 __lock_id(env, id
143 ENV *env; local
262 ENV *env; local
285 ENV *env; local
410 ENV *env; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/xa/
H A Dxa.c73 __xa_get_txn(env, txnp, do_init)
74 ENV *env;
90 env->thread_id(env, &pid, &tid);
93 DB_ASSERT(env, env->tx_handle != NULL);
94 mgr = env->tx_handle;
101 MUTEX_LOCK(env, mgr->mutex);
102 TAILQ_FOREACH(t, &env->xa_txn, xalinks) {
118 MUTEX_UNLOCK(env, mg
245 ENV *env; local
295 ENV *env; local
344 ENV *env; local
417 ENV *env; local
474 ENV *env; local
534 ENV *env; local
603 ENV *env; local
637 ENV *env; local
696 ENV *env; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/pcp/
H A DInstall37 . /etc/pcp.env
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_stat.c18 __os_exists(env, path, isdirp)
19 ENV *env;
27 FILE_MANAGER_CREATE(env, pIFileMgr, ret);
34 env, pIFileMgr, path, "IFILEMGR_Test", ret);
41 env, pIFileMgr, path, "IFILEMGR_GetInfo", ret);
58 __os_ioinfo(env, path, fhp, mbytesp, bytesp, iosizep)
59 ENV *env;
68 FILE_MANAGER_CREATE(env, pIFileMgr, ret);
73 FILE_MANAGER_ERR(env, pIFileMgr, path, "IFILE_GetInfo", ret);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dcds.t29 # Error case -- env not opened in CDS mode
36 ok 2, my $env = new BerkeleyDB::Env -Flags => DB_CREATE|DB_INIT_MPOOL,
40 -Env => $env,
43 ok 4, ! $env->cds_enabled() ;
50 undef $env ;
59 ok 8, my $env = new BerkeleyDB::Env -Flags => DB_INIT_CDB|DB_CREATE|DB_INIT_MPOOL,
63 -Env => $env,
66 ok 10, $env->cds_enabled() ;
73 undef $env ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dzerofill.c29 __db_zero_fill(env, fhp)
30 ENV *env;
44 if ((ret = __os_ioinfo(env, NULL, fhp, &mbytes, &bytes, NULL)) != 0)
55 if ((ret = __os_calloc(env, 1, ZF_LARGE_WRITE, &bp)) != 0)
60 if ((ret = __os_seek(env, fhp, mbytes, MEGABYTE, bytes)) != 0)
72 if (group_sync && (ret = __os_fsync(env, fhp)) != 0)
75 if ((ret = __os_physwrite(env, fhp, bp, blen, &nw)) != 0)
79 if ((ret = __os_fsync(env, fhp)) != 0)
85 ret = __os_seek(env, fhp, mbytes, MEGABYTE, bytes);
87 err: __os_free(env, b
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_name.c46 __db_appname(env, appname, file, tmp_oflags, fhpp, namep)
47 ENV *env;
61 dbenv = env->dbenv;
81 return (__os_strdup(env, file, namep));
84 if (env != NULL)
85 a = env->db_home;
101 if (env == NULL || dbenv->db_data_dir == NULL) {
127 if (env != NULL)
131 if (env != NULL)
149 if ((ret = __os_malloc(env, str_le
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c64 if ((ret = __memp_fcreate((D)->env, &(D)->mpf)) != 0) \
78 __os_closehandle((D)->env, (F))) != 0) { \
99 __fop_lock_handle(env, dbp, locker, mode, elockp, flags)
100 ENV *env;
112 if (!LOCKING_ON(env) ||
120 if (IS_RECOVERING(env))
121 return (elockp == NULL ? 0 : __ENV_LPUT(env, *elockp));
130 DB_TEST_SUBLOCKS(env, flags);
132 ret = __lock_get(env, locker,
141 if ((ret = __lock_vec(env,
213 ENV *env; local
696 ENV *env; local
757 ENV *env; local
930 ENV *env; local
1113 ENV *env; local
1182 ENV *env; local
1242 ENV *env; local
1353 ENV *env; local
1444 ENV *env; local
1627 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_auto.c17 __dbreg_register_read(env, recbuf, argpp)
18 ENV *env;
27 if ((ret = __os_malloc(env,
34 LOGCOPY_32(env, &argp->type, bp);
37 LOGCOPY_32(env, &argp->txnp->txnid, bp);
40 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
43 LOGCOPY_32(env, &argp->opcode, bp);
47 LOGCOPY_32(env,&argp->name.size, bp);
53 LOGCOPY_32(env,&argp->uid.size, bp);
58 LOGCOPY_32(env,
[all...]

Completed in 146 milliseconds

1234567891011>>