Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dvdbe.c203 #define Stringify(P) if(((P)->flags & MEM_Str)==0){hardStringify(P);}
215 pStack->flags = MEM_Str | MEM_Short; in hardStringify()
230 if( (fg & MEM_Str)==0 ){ in hardDynamicify()
331 }else if( pStack->flags & MEM_Str ){ in hardIntegerify()
348 if( pStack->flags & MEM_Str ){ in hardRealify()
698 pTos->flags |= MEM_Str | MEM_Static; in sqliteVdbeExec()
717 pTos->flags = MEM_Str | MEM_Static; in sqliteVdbeExec()
737 pTos->flags = MEM_Str | MEM_Static; in sqliteVdbeExec()
775 if( pTos->flags & MEM_Str ){ in sqliteVdbeExec()
815 assert( pFrom->flags & MEM_Str ); in sqliteVdbeExec()
[all …]
H A DvdbeInt.h129 #define MEM_Str 0x0002 /* Value is a string */ macro
H A Dvdbeaux.c429 p->s.flags = MEM_Str | MEM_Short; in sqlite_set_result_string()
437 p->s.flags = MEM_Str | MEM_Dyn; in sqlite_set_result_string()