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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9535 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
9536 ** aDb[1] is the database file used to hold temporary tables. Additional
9551 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
9582 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
9583 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
9584 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
9585 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
9681 Db *aDb; /* All backends */ member in struct:sqlite3
9790 #define ENC(db) ((db)->aDb[
60372 Db *aDb; local
60394 Db *aDb; local
[all...]

Completed in 323 milliseconds