Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A Dvdbe.c215 pStack->flags = MEM_Str | MEM_Short; in hardStringify()
779 }else if( pTos->flags & MEM_Short ){ in sqliteVdbeExec()
786 pTos->flags &= ~(MEM_Static|MEM_Ephem|MEM_Short); in sqliteVdbeExec()
814 if( pFrom->flags & MEM_Short ){ in sqliteVdbeExec()
821 if( pTos->flags & MEM_Short ){ in sqliteVdbeExec()
842 if( pTo->flags & MEM_Short ){ in sqliteVdbeExec()
1126 if( pTos->flags & MEM_Short ){ in sqliteVdbeExec()
1944 pTos->flags = MEM_Str | MEM_Short; in sqliteVdbeExec()
2116 pTos->flags = MEM_Str | MEM_Short; in sqliteVdbeExec()
2139 assert( pTos->flags & (MEM_Dyn|MEM_Short) ); in sqliteVdbeExec()
[all …]
H A DvdbeInt.h135 #define MEM_Short 0x0080 /* Mem.z points to Mem.zShort */ macro
H A Dvdbeaux.c429 p->s.flags = MEM_Str | MEM_Short; in sqlite_set_result_string()