Home
last modified time | relevance | path

Searched refs:nodeGetRowid (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A Drtree.c921 static i64 nodeGetRowid( in nodeGetRowid() function
956 pCell->iRowid = nodeGetRowid(pRtree, pNode, iCell); in nodeGetCell()
1367 if( nodeGetRowid(pRtree, pNode, ii)==iRowid ){ in nodeRowidIndex()
1714 *pRowid = nodeGetRowid(RTREE_OF_CURSOR(pCsr), pNode, p->iCell); in rtreeRowid()
1733 sqlite3_result_int64(ctx, nodeGetRowid(pRtree, pNode, p->iCell)); in rtreeColumn()
1753 nodeGetRowid(pRtree, pNode, p->iCell)); in rtreeColumn()
2679 i64 iRowid = nodeGetRowid(pRtree, pRight, i); in SplitNode()
2690 i64 iRowid = nodeGetRowid(pRtree, pLeft, i); in SplitNode()
3104 i64 iChild = nodeGetRowid(pRtree, pRoot, 0); in rtreeDeleteRowid()
H A Dgeopoly.c1543 nodeGetRowid(pRtree, pNode, p->iCell)); in geopolyColumn()