Home
last modified time | relevance | path

Searched defs:pnHeight (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()
737 static void heightOfExprList(const ExprList *p, int *pnHeight){ in heightOfExprList()
745 static void heightOfSelect(const Select *pSelect, int *pnHeight){ in heightOfSelect()