Searched refs:sqlite3VdbeDeleteAuxData (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbeInt.h | 565 void sqlite3VdbeDeleteAuxData(sqlite3*, AuxData**, int, int);
|
| H A D | vdbeaux.c | 2215 sqlite3VdbeDeleteAuxData(p->v->db, &p->pAuxData, -1, 0); in sqlite3VdbeFrameDelete() 2666 sqlite3VdbeDeleteAuxData(v->db, &v->pAuxData, -1, 0); in sqlite3VdbeFrameRestore() 2698 if( p->pAuxData ) sqlite3VdbeDeleteAuxData(p->db, &p->pAuxData, -1, 0); in closeAllCursors() 3536 void sqlite3VdbeDeleteAuxData(sqlite3 *db, AuxData **pp, int iOp, int mask){ in sqlite3VdbeDeleteAuxData() function
|
| H A D | vdbe.c | 8432 sqlite3VdbeDeleteAuxData(db, &p->pAuxData, pCtx->iOp, pOp->p1); in sqlite3VdbeExec()
|