Home | History | Annotate | Download | only in dist

Lines Matching defs:mxAlloc

12157   int  mxAlloc;        /* Maximum allowed string length */
21275 if( szNew > p->mxAlloc ){
21396 p->mxAlloc = mx;
93218 pAccum->mxAlloc = db->aLimit[SQLITE_LIMIT_LENGTH];