Searched refs:rightHeight (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c374 int rightHeight = 0; local
380 rightHeight += pNode->pRight->nBlackHeight;
381 rightHeight += (pNode->pRight->isBlack?1:0);
383 if( leftHeight != rightHeight ){

Completed in 59 milliseconds