Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19534 # define ExprIsVtab(X) \ macro
19538 # define ExprIsVtab(X) 0 macro
167323 if( ExprIsVtab(pCol) && (i = sqlite3ExprIsLikeOperator(pExpr))!=0 ){
167343 if( ExprIsVtab(pCol) ){
167375 if( ExprIsVtab(pLeft) ){
167380 if( pRight && ExprIsVtab(pRight) ){