Searched refs:dbtype (Results 1 - 25 of 35) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Ddb_codegen.h14 char *dbtype; /* Database type */ member in struct:__db_obj
H A Dcode_parse.c154 cur_db->dbtype = "DB_BTREE";
240 if (__os_strdup(NULL, p, &cur_db->dbtype))
301 printf("\t\tdbtype: %s\n", cur_db->dbtype);
H A Dcode_capi.c206 cur_db->dbtype,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv015.tcl19 foreach dbtype { inmem ondisk } {
24 puts "\tEnv015.b: Create $dbtype db."
25 if { $dbtype == "inmem" } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c81 DBTYPE dbtype; local
108 dbtype = DB_UNKNOWN;
188 dbtype = DB_BTREE;
192 dbtype = DB_HASH;
196 dbtype = DB_RECNO;
200 dbtype = DB_QUEUE;
240 if (db_load_load(dbenv, argv[0], dbtype, clist, ldf,
286 DBTYPE dbtype; local
303 dbtype = DB_UNKNOWN;
317 dbtype
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c67 DBTYPE dbtype; local
94 dbtype = DB_UNKNOWN;
173 dbtype = DB_BTREE;
177 dbtype = DB_HASH;
181 dbtype = DB_RECNO;
185 dbtype = DB_QUEUE;
225 if (load(dbenv, argv[0], dbtype, clist, ldf,
271 DBTYPE dbtype; local
288 dbtype = DB_UNKNOWN;
302 dbtype
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat.i130 DBTYPE dbtype;
133 if ((err = db->get_type(db, &dbtype)) != 0) {
138 switch (dbtype) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_am.c34 __db_cursor_int(dbp, ip, txn, dbtype, root, flags, locker, dbcp)
38 DBTYPE dbtype;
82 if (dbtype == dbc->dbtype) {
168 switch (dbtype) {
171 if ((ret = __bamc_init(dbc, dbtype)) != 0)
184 ret = __db_unknown_type(env, "DB->cursor", dbtype);
192 dbc->dbtype = dbtype;
263 switch (dbtype) {
[all...]
H A Ddb_pr.c1234 DBTYPE dbtype; local
1280 * If dbp is NULL, make it a btree. Otherwise, set dbtype to whatever
1284 dbtype = DB_BTREE;
1289 dbtype = DB_RECNO;
1291 dbtype = DB_BTREE;
1294 dbtype = DB_HASH;
1297 dbtype = DB_QUEUE;
1307 dbtype = DB_BTREE;
1311 dbtype = dbp->type;
1337 switch (dbtype) {
[all...]
H A Ddb_method.c35 static int __db_get_type __P((DB *, DBTYPE *dbtype));
475 __db_get_type(dbp, dbtype)
477 DBTYPE *dbtype;
481 *dbtype = dbp->type;
H A Ddb_stati.c435 STAT_STRING("Type", __db_dbtype_to_string(dbc->dbtype));
445 switch (dbc->dbtype) {
H A Ddb_cam.c214 switch (dbc->dbtype) {
232 return (__db_unknown_type(env, "__dbc_count", dbc->dbtype));
394 dbc_orig->txn, dbc_orig->dbtype, dbc_orig->internal->root,
411 switch (dbc_orig->dbtype) {
428 "__dbc_idup", dbc_orig->dbtype);
470 DBTYPE dbtype; local
474 dbtype = (dbp->dup_compare == NULL) ? DB_RECNO : DB_BTREE;
487 dbtype, root, DBC_OPD, dbc_parent->locker, &opd)) != 0)
1486 if (dbc_arg->dbtype == DB_HASH && F_ISSET(
H A Ddb_vrfy.c1286 DBTYPE dbtype, magtype; local
1300 dbtype = DB_BTREE;
1303 dbtype = DB_HASH;
1306 dbtype = DB_QUEUE;
1319 if (magtype != dbtype) {
1327 if ((dbtype == DB_BTREE &&
1330 (dbtype == DB_HASH &&
1333 (dbtype == DB_QUEUE &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c150 __bamc_init(dbc, dbtype)
152 DBTYPE dbtype;
172 if (dbtype == DB_BTREE) {
245 dbc->dbtype == DB_RECNO || F_ISSET(dbp, DB_AM_RECNUM)) {
253 if ((F_ISSET(dbc, DBC_OPD) && dbc->dbtype == DB_RECNO) ||
346 switch (dbc->dbtype) {
368 env, "DbCursor.close", dbc->dbtype);
390 switch (dbc_opd->dbtype) {
410 env, "DbCursor.close", dbc->dbtype);
491 if (dbc_c->dbtype
[all...]
H A Dbt_curadj.c179 if (dbc->dbtype == DB_RECNO)
442 if (dbc->dbtype == DB_RECNO)
510 if (dbc->dbtype == DB_RECNO)
580 if (dbc->dbtype == DB_RECNO)
H A Dbt_compact.c310 if (dbc->dbtype == DB_RECNO) {
485 dbc->dbtype != DB_RECNO && NUM_ENT(pg) != 0) {
545 if (dbc->dbtype == DB_RECNO) {
660 (dbc->dbtype == DB_RECNO &&
998 if ((dbc->dbtype == DB_BTREE &&
1300 if (ndbc->dbtype == DB_BTREE &&
1408 0, ndbc->dbtype == DB_RECNO ? 0 : 1)) != 0)
1596 if (dbc->dbtype == DB_BTREE) {
1706 0, ndbc->dbtype == DB_RECNO ? 0 : 1);
2211 if (dbc->dbtype
[all...]
H A Dbt_split.c106 if ((ret = (dbc->dbtype == DB_BTREE ?
230 if ((ret = (dbc->dbtype == DB_RECNO ?
948 if (dbc->dbtype == DB_RECNO)
H A Dbt_search.c89 (dbc->dbtype == DB_RECNO || F_ISSET(cp, C_RECNUM));
H A Dbt_stat.c443 if (dbc->dbtype == DB_RECNO)
H A Dbt_put.c419 if (dbc->dbtype == DB_RECNO)
H A Dbt_recno.c912 return (dbc->dbtype == DB_RECNO ?
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp287 int Db::get_type(DBTYPE *dbtype) argument
290 return (db->get_type(db, dbtype));
/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.cpp1173 DBTYPE dbtype; local
1199 (void)dbp->get_type(&dbtype);
1200 replyp->type = dbtype;
1219 dbp_ctp->ct_dbdp.type = dbtype;
2359 DBTYPE dbtype; local
2388 ret = dbp->get_type(&dbtype);
2389 if (ret == 0 && dbtype == DB_RECNO) {
/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.c1366 DBTYPE dbtype; local
1394 (void)dbp->get_type(dbp, &dbtype);
1395 replyp->type = dbtype;
1414 dbp_ctp->ct_dbdp.type = dbtype;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c1909 if (cp == dbc || cp->dbtype != DB_HASH)
1931 if (cp == dbc || cp->dbtype != DB_HASH)

Completed in 200 milliseconds

12