Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18990 #define EP_Skip 0x002000 /* Operator does not contribute to affinity */ macro
108471 if( ExprHasProperty(pExpr, EP_Skip|EP_IfNullRow) ){
108572 pNew->flags |= EP_Collate|EP_Skip;
108593 while( pExpr && ExprHasProperty(pExpr, EP_Skip) ){
108606 while( pExpr && ExprHasProperty(pExpr, EP_Skip|EP_Unlikely) ){
112526 ExprClearProperty(p, EP_Skip);
122377 x.flags = EP_Skip;
147126 ExprClearProperty(pY, EP_Skip|EP_Unlikely);
148359 ExprClearProperty(pExpr, EP_Skip|EP_Collate|EP_Unlikely);