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

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

Completed in 24 milliseconds