Home
last modified time | relevance | path

Searched refs:mxAlloc (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c12754 int mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */ member
22099 if( p->mxAlloc==0 ){
22107 if( szNew+p->nChar<=p->mxAlloc ){
22112 if( szNew > p->mxAlloc ){
22199 if( p->mxAlloc>0 && p->zText==p->zBase ){
22240 p->mxAlloc = mx;
97994 int firstTerm = pAccum->mxAlloc==0;
97995 pAccum->mxAlloc = db->aLimit[SQLITE_LIMIT_LENGTH];

Completed in 344 milliseconds