Searched refs:sqlite3ExprIsVector (Results 1 – 5 of 5) sorted by relevance
1194 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()
417 int sqlite3ExprIsVector(const Expr *pExpr){ in sqlite3ExprIsVector() function458 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()
5490 int sqlite3ExprIsVector(const Expr *pExpr);
1331 && sqlite3ExprIsVector(pTerm->pExpr->pRight) in allocateIndexInfo()
3803 if( sqlite3ExprIsVector(pCopy) ){ in substExpr()