nodeWrite        125033 sqlite3/libsqlite/sqlite3.c         rc = nodeWrite(pRtree, pNode);
nodeWrite        126612 sqlite3/libsqlite/sqlite3.c   if( SQLITE_OK!=(rc = nodeWrite(pRtree, pRight))
nodeWrite        126613 sqlite3/libsqlite/sqlite3.c    || (0==pLeft->iNode && SQLITE_OK!=(rc = nodeWrite(pRtree, pLeft)))