Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c201 #define Stringify(P) if(((P)->flags & MEM_Str)==0){hardStringify(P);}
213 pStack->flags = MEM_Str | MEM_Short; in hardStringify()
228 if( (fg & MEM_Str)==0 ){ in hardDynamicify()
329 }else if( pStack->flags & MEM_Str ){ in hardIntegerify()
346 if( pStack->flags & MEM_Str ){ in hardRealify()
696 pTos->flags |= MEM_Str | MEM_Static; in sqliteVdbeExec()
715 pTos->flags = MEM_Str | MEM_Static; in sqliteVdbeExec()
735 pTos->flags = MEM_Str | MEM_Static; in sqliteVdbeExec()
773 if( pTos->flags & MEM_Str ){ in sqliteVdbeExec()
813 assert( pFrom->flags & MEM_Str ); in sqliteVdbeExec()
[all …]
H A DvdbeInt.h126 #define MEM_Str 0x0002 /* Value is a string */ macro
H A Dvdbeaux.c426 p->s.flags = MEM_Str | MEM_Short; in sqlite_set_result_string()
434 p->s.flags = MEM_Str | MEM_Dyn; in sqlite_set_result_string()