Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218981 static int nodeWrite(Rtree *pRtree, RtreeNode *pNode){ function
219022 rc = nodeWrite(pRtree, pNode);
220741 if( SQLITE_OK!=(rc = nodeWrite(pRtree, pRight))
220742 || (0==pLeft->iNode && SQLITE_OK!=(rc = nodeWrite(pRtree, pLeft)))