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

/external/sqlite/dist/orig/
H A Dsqlite3.h7811 sqlite3_int64 iRowid; /* Rowid for current entry */ member in struct:sqlite3_rtree_query_info
H A Dsqlite3.c8018 sqlite3_int64 iRowid; /* Rowid for current entry */ member in struct:sqlite3_rtree_query_info
41430 sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid) argument
88334 i64 iRowid; /* Rowid in main table of the key */ member in union:Stat4Sample::__anon14366
88390 sampleSetRowidInt64(sqlite3 *db, Stat4Sample *p, i64 iRowid) argument
138924 sqlite3_int64 iRowid; /* Current rowid */ member in struct:Fts3auxCursor
142569 int iRowid; /* Current 'rowid' value */ member in struct:Fts3tokCursor
151280 i64 iRowid; /* Node or entry ID */ member in struct:RtreeCell
152036 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument
152418 findLeafNode( Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf, sqlite3_int64 *piNode ) argument
152515 i64 iRowid = sqlite3_value_int64(argv[0]); local
152902 rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode) argument
153162 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
153280 i64 iRowid = nodeGetRowid(pRtree, pRight, i); local
153291 i64 iRowid = nodeGetRowid(pRtree, pLeft, i); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h7811 sqlite3_int64 iRowid; /* Rowid for current entry */ member in struct:sqlite3_rtree_query_info
H A Dsqlite3.c8018 sqlite3_int64 iRowid; /* Rowid for current entry */ member in struct:sqlite3_rtree_query_info
41448 sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid) argument
88352 i64 iRowid; /* Rowid in main table of the key */ member in union:Stat4Sample::__anon14400
88408 sampleSetRowidInt64(sqlite3 *db, Stat4Sample *p, i64 iRowid) argument
138954 sqlite3_int64 iRowid; /* Current rowid */ member in struct:Fts3auxCursor
142599 int iRowid; /* Current 'rowid' value */ member in struct:Fts3tokCursor
151310 i64 iRowid; /* Node or entry ID */ member in struct:RtreeCell
152066 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument
152448 findLeafNode( Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf, sqlite3_int64 *piNode ) argument
152545 i64 iRowid = sqlite3_value_int64(argv[0]); local
152932 rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode) argument
153192 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
153310 i64 iRowid = nodeGetRowid(pRtree, pRight, i); local
153321 i64 iRowid = nodeGetRowid(pRtree, pLeft, i); local
[all...]

Completed in 1019 milliseconds