Home | History | Annotate | Download | only in dist

Lines Matching refs:isIndex

12022   Bool isIndex;         /* True if an index containing keys only - no data */
45481 int isIndex, /* True if iRoot is the root of an index b-tree */
45503 if( isIndex && (!pSchema || (pSchema->flags&DB_SchemaLoaded)==0) ){
45511 if( isIndex ){
62546 }else if( u.am.pC->isIndex ){
62603 if( u.am.pC->isIndex ){
62665 rc = sqlite3VdbeMemFromBtree(u.am.pCrsr, 0, u.am.len, u.am.pC->isIndex, &u.am.sMem);
62729 rc = sqlite3VdbeMemFromBtree(u.am.pCrsr, u.am.aOffset[u.am.p2], u.am.len, u.am.pC->isIndex, &u.am.sMem);
63502 /* Set the VdbeCursor.isTable and isIndex variables. Previous versions of
63507 u.aw.pCur->isIndex = !u.aw.pCur->isTable;
63581 u.ax.pCx->isIndex = !u.ax.pCx->isTable;
63611 u.ay.pCx->isIndex = 0;
64488 assert( u.bh.pC->isIndex || pOp->opcode==OP_RowData );
64505 if( u.bh.pC->isIndex ){
64525 if( u.bh.pC->isIndex ){