Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c11202 #define EP_IntValue 0x000400 /* Integer value contained in u.iValue */ macro
61048 if( ExprHasProperty(pExpr, EP_IntValue) ){
75112 if( !ExprHasProperty(pExpr, EP_IntValue) && pExpr->u.zToken!=0 ){
75952 pNew->flags |= EP_IntValue;
76477 assert( !ExprHasProperty(pExpr, EP_IntValue) );
76865 pNew->flags |= EP_IntValue;
77050 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
77119 assert( !ExprHasProperty(p, EP_IntValue) || p->u.iValue>=0 );
77211 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
77276 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
[all …]