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

/osnet-11/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;
230 if( (fg & MEM_Str)==0 ){
331 }else if( pStack->flags & MEM_Str ){
348 if( pStack->flags & MEM_Str ){
698 pTos->flags |= MEM_Str | MEM_Static;
717 pTos->flags = MEM_Str | MEM_Static;
737 pTos->flags = MEM_Str | MEM_Static;
775 if( pTos->flags & MEM_Str ){
815 assert( pFrom->flags & MEM_Str );
[all...]
H A DvdbeInt.h118 int flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
129 #define MEM_Str 0x0002 /* Value is a string */ macro
H A Dvdbeaux.c429 p->s.flags = MEM_Str | MEM_Short;
437 p->s.flags = MEM_Str | MEM_Dyn;

Completed in 29 milliseconds