/dports/databases/sqlite2/sqlite-2.8.17/src/ |
H A D | vacuum.c | 39 sqlite *dbNew; /* New database */ member 129 p->rc = execsql(p->pzErrMsg, p->dbNew, p->s2.z); in vacuumCallback2() 149 rc = execsql(p->pzErrMsg, p->dbNew, argv[2]); in vacuumCallback1() 205 sqlite *dbNew = 0; /* The new vacuumed database */ in sqliteRunVacuum() local 246 dbNew = sqlite_open(zTemp, 0, &zErrMsg); in sqliteRunVacuum() 247 if( dbNew==0 ){ in sqliteRunVacuum() 258 sVac.dbNew = dbNew; in sqliteRunVacuum() 273 sqliteBtreeGetMeta(dbNew->aDb[0].pBt, meta2); in sqliteRunVacuum() 278 rc = sqliteBtreeUpdateMeta(dbNew->aDb[0].pBt, meta2); in sqliteRunVacuum() 292 if( (dbNew && (dbNew->flags & SQLITE_Interrupt)) in sqliteRunVacuum() [all …]
|
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/ |
H A D | vacuum.c | 39 sqlite *dbNew; /* New database */ member 129 p->rc = execsql(p->pzErrMsg, p->dbNew, p->s2.z); in vacuumCallback2() 149 rc = execsql(p->pzErrMsg, p->dbNew, argv[2]); in vacuumCallback1() 180 p->rc = execsql(p->pzErrMsg, p->dbNew, zBuf); in vacuumCallback3() 223 sqlite *dbNew = 0; /* The new vacuumed database */ in sqliteRunVacuum() local 272 dbNew = sqlite_open(zTemp, 0, &zErrMsg); in sqliteRunVacuum() 273 if( dbNew==0 ){ in sqliteRunVacuum() 284 sVac.dbNew = dbNew; in sqliteRunVacuum() 303 rc = sqliteBtreeCopyFile(db->aDb[0].pBt, dbNew->aDb[0].pBt); in sqliteRunVacuum() 314 if( (dbNew && (dbNew->flags & SQLITE_Interrupt)) in sqliteRunVacuum() [all …]
|
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/xmlcmd/ |
H A D | xmlcmd_gxml_fromdb.c | 143 GWEN_DB_NODE *dbNew; in _dbIfPathExists() local 153 if (dbNew) { in _dbIfPathExists() 171 GWEN_DB_NODE *dbNew; in _dbIfNotPathExists() local 181 if (dbNew==NULL) { in _dbIfNotPathExists() 200 GWEN_DB_NODE *dbNew; in _dbEnter() local 213 if (dbNew) { in _dbEnter() 215 GWEN_XmlCommanderGwenXml_SetCurrentDbGroup(cmd, dbNew); in _dbEnter() 242 GWEN_DB_NODE *dbNew; in _dbForEvery() local 254 dbNew=GWEN_DB_FindFirstGroup(dbLast, name); in _dbForEvery() 255 while (dbNew) { in _dbForEvery() [all …]
|
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/xmlcmd/ |
H A D | xmlcmd_gxml_fromdb.c | 143 GWEN_DB_NODE *dbNew; in _dbIfPathExists() local 153 if (dbNew) { in _dbIfPathExists() 171 GWEN_DB_NODE *dbNew; in _dbIfNotPathExists() local 181 if (dbNew==NULL) { in _dbIfNotPathExists() 200 GWEN_DB_NODE *dbNew; in _dbEnter() local 213 if (dbNew) { in _dbEnter() 215 GWEN_XmlCommanderGwenXml_SetCurrentDbGroup(cmd, dbNew); in _dbEnter() 242 GWEN_DB_NODE *dbNew; in _dbForEvery() local 254 dbNew=GWEN_DB_FindFirstGroup(dbLast, name); in _dbForEvery() 255 while (dbNew) { in _dbForEvery() [all …]
|
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/xmlcmd/ |
H A D | xmlcmd_gxml_fromdb.c | 143 GWEN_DB_NODE *dbNew; in _dbIfPathExists() local 153 if (dbNew) { in _dbIfPathExists() 171 GWEN_DB_NODE *dbNew; in _dbIfNotPathExists() local 181 if (dbNew==NULL) { in _dbIfNotPathExists() 200 GWEN_DB_NODE *dbNew; in _dbEnter() local 213 if (dbNew) { in _dbEnter() 215 GWEN_XmlCommanderGwenXml_SetCurrentDbGroup(cmd, dbNew); in _dbEnter() 242 GWEN_DB_NODE *dbNew; in _dbForEvery() local 254 dbNew=GWEN_DB_FindFirstGroup(dbLast, name); in _dbForEvery() 255 while (dbNew) { in _dbForEvery() [all …]
|
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/xmlcmd/ |
H A D | xmlcmd_gxml_fromdb.c | 143 GWEN_DB_NODE *dbNew; in _dbIfPathExists() local 153 if (dbNew) { in _dbIfPathExists() 171 GWEN_DB_NODE *dbNew; in _dbIfNotPathExists() local 181 if (dbNew==NULL) { in _dbIfNotPathExists() 200 GWEN_DB_NODE *dbNew; in _dbEnter() local 213 if (dbNew) { in _dbEnter() 215 GWEN_XmlCommanderGwenXml_SetCurrentDbGroup(cmd, dbNew); in _dbEnter() 242 GWEN_DB_NODE *dbNew; in _dbForEvery() local 254 dbNew=GWEN_DB_FindFirstGroup(dbLast, name); in _dbForEvery() 255 while (dbNew) { in _dbForEvery() [all …]
|
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/xmlcmd/ |
H A D | xmlcmd_gxml_fromdb.c | 143 GWEN_DB_NODE *dbNew; in _dbIfPathExists() local 153 if (dbNew) { in _dbIfPathExists() 171 GWEN_DB_NODE *dbNew; in _dbIfNotPathExists() local 181 if (dbNew==NULL) { in _dbIfNotPathExists() 200 GWEN_DB_NODE *dbNew; in _dbEnter() local 213 if (dbNew) { in _dbEnter() 215 GWEN_XmlCommanderGwenXml_SetCurrentDbGroup(cmd, dbNew); in _dbEnter() 242 GWEN_DB_NODE *dbNew; in _dbForEvery() local 254 dbNew=GWEN_DB_FindFirstGroup(dbLast, name); in _dbForEvery() 255 while (dbNew) { in _dbForEvery() [all …]
|
/dports/news/noffle/noffle-1.1.5/src/ |
H A D | database.c | 624 } dbNew = { NULL }; variable 633 ASSERT( dbNew.dbf == NULL ); in newOpen() 637 if ( ! ( dbNew.dbf = gdbm_open( name, 512, flags, 0644, Log_gdbm_fatal ) ) ) in newOpen() 651 ASSERT( dbNew.dbf ); in newClose() 653 gdbm_close( dbNew.dbf ); in newClose() 654 dbNew.dbf = NULL; in newClose() 692 ASSERT( dbNew.dbf ); in newCopyArt() 701 res = ( gdbm_store( dbNew.dbf, key, val, GDBM_INSERT ) == 0 ); in newCopyArt() 717 ASSERT( dbNew.dbf ); in newContains() 720 return gdbm_exists( dbNew.dbf, key ); in newContains()
|
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/db/ |
H A D | helper.c | 32 result = dbNew( in dbGetIdx() 40 result = dbNew(NULL, protocolRemoteGet(protocolStorageTypePg, pgIdx), applicationName); in dbGetIdx()
|
H A D | db.h | 22 Db *dbNew(PgClient *client, ProtocolClient *remoteClient, const String *applicationName);
|
H A D | db.c | 59 dbNew(PgClient *client, ProtocolClient *remoteClient, const String *applicationName) in dbNew() function
|
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/db/ |
H A D | dbTest.c | 127 TEST_ASSIGN(db, dbNew(NULL, client, STRDEF("test")), "create db"); in testRun() 146 TEST_ASSIGN(db, dbNew(NULL, client, STRDEF("test")), "create db"); in testRun()
|