Searched defs:mxAlloc (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c9853 int mxAlloc; /* Maximum allowed string length */ member in struct:StrAccum
17093 if( szNew > p->mxAlloc ){
17154 p->mxAlloc = mx;
[all...]

Completed in 288 milliseconds