Lines Matching defs:pTab
30 Table *pTab, /* The table to be opened */ in sqlite3OpenTable()
84 Table *pTab = pIdx->pTable; in sqlite3IndexAffinityStr() local
118 char *sqlite3TableAffinityStr(sqlite3 *db, const Table *pTab){ in sqlite3TableAffinityStr()
175 void sqlite3TableAffinity(Vdbe *v, Table *pTab, int iReg){ in sqlite3TableAffinity()
225 static int readsTable(Parse *p, int iDb, Table *pTab){ in readsTable()
281 Table *pTab /* The table */ in sqlite3ComputeGeneratedColumns()
405 Table *pTab /* The table we are writing to */ in autoIncBegin()
692 Table *pTab; /* The table to insert into. aka TABLE */ in sqlite3Insert() local
1668 Table *pTab, /* The table being inserted or updated */ in sqlite3GenerateConstraintChecks()
2502 void sqlite3SetMakeRecordP5(Vdbe *v, Table *pTab){ in sqlite3SetMakeRecordP5()
2526 Table *pTab, /* Table being updated */ in codeWithoutRowidPreupdate()
2554 Table *pTab, /* the table into which we are inserting */ in sqlite3CompleteInsertion()
2642 Table *pTab, /* Table to be opened */ in sqlite3OpenTableAndIndices()