Home
last modified time | relevance | path

Searched refs:iCursor (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c19734 int iCursor; /* The VDBE cursor number used to access this table */ member
33348 sqlite3_str_appendf(&x, "{%d:*} %!S", pItem->iCursor, pItem); in sqlite3TreeViewSrcList()
108250 pNew->iTable = pMatch->iCursor;
108537 pExpr->iTable = pMatch->iCursor;
108901 p->iTable = pItem->iCursor;
109001 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab);
109020 pExpr->iTable = pItem->iCursor;
110329 pSrc->a[0].iCursor = -1;
112249 pNewItem->iCursor = pOldItem->iCursor;
113020 if( pExpr->w.iJoin!=pSrc->iCursor ) return 0; /* rule (4b) */
[all …]