Home | History | Annotate | Download | only in amalgamation

Lines Matching refs:isTable

12285   Bool isTable;         /* True if a table requiring integer keys */
59759 assert( p->isTable );
65624 /* Set the VdbeCursor.isTable and isIndex variables. Previous versions of
65628 u.aw.pCur->isTable = pOp->p4type!=P4_KEYINFO;
65629 u.aw.pCur->isIndex = !u.aw.pCur->isTable;
65696 u.ax.pCx->isTable = 0;
65699 u.ax.pCx->isTable = 1;
65703 u.ax.pCx->isIndex = !u.ax.pCx->isTable;
65732 u.ay.pCx->isTable = 1;
65826 if( u.az.pC->isTable ){
65973 assert( u.ba.pC->isTable );
66031 assert( u.bb.pC->isTable==0 );
66186 assert( u.bd.pC->isTable );
66274 assert( u.be.pC->isTable );
66445 assert( u.bf.pC->isTable );
66487 assert( u.bf.pC->isTable );
66530 assert( u.bg.pC->isTable );
66608 assert( u.bh.pC->isTable || pOp->opcode==OP_RowKey );
66627 assert( !u.bh.pC->isTable );
66906 assert( u.bn.pC->isTable==0 );
66983 assert( u.bp.pC->isTable==0 );