Searched refs:noReuse (Results 1 – 2 of 2) sorted by relevance
89 Bool noReuse:1; /* OpenEphemeral may not reuse this cursor */ member
4275 pCx->noReuse = 1; in sqlite3VdbeExec()4276 pOrig->noReuse = 1; in sqlite3VdbeExec()4343 if( pCx && !pCx->noReuse && ALWAYS(pOp->p2<=pCx->nField) ){ in sqlite3VdbeExec()5975 pC->noReuse = 1; in sqlite3VdbeExec()