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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h453 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
454 ** aDb[1] is the database file used to hold temporary tables. Additional
502 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
503 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
504 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
505 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
556 Db *aDb; /* All backends */ member in struct:sqlite3
639 #define ENC(db) ((db)->aDb[0].pSchema->enc)
840 ** in sqlite.aDb[]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h453 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
454 ** aDb[1] is the database file used to hold temporary tables. Additional
502 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
503 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
504 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
505 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
556 Db *aDb; /* All backends */ member in struct:sqlite3
639 #define ENC(db) ((db)->aDb[0].pSchema->enc)
840 ** in sqlite.aDb[]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h453 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
454 ** aDb[1] is the database file used to hold temporary tables. Additional
502 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
503 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
504 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
505 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
556 Db *aDb; /* All backends */ member in struct:sqlite3
639 #define ENC(db) ((db)->aDb[0].pSchema->enc)
840 ** in sqlite.aDb[]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c8491 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
8492 ** aDb[1] is the database file used to hold temporary tables. Additional
8523 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
8524 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
8525 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
8526 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
8621 Db *aDb; /* All backends */ member in struct:sqlite3
8728 #define ENC(db) ((db)->aDb[0].pSchema->enc)
9052 ** in sqlite.aDb[]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c8491 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
8492 ** aDb[1] is the database file used to hold temporary tables. Additional
8523 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
8524 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
8525 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
8526 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
8621 Db *aDb; /* All backends */ member in struct:sqlite3
8728 #define ENC(db) ((db)->aDb[0].pSchema->enc)
9052 ** in sqlite.aDb[]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c8491 ** in the sqlite.aDb[] array. aDb[0] is the main database file and
8492 ** aDb[1] is the database file used to hold temporary tables. Additional
8523 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P))
8524 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0)
8525 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P)
8526 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P)
8621 Db *aDb; /* All backends */ member in struct:sqlite3
8728 #define ENC(db) ((db)->aDb[0].pSchema->enc)
9052 ** in sqlite.aDb[]
[all...]

Completed in 704 milliseconds