Searched defs:aDb (Results 1 - 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 11524 ** in the sqlite.aDb[] array. aDb[0] is the main database file and 11525 ** aDb[1] is the database file used to hold temporary tables. Additional 11539 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing. 11570 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P)) 11571 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0) 11572 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P) 11573 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P) 11687 Db *aDb; /* All backends */ member in struct:sqlite3 11800 #define SCHEMA_ENC(db) ((db)->aDb[ 67931 Db *aDb; local 67952 Db *aDb; local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 11524 ** in the sqlite.aDb[] array. aDb[0] is the main database file and 11525 ** aDb[1] is the database file used to hold temporary tables. Additional 11539 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing. 11570 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P)) 11571 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0) 11572 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P) 11573 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P) 11687 Db *aDb; /* All backends */ member in struct:sqlite3 11800 #define SCHEMA_ENC(db) ((db)->aDb[ 67949 Db *aDb; local 67970 Db *aDb; local [all...] |
Completed in 494 milliseconds