Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c113636 static void heightOfExpr(const Expr *p, int *pnHeight){ function
113647 heightOfExpr(p->a[i].pExpr, pnHeight);
113654 heightOfExpr(p->pWhere, pnHeight);
113655 heightOfExpr(p->pHaving, pnHeight);
113656 heightOfExpr(p->pLimit, pnHeight);