Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20396 int iCursor; /* The VDBE cursor number used to access this table */ member
34214 sqlite3_str_appendf(&x, "{%d:*} %!S", pItem->iCursor, pItem); in sqlite3TreeViewSrcList()
110699 pNew->iTable = pMatch->iCursor;
110989 pExpr->iTable = pMatch->iCursor;
111354 p->iTable = pItem->iCursor;
111474 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab);
111493 pExpr->iTable = pItem->iCursor;
112807 pSrc->a[0].iCursor = -1;
114740 pNewItem->iCursor = pOldItem->iCursor;
115588 if( pExpr->w.iJoin!=pSrc->iCursor ) return 0; /* rule (4b) */
[all …]