Home
last modified time | relevance | path

Searched defs:nHeight (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c100 u32 nHeight; /* Height of tree structure */ member
395 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()
H A DlsmInt.h237 u32 nHeight; /* Current height of tree structure */ member
280 u32 nHeight; member
/sqlite-3.40.0/src/
H A Dexpr.c709 int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){ in sqlite3ExprCheckHeight()
768 int nHeight = p->pLeft ? p->pLeft->nHeight : 0; in exprSetHeight() local
800 int nHeight = 0; in sqlite3SelectExprHeight() local
H A DsqliteInt.h2860 int nHeight; /* Height of the tree headed by this node */ member
3714 int nHeight; /* Expression tree height of current sub-select */ member
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c4318 int nHeight = (int)aRoot[0]; in fts3IncrmergeLoad() local