Searched refs:DB_ENV (Results 201 - 225 of 264) sorted by relevance

1234567891011

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_id.c19 * PUBLIC: int __lock_id_pp __P((DB_ENV *, u_int32_t *));
23 DB_ENV *dbenv;
33 env->lk_handle, "DB_ENV->lock_id", DB_INIT_LOCK);
132 * PUBLIC: int __lock_id_free_pp __P((DB_ENV *, u_int32_t));
136 DB_ENV *dbenv;
149 env->lk_handle, "DB_ENV->lock_id_free", DB_INIT_LOCK);
H A Dlock_stat.c30 * PUBLIC: int __lock_stat_pp __P((DB_ENV *, DB_LOCK_STAT **, u_int32_t));
34 DB_ENV *dbenv;
45 env->lk_handle, "DB_ENV->lock_stat", DB_INIT_LOCK);
48 "DB_ENV->lock_stat", flags, DB_STAT_CLEAR)) != 0)
200 * PUBLIC: int __lock_stat_print_pp __P((DB_ENV *, u_int32_t));
204 DB_ENV *dbenv;
214 env->lk_handle, "DB_ENV->lock_stat_print", DB_INIT_LOCK);
219 if ((ret = __db_fchk(env, "DB_ENV->lock_stat_print",
730 DB_ENV *dbenv;
742 DB_ENV *dben
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_verify/
H A Ddb_verify.c46 DB_ENV *dbenv;
159 dbenv->err(dbenv, ret, "DB_ENV->open");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_put.c14 DB_ENV *dbenv;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_verify/
H A Ddb_verify.c32 DB_ENV *dbenv;
144 dbenv->err(dbenv, ret, "DB_ENV->open");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_chkpt.c52 * PUBLIC: __P((DB_ENV *, u_int32_t, u_int32_t, u_int32_t));
56 DB_ENV *dbenv;
H A Dtxn_recover.c63 * PUBLIC: __P((DB_ENV *, DB_PREPLIST *, long, long *, u_int32_t));
67 DB_ENV *dbenv;
88 return (__db_ferr(env, "DB_ENV->txn_recover", 0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_lock.c26 DB_ENV *dbenv;
H A Dex_mpool.c160 DB_ENV *dbenv;
199 dbenv->err(dbenv, ret, "DB_ENV->open");
205 dbenv->err(dbenv, ret, "DB_ENV->memp_fcreate: %s", MPOOL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_stat.c40 * DB_ENV->memp_stat pre/post processing.
43 * PUBLIC: __P((DB_ENV *, DB_MPOOL_STAT **, DB_MPOOL_FSTAT ***, u_int32_t));
47 DB_ENV *dbenv;
59 env->mp_handle, "DB_ENV->memp_stat", DB_INIT_MPOOL);
62 "DB_ENV->memp_stat", flags, DB_STAT_CLEAR)) != 0)
350 * PUBLIC: int __memp_stat_print_pp __P((DB_ENV *, u_int32_t));
354 DB_ENV *dbenv;
364 env->mp_handle, "DB_ENV->memp_stat_print", DB_INIT_MPOOL);
369 "DB_ENV->memp_stat_print", flags, DB_STAT_MEMP_FLAGS)) != 0)
853 DB_ENV *dben
[all...]
H A Dmp_resize.c509 * PUBLIC: int __memp_get_cache_max __P((DB_ENV *, u_int32_t *, u_int32_t *));
513 DB_ENV *dbenv;
524 env->mp_handle, "DB_ENV->get_mp_max_ncache", DB_INIT_MPOOL);
543 * PUBLIC: int __memp_set_cache_max __P((DB_ENV *, u_int32_t, u_int32_t));
547 DB_ENV *dbenv;
554 ENV_ILLEGAL_AFTER_OPEN(env, "DB_ENV->set_cache_max");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_mp.c64 * PUBLIC: int tcl_MpSync __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
71 DB_ENV *dbenv; /* Environment pointer */
102 * PUBLIC: Tcl_Obj * CONST*, DB_ENV *));
109 DB_ENV *dbenv; /* Environment pointer */
144 * PUBLIC: Tcl_Obj * CONST*, DB_ENV *, DBTCL_INFO *));
151 DB_ENV *dbenv; /* Environment pointer */
306 * PUBLIC: int tcl_MpStat __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
313 DB_ENV *dbenv; /* Environment pointer */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr029/
H A Dt.c20 DB_ENV *dbenv;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr031/src/
H A Dserver.c58 DB_ENV *dbenv;
69 * our own DB_ENV handle -- Berkeley DB doesn't require servers know
79 "DB_ENV->open: %s: %s\n", HOME, db_strerror(ret));
120 "DB_ENV->close: %s: %s\n", HOME, db_strerror(ret));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_put.c14 DB_ENV *dbenv;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_typemaps.i521 %native(DbEnv_lock_vec) void DbEnv_lock_vec(DB_ENV *dbenv, u_int32_t locker,
528 DB_ENV *dbenv;
545 dbenv = *(DB_ENV **)(void *)&jdbenvp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h528 DB_ENV *__dbenv = (env)->dbenv; \
541 * handle is the DB_ENV structure. The library owns this structure, the user
542 * owns the DB_ENV structure. The reason there are two structures is because
543 * the user's configuration outlives any particular DB_ENV->open call, and
548 DB_ENV *dbenv; /* Linked DB_ENV structure */
558 * DB_ENV structure because they are only set as arguments to the
559 * DB_ENV->open method. In other words, because of the historic API,
562 * Arguments to DB_ENV->open.
650 #define ENV_OPEN_CALLED 0x00000020 /* DB_ENV
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h527 DB_ENV *__dbenv = (env)->dbenv; \
540 * handle is the DB_ENV structure. The library owns this structure, the user
541 * owns the DB_ENV structure. The reason there are two structures is because
542 * the user's configuration outlives any particular DB_ENV->open call, and
547 DB_ENV *dbenv; /* Linked DB_ENV structure */
557 * DB_ENV structure because they are only set as arguments to the
558 * DB_ENV->open method. In other words, because of the historic API,
561 * Arguments to DB_ENV->open.
649 #define ENV_OPEN_CALLED 0x00000020 /* DB_ENV
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h526 DB_ENV *__dbenv = (env)->dbenv; \
539 * handle is the DB_ENV structure. The library owns this structure, the user
540 * owns the DB_ENV structure. The reason there are two structures is because
541 * the user's configuration outlives any particular DB_ENV->open call, and
546 DB_ENV *dbenv; /* Linked DB_ENV structure */
556 * DB_ENV structure because they are only set as arguments to the
557 * DB_ENV->open method. In other words, because of the historic API,
560 * Arguments to DB_ENV->open.
648 #define ENV_OPEN_CALLED 0x00000020 /* DB_ENV
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h530 DB_ENV *__dbenv = (env)->dbenv; \
543 * handle is the DB_ENV structure. The library owns this structure, the user
544 * owns the DB_ENV structure. The reason there are two structures is because
545 * the user's configuration outlives any particular DB_ENV->open call, and
550 DB_ENV *dbenv; /* Linked DB_ENV structure */
560 * DB_ENV structure because they are only set as arguments to the
561 * DB_ENV->open method. In other words, because of the historic API,
564 * Arguments to DB_ENV->open.
652 #define ENV_OPEN_CALLED 0x00000020 /* DB_ENV
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h527 DB_ENV *__dbenv = (env)->dbenv; \
540 * handle is the DB_ENV structure. The library owns this structure, the user
541 * owns the DB_ENV structure. The reason there are two structures is because
542 * the user's configuration outlives any particular DB_ENV->open call, and
547 DB_ENV *dbenv; /* Linked DB_ENV structure */
557 * DB_ENV structure because they are only set as arguments to the
558 * DB_ENV->open method. In other words, because of the historic API,
561 * Arguments to DB_ENV->open.
649 #define ENV_OPEN_CALLED 0x00000020 /* DB_ENV
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h527 DB_ENV *__dbenv = (env)->dbenv; \
540 * handle is the DB_ENV structure. The library owns this structure, the user
541 * owns the DB_ENV structure. The reason there are two structures is because
542 * the user's configuration outlives any particular DB_ENV->open call, and
547 DB_ENV *dbenv; /* Linked DB_ENV structure */
557 * DB_ENV structure because they are only set as arguments to the
558 * DB_ENV->open method. In other words, because of the historic API,
561 * Arguments to DB_ENV->open.
649 #define ENV_OPEN_CALLED 0x00000020 /* DB_ENV
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp129 // and if that creates a new DB_ENV, it must be tied to a new DbEnv.
134 DB_ENV *cenv = unwrap(dbenv_);
141 // We rely on the fact that if a NULL DB_ENV* is given,
152 // Create a new DbEnv from a DB_ENV* if it was created locally.
176 // The underlying DB_ENV object will be inaccessible
273 DB_ENV *dbenv = db->get_env(db);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_conv.c57 * PUBLIC: int __db_pgin __P((DB_ENV *, db_pgno_t, void *, DBT *));
61 DB_ENV *dbenv;
192 * PUBLIC: int __db_pgout __P((DB_ENV *, db_pgno_t, void *, DBT *));
196 DB_ENV *dbenv;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c636 DB_ENV *dbenv;
779 DB_ENV *dbenv;
809 dbenv->err(dbenv, ret, "DB_ENV->open");

Completed in 268 milliseconds

1234567891011