Searched defs:iRowid (Results 1 - 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 38263 sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid) argument 52920 sqlite3BtreeSetCachedRowid(BtCursor *pCur, sqlite3_int64 iRowid) argument 79485 i64 iRowid; /* Rowid in main table of the key */ member in struct:Stat3Accum::Stat3Sample 85838 int iRowid = ++pParse->nMem; /* Used for storing rowid values. */ local 85951 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, int iCur, int iRowid, int count, Trigger *pTrigger, int onconf ) argument 121845 sqlite3_int64 iRowid; /* Current rowid */ member in struct:Fts3auxCursor 130384 i64 iRowid; member in struct:RtreeCell 131114 sqlite3_int64 iRowid; local 131164 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument 131260 i64 iRowid = nodeGetRowid(pRtree, pCsr->pNode, pCsr->iCell); local 131283 findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf) argument 131366 i64 iRowid = sqlite3_value_int64(argv[0]); local 131795 rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode) argument 132261 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument 132378 i64 iRowid = nodeGetRowid(pRtree, pRight, i); local 132389 i64 iRowid = nodeGetRowid(pRtree, pLeft, i); local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 38291 sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid) argument 52948 sqlite3BtreeSetCachedRowid(BtCursor *pCur, sqlite3_int64 iRowid) argument 79521 i64 iRowid; /* Rowid in main table of the key */ member in struct:Stat3Accum::Stat3Sample 85874 int iRowid = ++pParse->nMem; /* Used for storing rowid values. */ local 85987 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, int iCur, int iRowid, int count, Trigger *pTrigger, int onconf ) argument 121891 sqlite3_int64 iRowid; /* Current rowid */ member in struct:Fts3auxCursor 130430 i64 iRowid; member in struct:RtreeCell 131160 sqlite3_int64 iRowid; local 131210 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument 131306 i64 iRowid = nodeGetRowid(pRtree, pCsr->pNode, pCsr->iCell); local 131329 findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf) argument 131412 i64 iRowid = sqlite3_value_int64(argv[0]); local 131841 rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode) argument 132307 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument 132424 i64 iRowid = nodeGetRowid(pRtree, pRight, i); local 132435 i64 iRowid = nodeGetRowid(pRtree, pLeft, i); local [all...] |
Completed in 598 milliseconds