Searched refs:nodeWrite (Results 1 – 1 of 1) sorted by relevance
866 static int nodeWrite(Rtree *pRtree, RtreeNode *pNode){ in nodeWrite() function907 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()