Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A Dvdbe.c208 }else if( fg & MEM_Int ){ in hardStringify()
326 #define Integerify(P) if(((P)->flags&MEM_Int)==0){ hardIntegerify(P); }
337 pStack->flags = MEM_Int; in hardIntegerify()
350 }else if( pStack->flags & MEM_Int ){ in hardRealify()
695 pTos->flags = MEM_Int; in sqliteVdbeExec()
1027 }else if( (pTos->flags & pNos->flags & MEM_Int)==MEM_Int ){ in sqliteVdbeExec()
1050 pTos->flags = MEM_Int; in sqliteVdbeExec()
1195 pTos->flags = MEM_Int; in sqliteVdbeExec()
1226 if( (pTos->flags & (MEM_Int|MEM_Real))==0 in sqliteVdbeExec()
1233 if( pTos->flags & MEM_Int ){ in sqliteVdbeExec()
[all …]
H A DvdbeInt.h130 #define MEM_Int 0x0004 /* Value is an integer */ macro
H A Dvdbeaux.c449 p->s.flags = MEM_Int; in sqlite_set_result_int()