Searched refs:Db (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h253 typedef struct Db Db; typedef in typeref:struct:Db
263 struct Db { struct
279 ** Db.flags field.
349 Db *aDb; /* All backends */
350 Db aDbStatic[2]; /* Static space for the 2 default backends */
392 ** Possible values for the sqlite.flags and or Db.flags fields.
395 ** executed a BEGIN. On Db.flags, SQLITE_InTrans means a statement
H A Dattach.c30 Db *aNew;
143 Db *pDb;
H A Dbuild.c230 Db *pDb = &db->aDb[i];
260 struct Db *pDb = &db->aDb[i];
267 struct Db *pDb = &db->aDb[i];
H A Dmain.c581 struct Db *pDb = &db->aDb[j];

Completed in 34 milliseconds