Searched refs:MEM_Ephem (Results 1 – 2 of 2) sorted by relevance
254 if( ((P)->flags&MEM_Ephem)!=0 && hardDeephem(P) ){ goto no_mem;}257 assert( (pStack->flags & MEM_Ephem)!=0 ); in hardDeephem()262 pStack->flags &= ~MEM_Ephem; in hardDeephem()776 if( pOp->p2 && (pTos->flags & (MEM_Dyn|MEM_Ephem)) ){ in sqliteVdbeExec()778 pTos->flags |= MEM_Ephem; in sqliteVdbeExec()786 pTos->flags &= ~(MEM_Static|MEM_Ephem|MEM_Short); in sqliteVdbeExec()813 assert( (pFrom->flags & MEM_Ephem)==0 ); in sqliteVdbeExec()3103 pTos->flags = MEM_Str|MEM_Ephem; in sqliteVdbeExec()3215 pTos->flags = MEM_Str | MEM_Ephem; in sqliteVdbeExec()4298 pTos->flags = MEM_Str | MEM_Ephem; in sqliteVdbeExec()[all …]
134 #define MEM_Ephem 0x0040 /* Mem.z points to an ephemeral string */ macro