Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c696 static int nodeAcquire( in nodeAcquire() function
1450 *pRC = nodeAcquire(RTREE_OF_CURSOR(pCur), id, 0, &pCur->aNode[ii]); in rtreeNodeOfFirstSearchPoint()
1788 rc = nodeAcquire(pRtree, iNode, 0, ppLeaf); in findLeafNode()
1881 rc = nodeAcquire(pRtree, 1, 0, &pRoot); in rtreeFilter()
2206 rc = nodeAcquire(pRtree, 1, 0, &pNode); in ChooseLeaf()
2243 rc = nodeAcquire(pRtree, iBest, pNode, &pChild); in ChooseLeaf()
2746 rc2 = nodeAcquire(pRtree, iNode, 0, &pChild->pParent); in fixLeafParent()
3060 rc = nodeAcquire(pRtree, 1, 0, &pRoot); in rtreeDeleteRowid()
3105 rc = nodeAcquire(pRtree, iChild, pRoot, &pChild); /* tag-20210916a */ in rtreeDeleteRowid()
H A Dgeopoly.c1382 rc = nodeAcquire(pRtree, 1, 0, &pRoot); in geopolyFilter()