Home | History | Annotate | Download | only in orig

Lines Matching defs:mxAlloc

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