Searched refs:mxAlloc (Results 1 – 2 of 2) sorted by relevance
12836 int mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */ member22221 if( p->mxAlloc==0 ){22229 if( szNew+p->nChar<=p->mxAlloc ){22234 if( szNew > p->mxAlloc ){22321 if( p->mxAlloc>0 && p->zText==p->zBase ){22362 p->mxAlloc = mx;99118 int firstTerm = pAccum->mxAlloc==0;99119 pAccum->mxAlloc = db->aLimit[SQLITE_LIMIT_LENGTH];
11056 int mxAlloc; /* Maximum allowed string length */ member19649 if( szNew > p->mxAlloc ){ in sqlite3StrAccumAppend()19721 p->mxAlloc = mx; in sqlite3StrAccumInit()85446 pAccum->mxAlloc = db->aLimit[SQLITE_LIMIT_LENGTH];