Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c113643 static void heightOfExprList(const ExprList *p, int *pnHeight){ function
113657 heightOfExprList(p->pEList, pnHeight);
113658 heightOfExprList(p->pGroupBy, pnHeight);
113659 heightOfExprList(p->pOrderBy, pnHeight);
113681 heightOfExprList(p->x.pList, &nHeight);