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

/external/sqlite/dist/orig/
H A Dsqlite3.c12864 int iCursor; /* The VDBE cursor number used to access this table */ member in struct:SrcList::SrcList_item
23304 sqlite3XPrintf(&x, 0, "{%d,*}", pItem->iCursor);
100864 exprTableColumn( sqlite3 *db, Table *pTab, int iCursor, i16 iCol ) argument
120655 int iCursor = -1; /* Table cursor common to all terms */ local
121526 sqlite3WhereGetMask(WhereMaskSet *pMaskSet, int iCursor) argument
121545 createMask(WhereMaskSet *pMaskSet, int iCursor) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12864 int iCursor; /* The VDBE cursor number used to access this table */ member in struct:SrcList::SrcList_item
23304 sqlite3XPrintf(&x, 0, "{%d,*}", pItem->iCursor);
100882 exprTableColumn( sqlite3 *db, Table *pTab, int iCursor, i16 iCol ) argument
120673 int iCursor = -1; /* Table cursor common to all terms */ local
121544 sqlite3WhereGetMask(WhereMaskSet *pMaskSet, int iCursor) argument
121563 createMask(WhereMaskSet *pMaskSet, int iCursor) argument
[all...]

Completed in 723 milliseconds