Lines Matching refs:Vdbe
33 Vdbe *v; in sqlite3OpenTable()
175 void sqlite3TableAffinity(Vdbe *v, Table *pTab, int iReg){ in sqlite3TableAffinity()
226 Vdbe *v = sqlite3GetVdbe(p); in readsTable()
458 Vdbe *v = pParse->pVdbe; /* VDBE under construction */ in sqlite3AutoincrementBegin()
529 Vdbe *v = pParse->pVdbe; in autoIncrementEnd()
694 Vdbe *v; /* Generate code into this virtual machine */ in sqlite3Insert()
1681 Vdbe *v; /* VDBE under constrution */ in sqlite3GenerateConstraintChecks()
2502 void sqlite3SetMakeRecordP5(Vdbe *v, Table *pTab){ in sqlite3SetMakeRecordP5()
2530 Vdbe *v = pParse->pVdbe; in codeWithoutRowidPreupdate()
2563 Vdbe *v; /* Prepared statements under construction */ in sqlite3CompleteInsertion()
2654 Vdbe *v; in sqlite3OpenTableAndIndices()
2798 Vdbe *v; /* The VDBE we are building */ in xferOptimization()