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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9304 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
9305 ** aDb[1] is the database file used to hold temporary tables. Additional
9320 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
9351 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
9352 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
9353 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
9354 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
9450 Db *aDb; /* All backends */ member in struct:sqlite3
9559 #define ENC(db) ((db)->aDb[
59309 Db *aDb; local
59331 Db *aDb; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c16744 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
16745 ** aDb[1] is the database file used to hold temporary tables. Additional
16760 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
16791 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
16792 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
16793 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
16794 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
16959 ** Maximum number of sqlite3.aDb[] entries. This is the number of attached
16972 Db *aDb; /* Al member in struct:sqlite3
80171 Db *aDb; local
80192 Db *aDb; local
[all...]

Completed in 593 milliseconds