Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c442 static void unsetJoinExpr(Expr *p, int iTable, int nullable){ in unsetJoinExpr() function
456 unsetJoinExpr(p->x.pList->a[i].pExpr, iTable, nullable); in unsetJoinExpr()
460 unsetJoinExpr(p->pLeft, iTable, nullable); in unsetJoinExpr()
5110 unsetJoinExpr(pNew, -1, 1); in pushDownWhereTerms()
6797 unsetJoinExpr(p->pWhere, pItem->iCursor, in sqlite3Select()