Searched refs:MEM_Str (Results 1 – 3 of 3) sorted by relevance
203 #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 …]
129 #define MEM_Str 0x0002 /* Value is a string */ macro
429 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()