Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c19225 int iCursor; /* The VDBE cursor number used to access this table */ member
32474 sqlite3_str_appendf(&x, "{%d:*} %!S", pItem->iCursor, pItem); in sqlite3TreeViewSrcList()
106398 pNew->iTable = pMatch->iCursor;
106658 pExpr->iTable = pMatch->iCursor;
107013 p->iTable = pItem->iCursor;
107113 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab);
107132 pExpr->iTable = pItem->iCursor;
108375 sSrc.a[0].iCursor = -1;
110259 pNewItem->iCursor = pOldItem->iCursor;
110941 if( pExpr->w.iJoin!=pSrc->iCursor ) return 0; /* rule (4b) */
[all …]