Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhereexpr.c80 if( p && ExprHasProperty(p, EP_Unlikely) ){ in whereClauseInsert()
H A Dresolve.c1014 ExprSetProperty(pExpr, EP_Unlikely); in resolveExprStep()
H A Dexpr.c141 while( pExpr && ExprHasProperty(pExpr, EP_Skip|EP_Unlikely) ){ in sqlite3ExprSkipCollateAndLikely()
142 if( ExprHasProperty(pExpr, EP_Unlikely) ){ in sqlite3ExprSkipCollateAndLikely()
H A DsqliteInt.h2914 #define EP_Unlikely 0x080000 /* unlikely() or likelihood() function */ macro