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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c17360 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
17361 ** aDb[1] is the database file used to hold temporary tables. Additional
17376 ** the Schema for the TEMP database (sqlite3.aDb[1]) which is free-standing.
17407 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
17408 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
17409 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
17410 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
17576 ** Maximum number of sqlite3.aDb[] entries. This is the number of attached
17589 Db *aDb; /* Al member in struct:sqlite3
86410 Db *aDb; local
86431 Db *aDb; local
[all...]

Completed in 745 milliseconds