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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c38148 sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid) argument
52788 sqlite3BtreeSetCachedRowid(BtCursor *pCur, sqlite3_int64 iRowid) argument
79366 i64 iRowid; /* Rowid in main table of the key */ member in struct:Stat3Accum::Stat3Sample
85723 int iRowid = ++pParse->nMem; /* Used for storing rowid values. */ local
85836 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, int iCur, int iRowid, int count, Trigger *pTrigger, int onconf ) argument
121494 sqlite3_int64 iRowid; /* Current rowid */ member in struct:Fts3auxCursor
129846 i64 iRowid; member in struct:RtreeCell
130576 sqlite3_int64 iRowid; local
130626 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument
130722 i64 iRowid = nodeGetRowid(pRtree, pCsr->pNode, pCsr->iCell); local
130745 findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf) argument
130828 i64 iRowid = sqlite3_value_int64(argv[0]); local
131257 rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode) argument
131723 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
131840 i64 iRowid = nodeGetRowid(pRtree, pRight, i); local
131851 i64 iRowid = nodeGetRowid(pRtree, pLeft, i); local
[all...]

Completed in 623 milliseconds