Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19513 # define ExprIsVtab(X) \ macro
19517 # define ExprIsVtab(X) 0 macro
167072 if( ExprIsVtab(pCol) && (i = sqlite3ExprIsLikeOperator(pExpr))!=0 ){
167092 if( ExprIsVtab(pCol) ){
167124 if( ExprIsVtab(pLeft) ){
167129 if( pRight && ExprIsVtab(pRight) ){