Home
last modified time | relevance | path

Searched refs:iGeneration (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dclosure.c170 int iGeneration; /* Which generation is this entry part of */ member
634 int iGeneration /* The generation number for this node */ in closureInsertNode() argument
640 pNew->iGeneration = iGeneration; in closureInsertNode()
719 if( pAvl->iGeneration>=mxGen ) continue; in closureFilter()
725 rc = closureInsertNode(&sQueue, pCur, iNew, pAvl->iGeneration+1); in closureFilter()
751 sqlite3_result_int(ctx, pCur->pCurrent->iGeneration); in closureColumn()
/sqlite-3.40.0/src/
H A Dcallback.c513 pSchema->iGeneration++; in sqlite3SchemaClear()
H A Dvdbeblob.c281 pTab->pSchema->iGeneration); in sqlite3_blob_open()
H A DsqliteInt.h1345 int iGeneration; /* Generation counter. Incremented with each change */ member
H A Dbuild.c223 pSchema->iGeneration /* P4 */ in sqlite3FinishCoding()
H A Dvdbe.c3944 && (iMeta!=pOp->p3 || pDb->pSchema->iGeneration!=pOp->p4.i) in sqlite3VdbeExec()