Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:mxAlloc

10742   int  mxAlloc;        /* Maximum allowed string length */
19256 if( szNew > p->mxAlloc ){
19328 p->mxAlloc = mx;
83079 pAccum->mxAlloc = db->aLimit[SQLITE_LIMIT_LENGTH];