Searched refs:nHeight (Results 1 – 2 of 2) sorted by relevance
10329 int nHeight; /* Height of the tree headed by this node */ member10908 int nHeight; /* Expression tree height of current sub-select */ member72965 if( sqlite3ExprCheckHeight(pParse, pExpr->nHeight+pNC->pParse->nHeight) ){72968 pParse->nHeight += pExpr->nHeight;72979 pNC->pParse->nHeight -= pExpr->nHeight;73287 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){73290 if( nHeight>mxHeight ){73310 if( p->nHeight>*pnHeight ){73311 *pnHeight = p->nHeight;73344 int nHeight = 0;[all …]
12034 int nHeight; /* Height of the tree headed by this node */ member12665 int nHeight; /* Expression tree height of current sub-select */ member84060 if( sqlite3ExprCheckHeight(pParse, pExpr->nHeight+pNC->pParse->nHeight) ){84063 pParse->nHeight += pExpr->nHeight;84075 pNC->pParse->nHeight -= pExpr->nHeight;84478 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){84481 if( nHeight>mxHeight ){84501 if( p->nHeight>*pnHeight ){84502 *pnHeight = p->nHeight;84538 int nHeight = 0;[all …]