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

/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c41 assert( !ExprHasProperty(pExpr, EP_IntValue) );
375 ** into u.iValue and the EP_IntValue flag is set. No extra storage
401 pNew->flags |= EP_IntValue;
550 assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
617 assert( !ExprHasProperty(p, EP_IntValue) || p->u.iValue>=0 );
706 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
771 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
1206 ** integer, then the EP_IntValue flag will have already been set */
1207 assert( p->op!=TK_INTEGER || (p->flags & EP_IntValue)!=0
1210 if( p->flags & EP_IntValue ){
[all...]
H A Dresolve.c72 }else if( ExprHasProperty(pOrig, EP_IntValue) || pOrig->u.zToken==0 ){
795 pE->flags |= EP_IntValue | flags;
H A Dselect.c1242 assert( p->pRight==0 || ExprHasProperty(p->pRight, EP_IntValue)
1259 assert( !ExprHasProperty(pColExpr, EP_IntValue) );
2200 pNew->flags |= EP_IntValue;
3066 assert( !ExprHasProperty(pExpr, EP_IntValue) );
3291 assert( !ExprHasProperty(pE->pLeft, EP_IntValue) );
4387 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
H A Dvdbemem.c1059 if( ExprHasProperty(pExpr, EP_IntValue) ){
H A DsqliteInt.h1643 int iValue; /* Non-negative integer value if EP_IntValue */
1693 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10003 int iValue; /* Non-negative integer value if EP_IntValue */
10053 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10552 int iValue; /* Non-negative integer value if EP_IntValue */
10602 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10552 int iValue; /* Non-negative integer value if EP_IntValue */
10602 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */ macro
[all...]

Completed in 545 milliseconds