Searched refs:iCursor (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | expr.c | 199 pNewItem->iCursor = pOldItem->iCursor; 471 pExpr->iTable = pItem->iCursor; 477 pExpr->iTable = pItem->iCursor; 642 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab );
|
H A D | where.c | 43 ** are small integers contained in SrcList_item.iCursor and Expr.iTable 95 static int getMask(ExprMaskSet *pMaskSet, int iCursor){ argument 98 if( pMaskSet->ix[i]==iCursor ) return 1<<i; 102 pMaskSet->ix[i] = iCursor; 333 ** number pTabList->a[0].iCursor. t2 uses the cursor pTabList->a[1].iCursor. 487 int iCur = pTabList->a[i].iCursor; /* The cursor for this table */ 688 pSortIdx = findSortingIndex(pTab, pTabList->a[0].iCursor, 711 sqliteVdbeOp3(v, OP_OpenRead, pTabList->a[i].iCursor, pTab->tnum, 725 int iCur = pTabList->a[i].iCursor; [all...] |
H A D | auth.c | 121 if( pExpr->iTable==pTabList->a[iSrc].iCursor ) break;
|
H A D | delete.c | 126 iCur = pTabList->a[0].iCursor = pParse->nTab++;
|
H A D | build.c | 1945 pList->a[pList->nSrc].iCursor = -1; 1956 if( pList->a[i].iCursor<0 ){ 1957 pList->a[i].iCursor = pParse->nTab++;
|
H A D | update.c | 107 pTabList->a[0].iCursor = iCur = pParse->nTab++;
|
H A D | select.c | 674 for(j=0; j<pTabList->nSrc && pTabList->a[j].iCursor!=p->iTable; j++){} 729 for(j=0; j<pTabList->nSrc && pTabList->a[j].iCursor!=p->iTable; j++){} 1715 iParent = pSrc->a[iFrom].iCursor; 1924 base = pSrc->a[0].iCursor; 2210 pTabList->a[i].iCursor, p, i, &isAgg);
|
H A D | sqliteInt.h | 781 int iCursor; /* The VDBE cursor number used to access this table */ member in struct:SrcList::SrcList_item
|
Completed in 37 milliseconds