Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:tooBig

10745   u8   tooBig;         /* Becomes true if string size exceeds limits */
19233 if( p->tooBig | p->mallocFailed ){
19234 testcase(p->tooBig);
19247 p->tooBig = 1;
19258 p->tooBig = 1;
19330 p->tooBig = 0;
83099 if( pAccum->tooBig ){