Home
last modified time | relevance | path

Searched refs:mxAlloc (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/sqlite3/
HDsqlite3.c12836 int mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */ member
22221 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];
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c11056 int mxAlloc; /* Maximum allowed string length */ member
19649 if( szNew > p->mxAlloc ){ in sqlite3StrAccumAppend()
19721 p->mxAlloc = mx; in sqlite3StrAccumInit()
85446 pAccum->mxAlloc = db->aLimit[SQLITE_LIMIT_LENGTH];