Home | History | Annotate | Download | only in dist

Lines Matching defs:isIndex

12890   Bool isIndex;         /* True if an index containing keys only - no data */
49516 int isIndex, /* True if iRoot is the root of an index b-tree */
49538 if( isIndex && (!pSchema || (pSchema->flags&DB_SchemaLoaded)==0) ){
49546 if( isIndex ){
67095 }else if( u.an.pC->isIndex ){
67153 if( u.an.pC->isIndex ){
67215 rc = sqlite3VdbeMemFromBtree(u.an.pCrsr, 0, u.an.len, u.an.pC->isIndex, &u.an.sMem);
67285 rc = sqlite3VdbeMemFromBtree(u.an.pCrsr, u.an.aOffset[u.an.p2], u.an.len, u.an.pC->isIndex, &u.an.sMem);
68081 /* Set the VdbeCursor.isTable and isIndex variables. Previous versions of
68086 u.ax.pCur->isIndex = !u.ax.pCur->isTable;
68165 u.ay.pCx->isIndex = !u.ay.pCx->isTable;
68219 u.ba.pCx->isIndex = 0;
69140 assert( u.bl.pC->isIndex || pOp->opcode==OP_RowData );
69158 if( u.bl.pC->isIndex ){
69178 if( u.bl.pC->isIndex ){