Home
last modified time | relevance | path

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

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