Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c246380 int iMaxChild = 0; local
246383 iMaxChild = MAX(iMaxChild, pChild->iHeight);
246386 assert( p->iHeight==iMaxChild+1 );