Searched defs:nHeight (Results 1 – 5 of 5) sorted by relevance
100 u32 nHeight; /* Height of tree structure */ member395 void assert_node_looks_ok(TreeNode *pNode, int nHeight){ in assert_node_looks_ok()490 int nHeight /* Height: (0==leaf) (1==parent-of-leaf) */ in dump_node_contents()
237 u32 nHeight; /* Current height of tree structure */ member280 u32 nHeight; member
709 int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){ in sqlite3ExprCheckHeight()768 int nHeight = p->pLeft ? p->pLeft->nHeight : 0; in exprSetHeight() local800 int nHeight = 0; in sqlite3SelectExprHeight() local
2860 int nHeight; /* Height of the tree headed by this node */ member3714 int nHeight; /* Expression tree height of current sub-select */ member
4318 int nHeight = (int)aRoot[0]; in fts3IncrmergeLoad() local