Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c335 pStack->flags = MEM_Int; in hardIntegerify()
693 pTos->flags = MEM_Int; in sqliteVdbeExec()
1025 }else if( (pTos->flags & pNos->flags & MEM_Int)==MEM_Int ){ in sqliteVdbeExec()
1193 pTos->flags = MEM_Int; in sqliteVdbeExec()
1241 pTos->flags = MEM_Int; in sqliteVdbeExec()
1286 pTos->flags = MEM_Int; in sqliteVdbeExec()
1432 }else if( (ft & fn & MEM_Int)==MEM_Int ){ in sqliteVdbeExec()
1715 pTos->flags = MEM_Int; in sqliteVdbeExec()
1731 pTos->flags = MEM_Int; in sqliteVdbeExec()
2051 if( (flags & (MEM_Real|MEM_Int))==MEM_Int ){ in sqliteVdbeExec()
[all …]
H A DvdbeInt.h127 #define MEM_Int 0x0004 /* Value is an integer */ macro
H A Dvdbeaux.c446 p->s.flags = MEM_Int; in sqlite_set_result_int()