Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c1194 if( p && sqlite3ExprIsVector(p) ){ in codeExprOrVector()
1605 if( sqlite3ExprIsVector(pX->pRight) ){ in sqlite3WhereCodeOneLoopStart()
1643 if( 0==sqlite3ExprIsVector(pX->pRight) in sqlite3WhereCodeOneLoopStart()
1650 if( 0==sqlite3ExprIsVector(pX->pRight) ){ in sqlite3WhereCodeOneLoopStart()
1857 if( sqlite3ExprIsVector(pRight)==0 ){ in sqlite3WhereCodeOneLoopStart()
1972 if( sqlite3ExprIsVector(pRight)==0 ){ in sqlite3WhereCodeOneLoopStart()
H A Dexpr.c417 int sqlite3ExprIsVector(const Expr *pExpr){ in sqlite3ExprIsVector() function
458 if( sqlite3ExprIsVector(pVector) ){ in sqlite3VectorFieldSubexpr()
4320 if( sqlite3ExprIsVector(pLeft) ){ in sqlite3ExprCodeTarget()
5259 if( sqlite3ExprIsVector(pExpr->pLeft) ) goto default_expr; in sqlite3ExprIfTrue()
5436 if( sqlite3ExprIsVector(pExpr->pLeft) ) goto default_expr; in sqlite3ExprIfFalse()
H A DsqliteInt.h5490 int sqlite3ExprIsVector(const Expr *pExpr);
H A Dwhere.c1331 && sqlite3ExprIsVector(pTerm->pExpr->pRight) in allocateIndexInfo()
H A Dselect.c3803 if( sqlite3ExprIsVector(pCopy) ){ in substExpr()