Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c27371 if( p->mxAlloc ) sqlite3_str_reset(p);
27403 if( n>pAccum->nAlloc && n>pAccum->mxAlloc ){
27960 && pAccum->mxAlloc
28121 if( p->mxAlloc==0 ){
28128 if( szNew+p->nChar<=p->mxAlloc ){
28133 if( szNew > p->mxAlloc ){
28220 assert( p->mxAlloc>0 && !isMalloced(p) );
28234 if( p->mxAlloc>0 && !isMalloced(p) ){
28312 p->mxAlloc = mx;
114695 int firstTerm = pAccum->mxAlloc==0;
[all …]

Completed in 430 milliseconds