Home
last modified time | relevance | path

Searched defs:pE1 (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c249 int sqlite3ExprCollSeqMatch(Parse *pParse, const Expr *pE1, const Expr *pE2){ in sqlite3ExprCollSeqMatch()
5819 const Expr *pE1, in sqlite3ExprImpliesExpr()
H A Dselect.c550 Expr *pE1; /* Reference to the column on the LEFT of the join */ in sqlite3ProcessJoin() local