Lines Matching refs:sqlite3PExpr
879 pNew = sqlite3PExpr(pParse, TK_IN, pDup, 0); in exprAnalyzeOrTerm()
1239 pNewExpr = sqlite3PExpr(pParse, ops[i], in exprAnalyze()
1278 pNewExpr = sqlite3PExpr(pParse, TK_GT, in exprAnalyze()
1365 pNewExpr1 = sqlite3PExpr(pParse, TK_GE, in exprAnalyze()
1373 pNewExpr2 = sqlite3PExpr(pParse, TK_LT, in exprAnalyze()
1412 pNew = sqlite3PExpr(pParse, pExpr->op, pLeft, pRight); in exprAnalyze()
1473 pNewExpr = sqlite3PExpr(pParse, TK_MATCH, in exprAnalyze()
1568 pNew = sqlite3PExpr(pParse, TK_MATCH, 0, pVal); in whereAddLimitExpr()
1573 pNew = sqlite3PExpr(pParse, TK_MATCH, 0, pVal); in whereAddLimitExpr()
1839 pRhs = sqlite3PExpr(pParse, TK_UPLUS, in sqlite3WhereTabFuncArgs()
1841 pTerm = sqlite3PExpr(pParse, TK_EQ, pColRef, pRhs); in sqlite3WhereTabFuncArgs()