Home
last modified time | relevance | path

Searched refs:nLabelAlloc (Results 1 – 25 of 115) sorted by relevance

12345

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dvdbeaux.c153 if( i>=p->nLabelAlloc ){ in sqliteVdbeMakeLabel()
155 p->nLabelAlloc = p->nLabelAlloc*2 + 10; in sqliteVdbeMakeLabel()
156 aNew = sqliteRealloc( p->aLabel, p->nLabelAlloc*sizeof(p->aLabel[0])); in sqliteVdbeMakeLabel()
164 p->nLabelAlloc = 0; in sqliteVdbeMakeLabel()
H A DvdbeInt.h238 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dvdbeaux.c153 if( i>=p->nLabelAlloc ){ in sqliteVdbeMakeLabel()
155 p->nLabelAlloc = p->nLabelAlloc*2 + 10; in sqliteVdbeMakeLabel()
156 aNew = sqliteRealloc( p->aLabel, p->nLabelAlloc*sizeof(p->aLabel[0])); in sqliteVdbeMakeLabel()
164 p->nLabelAlloc = 0; in sqliteVdbeMakeLabel()
H A DvdbeInt.h238 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DvdbeInt.h238 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DvdbeInt.h279 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member
H A Dvdbeaux.c238 if( i>=p->nLabelAlloc ){ in sqlite3VdbeMakeLabel()
239 int n = p->nLabelAlloc*2 + 5; in sqlite3VdbeMakeLabel()
242 p->nLabelAlloc = sqlite3DbMallocSize(p->db, p->aLabel)/sizeof(p->aLabel[0]); in sqlite3VdbeMakeLabel()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbeaux.c556 p->nLabelAlloc = 0; in resizeResolveLabel()
560 for(i=p->nLabelAlloc; i<nNewSize; i++) p->aLabel[i] = -1; in resizeResolveLabel()
562 p->nLabelAlloc = nNewSize; in resizeResolveLabel()
577 if( p->nLabelAlloc + p->nLabel < 0 ){ in sqlite3VdbeResolveLabel()
H A DsqliteInt.h3440 int nLabelAlloc; /* Number of slots in aLabel */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbeaux.c554 p->nLabelAlloc = 0; in resizeResolveLabel()
558 for(i=p->nLabelAlloc; i<nNewSize; i++) p->aLabel[i] = -1; in resizeResolveLabel()
560 p->nLabelAlloc = nNewSize; in resizeResolveLabel()
575 if( p->nLabelAlloc + p->nLabel < 0 ){ in sqlite3VdbeResolveLabel()
H A DsqliteInt.h3275 int nLabelAlloc; /* Number of slots in aLabel */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbeaux.c555 p->nLabelAlloc = 0; in resizeResolveLabel()
559 for(i=p->nLabelAlloc; i<nNewSize; i++) p->aLabel[i] = -1; in resizeResolveLabel()
561 p->nLabelAlloc = nNewSize; in resizeResolveLabel()
576 if( p->nLabelAlloc + p->nLabel < 0 ){ in sqlite3VdbeResolveLabel()
H A DsqliteInt.h3348 int nLabelAlloc; /* Number of slots in aLabel */ member
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c17751 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member
47401 if( i>=p->nLabelAlloc ){
47402 int n = p->nLabelAlloc*2 + 5;
47405 p->nLabelAlloc = vtk_sqlite3DbMallocSize(p->db, p->aLabel)/sizeof(p->aLabel[0]);
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c17078 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member
45656 if( i>=p->nLabelAlloc ){
45657 int n = p->nLabelAlloc*2 + 5;
45660 p->nLabelAlloc = sqlite3DbMallocSize(p->db, p->aLabel)/sizeof(p->aLabel[0]);
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c12243 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member
48408 if( i>=p->nLabelAlloc ){
48409 int n = p->nLabelAlloc*2 + 5;
48412 p->nLabelAlloc = sqlite3DbMallocSize(p->db, p->aLabel)/sizeof(p->aLabel[0]);
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c6008 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member
41956 if( i>=p->nLabelAlloc ){
41957 int n = p->nLabelAlloc*2 + 5;
41960 p->nLabelAlloc = sqlite3DbMallocSize(p->db, p->aLabel)/sizeof(p->aLabel[0]);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c12770 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member
57825 if( i>=p->nLabelAlloc ){
57826 int n = p->nLabelAlloc*2 + 5;
57829 p->nLabelAlloc = sqlite3DbMallocSize(p->db, p->aLabel)/sizeof(p->aLabel[0]);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c12763 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member
57789 if( i>=p->nLabelAlloc ){
57790 int n = p->nLabelAlloc*2 + 5;
57793 p->nLabelAlloc = sqlite3DbMallocSize(p->db, p->aLabel)/sizeof(p->aLabel[0]);
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c12825 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member
58547 if( i>=p->nLabelAlloc ){
58548 int n = p->nLabelAlloc*2 + 5;
58551 p->nLabelAlloc = sqlite3DbMallocSize(p->db, p->aLabel)/sizeof(p->aLabel[0]);
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c18011 int nLabelAlloc; /* Number of slots in aLabel */ member
76808 p->nLabelAlloc = 0;
76812 for(i=p->nLabelAlloc; i<nNewSize; i++) p->aLabel[i] = -1;
76814 p->nLabelAlloc = nNewSize;
76829 if( p->nLabelAlloc + p->nLabel < 0 ){
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c18064 int nLabelAlloc; /* Number of slots in aLabel */ member
76931 p->nLabelAlloc = 0;
76935 for(i=p->nLabelAlloc; i<nNewSize; i++) p->aLabel[i] = -1;
76937 p->nLabelAlloc = nNewSize;
76952 if( p->nLabelAlloc + p->nLabel < 0 ){
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c18011 int nLabelAlloc; /* Number of slots in aLabel */ member
76808 p->nLabelAlloc = 0;
76812 for(i=p->nLabelAlloc; i<nNewSize; i++) p->aLabel[i] = -1;
76814 p->nLabelAlloc = nNewSize;
76829 if( p->nLabelAlloc + p->nLabel < 0 ){
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/direct-sqlite-2.3.26/cbits/
H A Dsqlite3.c18011 int nLabelAlloc; /* Number of slots in aLabel */ member
76808 p->nLabelAlloc = 0;
76812 for(i=p->nLabelAlloc; i<nNewSize; i++) p->aLabel[i] = -1;
76814 p->nLabelAlloc = nNewSize;
76829 if( p->nLabelAlloc + p->nLabel < 0 ){
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/sqlite3/
H A Dsqlite3.c18011 int nLabelAlloc; /* Number of slots in aLabel */ member
76808 p->nLabelAlloc = 0;
76812 for(i=p->nLabelAlloc; i<nNewSize; i++) p->aLabel[i] = -1;
76814 p->nLabelAlloc = nNewSize;
76829 if( p->nLabelAlloc + p->nLabel < 0 ){

12345