Searched refs:dbremove (Results 26 - 50 of 50) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb010.tcl58 error_check_good db_remove [eval {berkdb dbremove} $envargs \
H A Dtestutils.tcl1132 # - Call 'dbremove' on any databases.
1171 # state, dbremove might not be able to handle
1177 {eval {berkdb dbremove} $envargs $encarg \
1179 # If dbremove failed and we're not in an env,
1188 {eval {berkdb dbremove} \
1195 {eval {berkdb dbremove} \
1201 "FAIL: dbremove in cleanup failed: $res"
1242 {berkdb dbremove} $envargs $db } res]
3018 eval berkdb dbremove $dbarg $newdbname
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl8 define(m4_tcl_env_dbremove, [m4_italic(env) m4_bold(dbremove)])
12 define(m4_tcl_db_remove, [m4_bold(berkdb dbremove)])
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironment.java439 dbenv.dbremove((txn == null) ? null : txn.txn,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c183 dbenv->dbremove = __env_dbremove_pp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java270 public void dbremove(DbTxn txnid, String file, String database, int flags) throws com.sleepycat.db.DatabaseException, java.io.FileNotFoundException { db_javaJNI.DbEnv_dbremove(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, file, database, flags); } method in class:DbEnv
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i601 db_ret_t dbremove(DB_TXN *txnid, const char *file, const char *database,
603 return self->dbremove(self, txnid, file, database, flags);
H A Ddb_java_wrap.c2791 return self->dbremove(self, txnid, file, database, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp296 ZEND_NAMED_FE(dbremove, _wrap_db_env_dbremove, NULL)
1860 /* {{{ proto bool DB4Env::dbremove(object $txn, string $file [, string $database [, long flags]])
1881 if(dbenv->dbremove(dbenv, txn, filename, database, flags) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h405 virtual int dbremove(DbTxn *txn, const char *name, const char *subdb,
H A Ddb.h1965 int (*dbremove) __P((DB_ENV *, member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h406 virtual int dbremove(DbTxn *txn, const char *name, const char *subdb,
H A Ddb.h1953 int (*dbremove) __P((DB_ENV *, member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h406 virtual int dbremove(DbTxn *txn, const char *name, const char *subdb,
H A Ddb.h1992 int (*dbremove) __P((DB_ENV *, member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp356 DBENV_METHOD(dbremove,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1955 int (*dbremove) __P((DB_ENV *, member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1944 int (*dbremove) __P((DB_ENV *, member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1992 int (*dbremove) __P((DB_ENV *, member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c174 ret = dbenv->dbremove(dbenv, txnp, name, subdb, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp148 ret = dbenv->dbremove(txnp, name, subdb, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_env.c106 "dbremove",
1902 * Implements the ENV->dbremove command.
1971 "env dbremove: Invalid txn %s\n", arg);
2021 ret = dbenv->dbremove(dbenv, txn, db, subdb, flag);
2023 "env dbremove");
H A Dtcl_db_pkg.c142 "dbremove",
2737 * The dbremove method is a destructor, NULL out the dbp.
2741 ret = dbenv->dbremove(dbenv, txn, db, subdb, iflags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3339 dbenv->dbremove = __dbcl_env_dbremove;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs1753 RETVAL = env->Status = env->Env->dbremove(env->Env, txn->txn, db, subdb, flags);

Completed in 674 milliseconds

12