Lines Matching defs:pParse
27 Parse *pParse, /* Generate code into this VDBE */ in sqlite3OpenTable()
279 Parse *pParse, /* Parsing context */ in sqlite3ComputeGeneratedColumns()
403 Parse *pParse, /* Parsing context */ in autoIncBegin()
453 void sqlite3AutoincrementBegin(Parse *pParse){ in sqlite3AutoincrementBegin()
514 static void autoIncStep(Parse *pParse, int memId, int regRowid){ in autoIncStep()
527 static SQLITE_NOINLINE void autoIncrementEnd(Parse *pParse){ in autoIncrementEnd()
564 void sqlite3AutoincrementEnd(Parse *pParse){ in sqlite3AutoincrementEnd()
684 Parse *pParse, /* Parser context */ in sqlite3Insert()
1667 Parse *pParse, /* The parser context */ in sqlite3GenerateConstraintChecks()
2525 Parse *pParse, /* Parse context */ in codeWithoutRowidPreupdate()
2553 Parse *pParse, /* The parser context */ in sqlite3CompleteInsertion()
2641 Parse *pParse, /* Parsing context */ in sqlite3OpenTableAndIndices()
2781 Parse *pParse, /* Parser context */ in xferOptimization()