Lines Matching refs:useMalloc
11058 u8 useMalloc; /* 0: none, 1: sqlite3DbMalloc, 2: sqlite3_malloc */ member
19639 if( !p->useMalloc ){ in sqlite3StrAccumAppend()
19656 if( p->useMalloc==1 ){ in sqlite3StrAccumAppend()
19683 if( p->useMalloc && p->zText==p->zBase ){ in sqlite3StrAccumFinish()
19684 if( p->useMalloc==1 ){ in sqlite3StrAccumFinish()
19704 if( p->useMalloc==1 ){ in sqlite3StrAccumReset()
19722 p->useMalloc = 1; in sqlite3StrAccumInit()
19790 acc.useMalloc = 2; in sqlite3_vmprintf()
19829 acc.useMalloc = 0; in sqlite3_vsnprintf()
19856 acc.useMalloc = 0; in renderLogMsg()
19885 acc.useMalloc = 0; in sqlite3DebugPrintf()
56138 sCheck.errMsg.useMalloc = 2;
85444 int firstTerm = pAccum->useMalloc==0;
85445 pAccum->useMalloc = 2;