Home | History | Annotate | Download | only in orig

Lines Matching defs:isIndex

12890   Bool isIndex;         /* True if an index containing keys only - no data */
49488 int isIndex, /* True if iRoot is the root of an index b-tree */
49510 if( isIndex && (!pSchema || (pSchema->flags&DB_SchemaLoaded)==0) ){
49518 if( isIndex ){
67067 }else if( u.an.pC->isIndex ){
67125 if( u.an.pC->isIndex ){
67187 rc = sqlite3VdbeMemFromBtree(u.an.pCrsr, 0, u.an.len, u.an.pC->isIndex, &u.an.sMem);
67257 rc = sqlite3VdbeMemFromBtree(u.an.pCrsr, u.an.aOffset[u.an.p2], u.an.len, u.an.pC->isIndex, &u.an.sMem);
68053 /* Set the VdbeCursor.isTable and isIndex variables. Previous versions of
68058 u.ax.pCur->isIndex = !u.ax.pCur->isTable;
68137 u.ay.pCx->isIndex = !u.ay.pCx->isTable;
68191 u.ba.pCx->isIndex = 0;
69112 assert( u.bl.pC->isIndex || pOp->opcode==OP_RowData );
69130 if( u.bl.pC->isIndex ){
69150 if( u.bl.pC->isIndex ){