Home | History | Annotate | Download | only in dist

Lines Matching defs:isIndex

12890   Bool isIndex;         /* True if an index containing keys only - no data */
49499 int isIndex, /* True if iRoot is the root of an index b-tree */
49521 if( isIndex && (!pSchema || (pSchema->flags&DB_SchemaLoaded)==0) ){
49529 if( isIndex ){
67078 }else if( u.an.pC->isIndex ){
67136 if( u.an.pC->isIndex ){
67198 rc = sqlite3VdbeMemFromBtree(u.an.pCrsr, 0, u.an.len, u.an.pC->isIndex, &u.an.sMem);
67268 rc = sqlite3VdbeMemFromBtree(u.an.pCrsr, u.an.aOffset[u.an.p2], u.an.len, u.an.pC->isIndex, &u.an.sMem);
68064 /* Set the VdbeCursor.isTable and isIndex variables. Previous versions of
68069 u.ax.pCur->isIndex = !u.ax.pCur->isTable;
68148 u.ay.pCx->isIndex = !u.ay.pCx->isTable;
68202 u.ba.pCx->isIndex = 0;
69123 assert( u.bl.pC->isIndex || pOp->opcode==OP_RowData );
69141 if( u.bl.pC->isIndex ){
69161 if( u.bl.pC->isIndex ){