Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c2140 Expr *pAndExpr = 0; /* An ".. AND (...)" expression */ in sqlite3WhereCodeOneLoopStart() local
2241 pAndExpr = sqlite3ExprAnd(pParse, pAndExpr, pExpr); in sqlite3WhereCodeOneLoopStart()
2243 if( pAndExpr ){ in sqlite3WhereCodeOneLoopStart()
2249 pAndExpr = sqlite3PExpr(pParse, TK_AND|0x10000, 0, pAndExpr); in sqlite3WhereCodeOneLoopStart()
2273 if( pAndExpr ){ in sqlite3WhereCodeOneLoopStart()
2274 pAndExpr->pLeft = pOrExpr; in sqlite3WhereCodeOneLoopStart()
2275 pOrExpr = pAndExpr; in sqlite3WhereCodeOneLoopStart()
2396 if( pAndExpr ){ in sqlite3WhereCodeOneLoopStart()
2397 pAndExpr->pLeft = 0; in sqlite3WhereCodeOneLoopStart()
2398 sqlite3ExprDelete(db, pAndExpr); in sqlite3WhereCodeOneLoopStart()