Home
last modified time | relevance | path

Searched refs:noReuse (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DvdbeInt.h89 Bool noReuse:1; /* OpenEphemeral may not reuse this cursor */ member
H A Dvdbe.c4275 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()