Home
last modified time | relevance | path

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

12345678

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dprintf.c145 if( p->mxAlloc ) sqlite3_str_reset(p); in setStrAccumError()
177 if( n>pAccum->nAlloc && n>pAccum->mxAlloc ){ in printfTempBuf()
757 && pAccum->mxAlloc in sqlite3_str_vappendf()
918 if( p->mxAlloc==0 ){ in sqlite3StrAccumEnlarge()
925 if( szNew+p->nChar<=p->mxAlloc ){ in sqlite3StrAccumEnlarge()
930 if( szNew > p->mxAlloc ){ in sqlite3StrAccumEnlarge()
992 assert( p->accError==0 || p->nAlloc==0 || p->mxAlloc==0 ); in sqlite3_str_append()
1017 assert( p->mxAlloc>0 && !isMalloced(p) ); in strAccumFinishRealloc()
1031 if( p->mxAlloc>0 && !isMalloced(p) ){ in sqlite3StrAccumFinish()
1109 p->mxAlloc = mx; in sqlite3StrAccumInit()
H A Dfunc.c1733 int firstTerm = pAccum->mxAlloc==0; in groupConcatStep()
1734 pAccum->mxAlloc = db->aLimit[SQLITE_LIMIT_LENGTH]; in groupConcatStep()
1776 if( pAccum->nChar==0 ) pAccum->mxAlloc = 0; in groupConcatInverse()
H A Dvdbemem.c123 assert( acc.zText==zBuf && acc.mxAlloc<=0 ); in vdbeMemRenderNum()
H A DsqliteInt.h3712 u32 mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dprintf.c145 if( p->mxAlloc ) sqlite3_str_reset(p); in setStrAccumError()
177 if( n>pAccum->nAlloc && n>pAccum->mxAlloc ){ in printfTempBuf()
744 && pAccum->mxAlloc in sqlite3_str_vappendf()
905 if( p->mxAlloc==0 ){ in sqlite3StrAccumEnlarge()
912 if( szNew+p->nChar<=p->mxAlloc ){ in sqlite3StrAccumEnlarge()
917 if( szNew > p->mxAlloc ){ in sqlite3StrAccumEnlarge()
979 assert( p->accError==0 || p->nAlloc==0 || p->mxAlloc==0 ); in sqlite3_str_append()
1004 assert( p->mxAlloc>0 && !isMalloced(p) ); in strAccumFinishRealloc()
1018 if( p->mxAlloc>0 && !isMalloced(p) ){ in sqlite3StrAccumFinish()
1096 p->mxAlloc = mx; in sqlite3StrAccumInit()
H A Dfunc.c1725 int firstTerm = pAccum->mxAlloc==0; in groupConcatStep()
1726 pAccum->mxAlloc = db->aLimit[SQLITE_LIMIT_LENGTH]; in groupConcatStep()
1768 if( pAccum->nChar==0 ) pAccum->mxAlloc = 0; in groupConcatInverse()
H A Dvdbemem.c115 assert( acc.zText==zBuf && acc.mxAlloc<=0 ); in vdbeMemRenderNum()
H A DsqliteInt.h3544 u32 mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dprintf.c145 if( p->mxAlloc ) sqlite3_str_reset(p); in setStrAccumError()
177 if( n>pAccum->nAlloc && n>pAccum->mxAlloc ){ in printfTempBuf()
757 && pAccum->mxAlloc in sqlite3_str_vappendf()
918 if( p->mxAlloc==0 ){ in sqlite3StrAccumEnlarge()
925 if( szNew+p->nChar<=p->mxAlloc ){ in sqlite3StrAccumEnlarge()
930 if( szNew > p->mxAlloc ){ in sqlite3StrAccumEnlarge()
992 assert( p->accError==0 || p->nAlloc==0 || p->mxAlloc==0 ); in sqlite3_str_append()
1017 assert( p->mxAlloc>0 && !isMalloced(p) ); in strAccumFinishRealloc()
1031 if( p->mxAlloc>0 && !isMalloced(p) ){ in sqlite3StrAccumFinish()
1109 p->mxAlloc = mx; in sqlite3StrAccumInit()
H A Dfunc.c1732 int firstTerm = pAccum->mxAlloc==0; in groupConcatStep()
1733 pAccum->mxAlloc = db->aLimit[SQLITE_LIMIT_LENGTH]; in groupConcatStep()
1775 if( pAccum->nChar==0 ) pAccum->mxAlloc = 0; in groupConcatInverse()
H A Dvdbemem.c123 assert( acc.zText==zBuf && acc.mxAlloc<=0 ); in vdbeMemRenderNum()
H A DsqliteInt.h3617 u32 mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dprintf.c778 if( p->mxAlloc==0 ){ in sqlite3StrAccumEnlarge()
787 if( szNew+p->nChar<=p->mxAlloc ){ in sqlite3StrAccumEnlarge()
792 if( szNew > p->mxAlloc ){ in sqlite3StrAccumEnlarge()
880 assert( p->mxAlloc>0 && !isMalloced(p) ); in strAccumFinishRealloc()
894 if( p->mxAlloc>0 && !isMalloced(p) ){ in sqlite3StrAccumFinish()
932 p->mxAlloc = mx; in sqlite3StrAccumInit()
H A Dfunc.c1629 int firstTerm = pAccum->mxAlloc==0; in groupConcatStep()
1630 pAccum->mxAlloc = db->aLimit[SQLITE_LIMIT_LENGTH]; in groupConcatStep()
H A DsqliteInt.h3223 u32 mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */ member
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A Dsqlprintf.c743 if( szNew > p->mxAlloc ){ in sqlite3StrAccumAppend()
744 p->nAlloc = p->mxAlloc; in sqlite3StrAccumAppend()
806 p->mxAlloc = mx; in sqlite3StrAccumInit()
H A DsqliteInt.h1736 int mxAlloc; /* Maximum allowed string length */ member
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dprintf.c773 if( szNew > p->mxAlloc ){ in sqlite3StrAccumAppend()
845 p->mxAlloc = mx; in sqlite3StrAccumInit()
H A Dfunc.c1380 pAccum->mxAlloc = db->aLimit[SQLITE_LIMIT_LENGTH]; in groupConcatStep()
H A DsqliteInt.h2398 int mxAlloc; /* Maximum allowed string length */ member
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dbwrappers/
H A Dmysqldataset.cpp705 int mxAlloc; /* Maximum allowed string length */ member
1318 if( szNew > p->mxAlloc ){ in mysqlStrAccumAppend()
1388 p->mxAlloc = mx; in mysqlStrAccumInit()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h2399 int mxAlloc; /* Maximum allowed string length */
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c27447 if( p->mxAlloc ) sqlite3_str_reset(p);
27479 if( n>pAccum->nAlloc && n>pAccum->mxAlloc ){
28046 && pAccum->mxAlloc
28207 if( p->mxAlloc==0 ){
28214 if( szNew+p->nChar<=p->mxAlloc ){
28219 if( szNew > p->mxAlloc ){
28306 assert( p->mxAlloc>0 && !isMalloced(p) );
28320 if( p->mxAlloc>0 && !isMalloced(p) ){
28398 p->mxAlloc = mx;
74618 assert( acc.zText==zBuf && acc.mxAlloc<=0 );
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/sqlite/
H A Dsqlite3.c27447 if( p->mxAlloc ) sqlite3_str_reset(p);
27479 if( n>pAccum->nAlloc && n>pAccum->mxAlloc ){
28046 && pAccum->mxAlloc
28207 if( p->mxAlloc==0 ){
28214 if( szNew+p->nChar<=p->mxAlloc ){
28219 if( szNew > p->mxAlloc ){
28306 assert( p->mxAlloc>0 && !isMalloced(p) );
28320 if( p->mxAlloc>0 && !isMalloced(p) ){
28398 p->mxAlloc = mx;
74618 assert( acc.zText==zBuf && acc.mxAlloc<=0 );
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/sqlite/
H A Dsqlite3.c27447 if( p->mxAlloc ) sqlite3_str_reset(p);
27479 if( n>pAccum->nAlloc && n>pAccum->mxAlloc ){
28046 && pAccum->mxAlloc
28207 if( p->mxAlloc==0 ){
28214 if( szNew+p->nChar<=p->mxAlloc ){
28219 if( szNew > p->mxAlloc ){
28306 assert( p->mxAlloc>0 && !isMalloced(p) );
28320 if( p->mxAlloc>0 && !isMalloced(p) ){
28398 p->mxAlloc = mx;
74618 assert( acc.zText==zBuf && acc.mxAlloc<=0 );
[all …]

12345678