Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c17435 #define EP_InfixFunc 0x000080 /* True for an infix function: LIKE, GLOB, etc */ macro
100731 if( nFarg>=2 && ExprHasProperty(pExpr, EP_InfixFunc) ){
152107 if( yymsp[-2].minor.yy524 ) yymsp[-2].minor.yy524->flags |= EP_InfixFunc;
152120 if( yymsp[-4].minor.yy524 ) yymsp[-4].minor.yy524->flags |= EP_InfixFunc;

Completed in 450 milliseconds