Searched defs:pSchema (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c9313 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member in struct:Db
9946 Schema *pSchema; /* Schem member in struct:Table
10134 Schema *pSchema; /* Schema containing this index */ member in struct:Index
10966 Schema *pSchema; /* Schema containing the trigger */ member in struct:Trigger
13147 Schema *pSchema = db->aDb[i].pSchema; local
47769 void *pSchema; /* Pointer to space allocated by sqlite3BtreeSchema() */ member in struct:BtShared
48220 sqlite3SchemaMutexHeld(sqlite3 *db, int iDb, Schema *pSchema) argument
48386 Schema *pSchema = (Schema *)pBtree->pBt->pSchema; local
71943 Schema *pSchema = 0; /* Schema of the expression */ local
77989 Schema *pSchema = db->aDb[iDb].pSchema; /* Schema of database iDb */ local
79019 sqlite3AuthRead( Parse *pParse, Expr *pExpr, Schema *pSchema, SrcList *pTabList ) argument
79478 Schema *pSchema = db->aDb[j].pSchema; local
80767 Schema *pSchema = p->pSchema; local
83351 Schema *pSchema = (Schema *)p; local
91980 sqlite3SchemaToIndex(sqlite3 *db, Schema *pSchema) argument
99675 Schema *pSchema = pTab->pSchema; local
[all...]

Completed in 605 milliseconds