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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c37387 sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid) argument
51805 sqlite3BtreeSetCachedRowid(BtCursor *pCur, sqlite3_int64 iRowid) argument
83766 int iRowid = ++pParse->nMem; /* Used for storing rowid values. */ local
83879 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, int iCur, int iRowid, int count, Trigger *pTrigger, int onconf ) argument
119097 sqlite3_int64 iRowid; /* Current rowid */ member in struct:Fts3auxCursor
127300 i64 iRowid; member in struct:RtreeCell
128030 sqlite3_int64 iRowid; local
128080 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument
128176 i64 iRowid = nodeGetRowid(pRtree, pCsr->pNode, pCsr->iCell); local
128199 findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf) argument
128282 i64 iRowid = sqlite3_value_int64(argv[0]); local
128706 rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode) argument
129172 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
129289 i64 iRowid = nodeGetRowid(pRtree, pRight, i); local
129300 i64 iRowid = nodeGetRowid(pRtree, pLeft, i); local
[all...]

Completed in 723 milliseconds