Searched refs:pSchema (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.h466 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member in struct:Db
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)
639 #define ENC(db) ((db)->aDb[0].pSchema->enc)
880 Schema *pSchema; /* Schema that contains this table */ member in struct:Table
1033 Schema *pSchema; /* Schema containing this index */ member in struct:Index
1160 /* Schema *pSchema; */
1605 Schema *pSchema; /* Schem member in struct:Trigger
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h466 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member in struct:Db
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)
639 #define ENC(db) ((db)->aDb[0].pSchema->enc)
880 Schema *pSchema; /* Schema that contains this table */ member in struct:Table
1033 Schema *pSchema; /* Schema containing this index */ member in struct:Index
1160 /* Schema *pSchema; */
1605 Schema *pSchema; /* Schem member in struct:Trigger
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h466 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member in struct:Db
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)
639 #define ENC(db) ((db)->aDb[0].pSchema->enc)
880 Schema *pSchema; /* Schema that contains this table */ member in struct:Table
1033 Schema *pSchema; /* Schema containing this index */ member in struct:Index
1160 /* Schema *pSchema; */
1605 Schema *pSchema; /* Schem member in struct:Trigger
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c8500 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member in struct:Db
8521 ** Db.pSchema->flags field.
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)
8529 ** Allowed values for the DB.pSchema->flags field.
8728 #define ENC(db) ((db)->aDb[0].pSchema->enc)
9085 Trigger *pTrigger; /* List of triggers stored in pSchema */
9086 Schema *pSchema; /* Schem member in struct:Table
9273 Schema *pSchema; /* Schema containing this index */ member in struct:Index
10078 Schema *pSchema; /* Schema containing the trigger */ member in struct:Trigger
12181 Schema *pSchema = db->aDb[i].pSchema; local
43971 void *pSchema; /* Pointer to space allocated by sqlite3BtreeSchema() */ member in struct:BtShared
44659 Schema *pSchema = (Schema *)pBtree->pBt->pSchema; local
66630 Schema *pSchema = 0; /* Schema of the expression */ local
72630 Schema *pSchema = db->aDb[iDb].pSchema; /* Schema of database iDb */ local
73612 sqlite3AuthRead( Parse *pParse, Expr *pExpr, Schema *pSchema, SrcList *pTabList ) argument
74065 Schema *pSchema = db->aDb[j].pSchema; local
75324 Schema *pSchema = p->pSchema; local
77831 Schema *pSchema = (Schema *)p; local
86272 sqlite3SchemaToIndex(sqlite3 *db, Schema *pSchema) argument
93642 Schema *pSchema = pTab->pSchema; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c8500 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member in struct:Db
8521 ** Db.pSchema->flags field.
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)
8529 ** Allowed values for the DB.pSchema->flags field.
8728 #define ENC(db) ((db)->aDb[0].pSchema->enc)
9085 Trigger *pTrigger; /* List of triggers stored in pSchema */
9086 Schema *pSchema; /* Schem member in struct:Table
9273 Schema *pSchema; /* Schema containing this index */ member in struct:Index
10078 Schema *pSchema; /* Schema containing the trigger */ member in struct:Trigger
12181 Schema *pSchema = db->aDb[i].pSchema; local
43971 void *pSchema; /* Pointer to space allocated by sqlite3BtreeSchema() */ member in struct:BtShared
44659 Schema *pSchema = (Schema *)pBtree->pBt->pSchema; local
66630 Schema *pSchema = 0; /* Schema of the expression */ local
72630 Schema *pSchema = db->aDb[iDb].pSchema; /* Schema of database iDb */ local
73612 sqlite3AuthRead( Parse *pParse, Expr *pExpr, Schema *pSchema, SrcList *pTabList ) argument
74065 Schema *pSchema = db->aDb[j].pSchema; local
75324 Schema *pSchema = p->pSchema; local
77831 Schema *pSchema = (Schema *)p; local
86272 sqlite3SchemaToIndex(sqlite3 *db, Schema *pSchema) argument
93642 Schema *pSchema = pTab->pSchema; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c8500 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member in struct:Db
8521 ** Db.pSchema->flags field.
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)
8529 ** Allowed values for the DB.pSchema->flags field.
8728 #define ENC(db) ((db)->aDb[0].pSchema->enc)
9085 Trigger *pTrigger; /* List of triggers stored in pSchema */
9086 Schema *pSchema; /* Schem member in struct:Table
9273 Schema *pSchema; /* Schema containing this index */ member in struct:Index
10078 Schema *pSchema; /* Schema containing the trigger */ member in struct:Trigger
12181 Schema *pSchema = db->aDb[i].pSchema; local
43971 void *pSchema; /* Pointer to space allocated by sqlite3BtreeSchema() */ member in struct:BtShared
44659 Schema *pSchema = (Schema *)pBtree->pBt->pSchema; local
66630 Schema *pSchema = 0; /* Schema of the expression */ local
72630 Schema *pSchema = db->aDb[iDb].pSchema; /* Schema of database iDb */ local
73612 sqlite3AuthRead( Parse *pParse, Expr *pExpr, Schema *pSchema, SrcList *pTabList ) argument
74065 Schema *pSchema = db->aDb[j].pSchema; local
75324 Schema *pSchema = p->pSchema; local
77831 Schema *pSchema = (Schema *)p; local
86272 sqlite3SchemaToIndex(sqlite3 *db, Schema *pSchema) argument
93642 Schema *pSchema = pTab->pSchema; local
[all...]

Completed in 736 milliseconds