Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c153790 static void findConstInWhere(WhereConst *pConst, Expr *pExpr){ function
153799 findConstInWhere(pConst, pExpr->pRight);
153800 findConstInWhere(pConst, pExpr->pLeft);
153972 findConstInWhere(&x, p->pWhere);