Searched refs:Dynamicify (Results 1 – 1 of 1) sorted by relevance
226 #define Dynamicify(P) (((P)->flags & MEM_Dyn)==0 ? hardDynamicify(P):0) macro3929 if( Dynamicify(pTos) || Dynamicify(pNos) ) goto no_mem; in sqliteVdbeExec()