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.c206 }else if( fg & MEM_Int ){ in hardStringify()
324 #define Integerify(P) if(((P)->flags&MEM_Int)==0){ hardIntegerify(P); }
335 pStack->flags = MEM_Int; in hardIntegerify()
348 }else if( pStack->flags & MEM_Int ){ in hardRealify()
693 pTos->flags = MEM_Int; in sqliteVdbeExec()
1025 }else if( (pTos->flags & pNos->flags & MEM_Int)==MEM_Int ){ in sqliteVdbeExec()
1048 pTos->flags = MEM_Int; in sqliteVdbeExec()
1193 pTos->flags = MEM_Int; in sqliteVdbeExec()
1224 if( (pTos->flags & (MEM_Int|MEM_Real))==0 in sqliteVdbeExec()
1231 if( pTos->flags & 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()