Home
last modified time | relevance | path

Searched defs:pTable (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/src/
H A Dbuild.c774 void sqlite3DeleteColumnNames(sqlite3 *db, Table *pTable){ in sqlite3DeleteColumnNames()
813 static void SQLITE_NOINLINE deleteTable(sqlite3 *db, Table *pTable){ in deleteTable()
871 void sqlite3DeleteTable(sqlite3 *db, Table *pTable){ in sqlite3DeleteTable()
1220 Table *pTable; in sqlite3StartTable() local
3049 static SQLITE_NOINLINE int viewGetColumnNames(Parse *pParse, Table *pTable){ in viewGetColumnNames()
3173 int sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable){ in sqlite3ViewGetColumnNames()
4844 Token *pTable, /* Table to append */ in sqlite3SrcListAppend()
4945 Token *pTable, /* Name of the table to add to the FROM clause */ in sqlite3SrcListAppendFromTerm()
H A Dvtab.c360 static void addModuleArgument(Parse *pParse, Table *pTable, char *zArg){ in addModuleArgument()
393 Table *pTable; /* The new virtual table */ in sqlite3VtabBeginParse() local
H A Dtrigger.c667 Table *pTable; in sqlite3DropTriggerPtr() local
H A Danalyze.c1539 Table *pTable; local
H A Dwhere.c833 Table *pTable; /* The table being indexed */ in constructAutomaticIndex() local
H A DsqliteInt.h2611 Table *pTable; /* The SQL table being indexed */ member
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c159 IdxTable *pTable; /* List of all IdxTable objects */ member
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c56 SessionTable *pTable; /* List of attached tables */ member