Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c730 static void heightOfExpr(const Expr *p, int *pnHeight){ in heightOfExpr() function
741 heightOfExpr(p->a[i].pExpr, pnHeight); in heightOfExprList()
748 heightOfExpr(p->pWhere, pnHeight); in heightOfSelect()
749 heightOfExpr(p->pHaving, pnHeight); in heightOfSelect()
750 heightOfExpr(p->pLimit, pnHeight); in heightOfSelect()