Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c866 static int nodeWrite(Rtree *pRtree, RtreeNode *pNode){ in nodeWrite() function
907 rc = nodeWrite(pRtree, pNode); in nodeRelease()
2647 if( SQLITE_OK!=(rc = nodeWrite(pRtree, pRight)) in SplitNode()
2648 || (0==pLeft->iNode && SQLITE_OK!=(rc = nodeWrite(pRtree, pLeft))) in SplitNode()