Searched defs:aDb (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeaux.c952 ** Declare to the Vdbe that the BTree object at db->aDb[i] is used.
962 if( i!=1 && sqlite3BtreeSharable(p->db->aDb[i].pBt) ){
993 Db *aDb; local
997 aDb = db->aDb;
1000 if( i!=1 && (mask & p->lockMask)!=0 && ALWAYS(aDb[i].pBt!=0) ){
1001 sqlite3BtreeEnter(aDb[i].pBt);
1015 Db *aDb; local
1019 aDb = db->aDb;
[all...]
H A DsqliteInt.h657 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
658 ** aDb[1] is the database file used to hold temporary tables. Additional
673 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
704 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
705 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
706 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
707 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
803 Db *aDb; /* All backends */ member in struct:sqlite3
911 #define ENC(db) ((db)->aDb[
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9017 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
9018 ** aDb[1] is the database file used to hold temporary tables. Additional
9033 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
9064 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
9065 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
9066 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
9067 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
9163 Db *aDb; /* All backends */ member in struct:sqlite3
9271 #define ENC(db) ((db)->aDb[
58297 Db *aDb; local
58319 Db *aDb; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9593 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
9594 ** aDb[1] is the database file used to hold temporary tables. Additional
9609 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
9640 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
9641 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
9642 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
9643 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
9718 Db *aDb; /* All backends */ member in struct:sqlite3
9824 #define ENC(db) ((db)->aDb[
60513 Db *aDb; local
60535 Db *aDb; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9593 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
9594 ** aDb[1] is the database file used to hold temporary tables. Additional
9609 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
9640 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
9641 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
9642 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
9643 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
9718 Db *aDb; /* All backends */ member in struct:sqlite3
9824 #define ENC(db) ((db)->aDb[
60541 Db *aDb; local
60563 Db *aDb; local
[all...]

Completed in 373 milliseconds