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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp398 const char *name, const char *subdb, DBTYPE type, u_int32_t flags)
411 * Must be same subdb name.
436 if (subdb != ctp->ct_dbdp.subdb &&
437 (subdb == NULL || ctp->ct_dbdp.subdb == NULL ||
438 strcmp(subdb, ctp->ct_dbdp.subdb) != 0))
397 __dbsrv_sharedb(ct_entry *db_ctp, const char *name, const char *subdb, DBTYPE type, u_int32_t flags) argument
H A Ddb_server_cxxproc.cpp130 char *subdb,
148 ret = dbenv->dbremove(txnp, name, subdb, flags);
159 char *subdb,
178 ret = dbenv->dbrename(txnp, name, subdb, newname, flags);
1165 char *subdb,
1187 dbp_ctp, name, subdb, (DBTYPE)type, flags)) != NULL) {
1197 ret = dbp->open(txnp, name, subdb, (DBTYPE)type, flags, mode);
1226 if (subdb == NULL)
1227 dbp_ctp->ct_dbdp.subdb = NULL;
1228 else if ((ret = __os_strdup(dbp->get_ENV(), subdb,
126 __env_dbremove_proc( u_int dbenvcl_id, u_int txnpcl_id, char *name, char *subdb, u_int32_t flags, __env_dbremove_reply *replyp) argument
155 __env_dbrename_proc( u_int dbenvcl_id, u_int txnpcl_id, char *name, char *subdb, char *newname, u_int32_t flags, __env_dbrename_reply *replyp) argument
1161 __db_open_proc( u_int dbpcl_id, u_int txnpcl_id, char *name, char *subdb, u_int32_t type, u_int32_t flags, u_int32_t mode, __db_open_reply *replyp) argument
1676 __db_remove_proc( u_int dbpcl_id, char *name, char *subdb, u_int32_t flags, __db_remove_reply *replyp) argument
1698 __db_rename_proc( u_int dbpcl_id, char *name, char *subdb, char *newname, u_int32_t flags, __db_rename_reply *replyp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Dgen_db_server.c66 (*msg->subdb == '\0') ? NULL : msg->subdb,
84 (*msg->subdb == '\0') ? NULL : msg->subdb,
653 (*msg->subdb == '\0') ? NULL : msg->subdb,
752 (*msg->subdb == '\0') ? NULL : msg->subdb,
769 (*msg->subdb == '\0') ? NULL : msg->subdb,
[all...]
H A Ddb_server_proc.c151 __env_dbremove_proc(dbenvcl_id, txnpcl_id, name, subdb, flags, replyp)
155 char *subdb;
174 ret = dbenv->dbremove(dbenv, txnp, name, subdb, flags);
185 __env_dbrename_proc(dbenvcl_id, txnpcl_id, name, subdb, newname, flags, replyp)
189 char *subdb;
209 ret = dbenv->dbrename(dbenv, txnp, name, subdb, newname, flags);
1354 __db_open_proc(dbpcl_id, txnpcl_id, name, subdb, type, flags, mode, replyp)
1358 char *subdb;
1381 if ((new_ctp = __dbsrv_sharedb(dbp_ctp, name, subdb, type, flags))
1392 ret = dbp->open(dbp, txnp, name, subdb, (DBTYP
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/
H A Ddb_server.x37 string subdb<>;
50 string subdb<>;
456 string subdb<>;
524 string subdb<>;
536 string subdb<>;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dclient.c153 __dbcl_db_open_wrap(dbp, txnp, name, subdb, type, flags, mode)
157 const char * subdb;
162 return (__dbcl_db_open(dbp, txnp, name, subdb, type, flags, mode));
H A Dgen_client.c170 __dbcl_env_dbremove(dbenv, txnp, name, subdb, flags)
174 const char * subdb;
197 if (subdb == NULL)
198 msg.subdb = "";
200 msg.subdb = (char *)subdb;
221 __dbcl_env_dbrename(dbenv, txnp, name, subdb, newname, flags)
225 const char * subdb;
249 if (subdb == NULL)
250 msg.subdb
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_server_int.h57 * To share a db handle on the open call, the db, subdb and flags must
80 char *subdb; member in struct:ct_dbdata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c1581 char *arg, *db, *passwd, *subdb, msg[MSG_SIZE]; local
1587 db = subdb = NULL;
2214 * there is 1, a db name, if 2 a db and subdb name.
2220 * arrays for the subdb.
2229 (size_t)subdblen + 1, &subdb)) != 0) {
2234 memcpy(subdb, subdbtmp, (size_t)subdblen);
2235 subdb[subdblen] = '\0';
2259 ret = (*dbp)->open(*dbp, txn, db, subdb, type, open_flags, mode);
2263 if (subdb)
2264 __os_free(env, subdb);
2570 char *arg, *db, msg[MSG_SIZE], *passwd, *subdb; local
2791 char *arg, *db, msg[MSG_SIZE], *newname, *passwd, *subdb; local
3030 char *arg, *db, *errpfx, *passwd, *subdb; local
[all...]
H A Dtcl_env.c1926 char *arg, *db, *subdb, msg[MSG_SIZE]; local
1931 db = subdb = NULL;
1993 * file names. If there is 1, a db name, if 2 a db and subdb name.
1999 * arrays for the subdb.
2008 dbenv->env, (size_t)subdblen + 1, &subdb)) != 0) {
2013 memcpy(subdb, subdbtmp, (size_t)subdblen);
2014 subdb[subdblen] = '\0';
2021 ret = dbenv->dbremove(dbenv, txn, db, subdb, flag);
2025 if (subdb)
2026 __os_free(dbenv->env, subdb);
2056 char *arg, *db, *newname, *subdb, msg[MSG_SIZE]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c291 char *subdb; local
296 subdb = NULL;
320 dbp, &dbtype, &subdb, &checkprint, &keys) != 0)
331 if (db_load_configure(dbenv, dbp, clist, &subdb, &keyflag))
412 if ((ret = dbp->open(dbp, NULL, name, subdb, dbtype,
563 if (subdb != NULL)
564 free(subdb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c276 char *subdb; local
281 subdb = NULL;
305 dbp, &dbtype, &subdb, &checkprint, &keys) != 0)
316 if (configure(dbenv, dbp, clist, &subdb, &keyflag))
397 if ((ret = dbp->open(dbp, NULL, name, subdb, dbtype,
548 if (subdb != NULL)
549 free(subdb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep030.tcl188 set sub "subdb"
202 # Keep this subdb (regular if queue) database open.
207 error_check_good subdb [is_valid_db $db] TRUE
299 error_check_good subdb [is_valid_db $db] TRUE
H A Drep061.tcl210 set sub "subdb"
224 # Keep this subdb (regular if queue) database open.
229 error_check_good subdb [is_valid_db $db] TRUE
363 error_check_good subdb [is_valid_db $db] TRUE
H A Dsdbutils.tcl19 proc subdb_build { name nkeys ndups dup_interval method psize subdb dbargs} {
36 -pagesize $psize $dbargs {$name} $subdb"
42 puts "\tBuilding $method {$name} $subdb. \
46 puts "\tBuilding $method {$name} $subdb. \
49 # If ndups is < 0, we want unique keys in each subdb,
H A Dsec001.tcl81 puts "\tSec001.d.1: Create subdb with encryption."
84 error_check_good subdb [is_valid_db $db] TRUE
88 puts "\tSec001.d.2: Create 2nd subdb without encryption."
91 error_check_good subdb:nocrypto $stat 1
92 error_check_good subdb:fail [is_substr $ret "no encryption key"] 1
96 puts "\tSec001.e.1: Create subdb without encryption or checksum."
102 puts "\tSec001.e.2: Create 2nd subdb with encryption."
105 error_check_good subdb:nocrypto $stat 1
106 error_check_good subdb:fail [is_substr $ret "supplied encryption key"] 1
H A Dtest109.tcl46 foreach filetype { subdb regular in-memory } {
50 if { $filetype == "subdb" && [is_queue $method] } {
66 if { $filetype == "subdb" } {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb.c108 * If there was a subdb specified, then we only want to apply
109 * DB_EXCL to the subdb, not the actual file. We only got here
110 * because there was a subdb specified.
151 __db_master_update(mdbp, sdbp, ip, txn, subdb, type, action, newname, flags)
155 const char *subdb;
197 DB_INIT_DBT(key, subdb, strlen(subdb));
222 * we don't want to touch the actual subdb pages.
284 /* A subdb called newname exists. Bail. */
293 * reference to the subdb
[all...]
H A Ddb_vrfy.c192 __db_verify(dbp, ip, name, subdb, handle, callback, flags)
195 const char *name, *subdb;
278 name, subdb, TXN_INVALID, DB_ODDFILESIZE | DB_RDONLY)) != 0)
306 ret = __db_vrfy_orderchkonly(dbp, vdp, name, subdb, flags);
639 * pages, and skip any we've already printed in the subdb pass.
1610 * Do an sort-order/hashing check on a known-otherwise-good subdb.
1613 __db_vrfy_orderchkonly(dbp, vdp, name, subdb, flags)
1616 const char *name, *subdb;
1640 /* Open the master database and get the meta_pgno for the subdb. */
1645 DB_INIT_DBT(key, subdb, strle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp520 int Db::verify(const char *name, const char *subdb, argument
529 ret = __db_verify_internal(db, name, subdb, ostr,
H A Dcxx_env.cpp357 (DbTxn *txn, const char *name, const char *subdb, u_int32_t flags),
358 (dbenv, unwrap(txn), name, subdb, flags))
359 DBENV_METHOD(dbrename, (DbTxn *txn, const char *name, const char *subdb,
361 (dbenv, unwrap(txn), name, subdb, newname, flags))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c256 char *file, **names, *subdb; local
294 subdb = names[i];
297 subdb = NULL;
300 file, subdb, &tmpfp, uid, filecntp)) != 0) {
423 __rep_get_fileinfo(env, file, subdb, rfp, uid, filecntp)
425 const char *file, *subdb;
449 if ((ret = __db_open(dbp, ip, NULL, file, subdb, DB_UNKNOWN,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs1738 const char * subdb = NULL ;
1746 SetValue_pv(subdb, "Subname", char *) ;
1753 RETVAL = env->Status = env->Env->dbremove(env->Env, txn->txn, db, subdb, flags);
1762 RETVAL = dbp->remove(dbp, db, subdb, flags) ;
1784 const char * subdb = NULL ;
1793 SetValue_pv(subdb, "Subname", char *) ;
1808 RETVAL = dbp->verify(dbp, db, subdb, ofh, flags) ;
1832 const char * subdb = NULL ;
1841 SetValue_pv(subdb, "Subname", char *) ;
1850 RETVAL = env->Status = env->Env->dbrename(env->Env, txn->txn, db, subdb, newnam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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,
407 virtual int dbrename(DbTxn *txn, const char *name, const char *subdb,
/netgear-R7000-V1.0.7.12_1.2.5/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,
408 virtual int dbrename(DbTxn *txn, const char *name, const char *subdb,

Completed in 158 milliseconds

123