Lines Matching refs:sqlite3ExprIsVector
22873 SQLITE_PRIVATE int sqlite3ExprIsVector(const Expr *pExpr);
113146 SQLITE_PRIVATE int sqlite3ExprIsVector(const Expr *pExpr){ function
113187 if( sqlite3ExprIsVector(pVector) ){
117821 if( sqlite3ExprIsVector(pLeft) ){
118825 if( sqlite3ExprIsVector(pExpr->pLeft) ) goto default_expr;
119025 if( sqlite3ExprIsVector(pExpr->pLeft) ) goto default_expr;
152590 if( sqlite3ExprIsVector(pCopy) ){
165010 if( p && sqlite3ExprIsVector(p) ){
165444 if( sqlite3ExprIsVector(pX->pRight) ){
165482 if( 0==sqlite3ExprIsVector(pX->pRight)
165489 if( 0==sqlite3ExprIsVector(pX->pRight) ){
165696 if( sqlite3ExprIsVector(pRight)==0 ){
165802 if( sqlite3ExprIsVector(pRight)==0 ){
168919 if( sqlite3ExprIsVector(pX->pLeft) ){
170188 && sqlite3ExprIsVector(pTerm->pExpr->pRight)