Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c10329 int nHeight; /* Height of the tree headed by this node */ member
10908 int nHeight; /* Expression tree height of current sub-select */ member
72965 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 …]
/NextBSD/contrib/sqlite3/
HDsqlite3.c12034 int nHeight; /* Height of the tree headed by this node */ member
12665 int nHeight; /* Expression tree height of current sub-select */ member
84060 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 …]