Searched defs:iCursor (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dwhere.c43 ** 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 DsqliteInt.h781 int iCursor; /* The VDBE cursor number used to access this table */ member in struct:SrcList::SrcList_item

Completed in 29 milliseconds