Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3Savepoint

9983 ** The following are used as the second parameter to sqlite3Savepoint(),
11722 sqlite3Savepoint(Parse*, int, Token*);
84703 SQLITE_PRIVATE void sqlite3Savepoint(Parse *pParse, int op, Token *pName){
109950 sqlite3Savepoint(pParse, SAVEPOINT_BEGIN, &yymsp[0].minor.yy0);
109955 sqlite3Savepoint(pParse, SAVEPOINT_RELEASE, &yymsp[0].minor.yy0);
109960 sqlite3Savepoint(pParse, SAVEPOINT_ROLLBACK, &yymsp[0].minor.yy0);