Searched refs:nHeight (Results 1 – 3 of 3) sorted by relevance
391 int nHeight; member
12647 int nHeight; /* Height of the tree headed by this node */ member13288 int nHeight; /* Expression tree height of current sub-select */ member84892 if( sqlite3ExprCheckHeight(pParse, pExpr->nHeight+pNC->pParse->nHeight) ){84895 pParse->nHeight += pExpr->nHeight;84907 pNC->pParse->nHeight -= pExpr->nHeight;85319 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){85322 if( nHeight>mxHeight ){85342 if( p->nHeight>*pnHeight ){85343 *pnHeight = p->nHeight;85379 int nHeight = 0;[all …]
12647 int nHeight; /* Height of the tree headed by this node */ member13288 int nHeight; /* Expression tree height of current sub-select */ member84874 if( sqlite3ExprCheckHeight(pParse, pExpr->nHeight+pNC->pParse->nHeight) ){84877 pParse->nHeight += pExpr->nHeight;84889 pNC->pParse->nHeight -= pExpr->nHeight;85301 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){85304 if( nHeight>mxHeight ){85324 if( p->nHeight>*pnHeight ){85325 *pnHeight = p->nHeight;85361 int nHeight = 0;[all …]