Home
last modified time | relevance | path

Searched refs:lookaside (Results 151 – 175 of 489) sorted by relevance

12345678910>>...20

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dfts3malloc.test22 # Ensure the lookaside buffer is disabled for these tests.
H A Dpermutations.test545 # Run all tests with the lookaside allocator disabled.
548 OOM tests with lookaside disabled
/dports/misc/libmodulemd/modulemd-2.13.0/
H A Dspec.v1.yaml211 # Use this lookaside cache if it's different from the
/dports/misc/libmodulemd/modulemd-2.13.0/yaml_specs/
H A Dmodulemd_stream_v1.yaml211 # Use this lookaside cache if it's different from the
H A Dmodulemd_packager_v2.yaml334 # Use this lookaside cache if it's different from the
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/dist/
H A Ds_string.ok931 lookaside
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbuild.c608 db->lookaside.nOut : 0 ); in deleteTable()
642 assert( nLookaside==0 || nLookaside==db->lookaside.nOut ); in deleteTable()
2210 db->lookaside.bDisable++; in sqlite3ViewGetColumnNames()
2251 db->lookaside.bDisable--; in sqlite3ViewGetColumnNames()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/
H A Dconfigure.ac417 AC_ARG_ENABLE([kdc-lookaside-cache],
418 AC_HELP_STRING([--disable-kdc-lookaside-cache],
422 AC_DEFINE(NOCACHE,1,[Define if the KDC should use no lookaside cache])
/dports/security/krb5/krb5-1.19.2/src/
H A Dconfigure.ac417 AC_ARG_ENABLE([kdc-lookaside-cache],
418 AC_HELP_STRING([--disable-kdc-lookaside-cache],
422 AC_DEFINE(NOCACHE,1,[Define if the KDC should use no lookaside cache])
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dbuild.c1797 u8 enableLookaside = db->lookaside.bEnabled; in sqlite3ViewGetColumnNames()
1801 db->lookaside.bEnabled = 0; in sqlite3ViewGetColumnNames()
1810 db->lookaside.bEnabled = enableLookaside; in sqlite3ViewGetColumnNames()
H A Dsqlite.h.in1390 ** memory allocation for the lookaside memory allocator on each
1392 ** size of each lookaside buffer slot and the second is the number of
1394 ** <i>default</i> lookaside size. The [SQLITE_DBCONFIG_LOOKASIDE]
1395 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1464 ** pointer to a memory buffer to use for lookaside memory.
1475 ** connection is not currently using lookaside memory, or in other words
1478 ** Any attempt to change the lookaside memory configuration when lookaside
5586 ** been satisfied using lookaside memory but failed due to the amount of
5587 ** memory requested being larger than the lookaside slot size.
5593 ** been satisfied using lookaside memory but failed due to all lookaside
[all …]
H A Dparse.y149 pParse->db->lookaside.bEnabled = 0; in createkw()
1347 pParse->db->lookaside.bEnabled = 0;
/dports/dns/bind911/bind-9.11.37/doc/misc/
H A Doptions147 dnssec-lookaside ( <string> trust-anchor
484 dnssec-lookaside ( <string> trust-anchor
/dports/dns/samba-nsupdate/bind-9.16.5/doc/misc/
H A Doptions161 dnssec-lookaside ( <string>
543 dnssec-lookaside ( <string>
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dpermutations.test487 # Run all tests with the lookaside allocator disabled.
490 OOM tests with lookaside disabled
/dports/dns/bind-tools/bind-9.16.27/doc/misc/
H A Doptions165 dnssec-lookaside ( <string>
563 dnssec-lookaside ( <string>
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dparse.c2184 pParse->db->lookaside.bEnabled = 0; in yy_reduce()
3520 pParse->db->lookaside.bEnabled = 0; in yy_reduce()
H A Dsqlite3.c12486 db->lookaside.mxOut = db->lookaside.nOut; in sqlite3_db_status()
17890 return p && p>=db->lookaside.pStart && p<db->lookaside.pEnd; in isLookaside()
17908 return db->lookaside.sz; in sqlite3DbMallocSize()
17950 db->lookaside.nOut--; in sqlite3DbFree()
18083 if( db->lookaside.nOut>db->lookaside.mxOut ){ in sqlite3DbMallocRaw()
18084 db->lookaside.mxOut = db->lookaside.nOut; in sqlite3DbMallocRaw()
97859 if( db->lookaside.pStart ) db->lookaside.bEnabled = 1;
98795 if( db->lookaside.nOut ){
98823 db->lookaside.pFree = 0;
98835 db->lookaside.pEnd = p;
[all …]
/dports/dns/bind916/bind-9.16.27/doc/misc/
H A Doptions165 dnssec-lookaside ( <string>
563 dnssec-lookaside ( <string>
/dports/security/cvm/cvm-0.97/
H A DNEWS24 - Added a "lookaside" mode to cvm-qmail, to assist with proper chaining
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/doc/build/
H A Doptions2configure.rst276 **-**\ **-disable-kdc-lookaside-cache**
/dports/security/krb5/krb5-1.19.2/doc/build/
H A Doptions2configure.rst276 **-**\ **-disable-kdc-lookaside-cache**
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dpermutations.test545 # Run all tests with the lookaside allocator disabled.
548 OOM tests with lookaside disabled
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c10930 db->lookaside.mxOut = db->lookaside.nOut; in vtk_sqlite3_db_status()
16008 return db && p && p>=db->lookaside.pStart && p<db->lookaside.pEnd; in isLookaside()
16024 return db->lookaside.sz; in vtk_sqlite3DbMallocSize()
16055 db->lookaside.nOut--; in vtk_sqlite3DbFree()
16167 if( db->lookaside.bEnabled && n<=db->lookaside.sz in vtk_sqlite3DbMallocRaw()
16170 db->lookaside.nOut++; in vtk_sqlite3DbMallocRaw()
16171 if( db->lookaside.nOut>db->lookaside.mxOut ){ in vtk_sqlite3DbMallocRaw()
16172 db->lookaside.mxOut = db->lookaside.nOut; in vtk_sqlite3DbMallocRaw()
94761 if( db->lookaside.pStart ) db->lookaside.bEnabled = 1;
95647 if( db->lookaside.nOut ){
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c6249 db->lookaside.mxOut = db->lookaside.nOut; in sqlite3_db_status()
11651 return p && p>=db->lookaside.pStart && p<db->lookaside.pEnd; in isLookaside()
11669 return db->lookaside.sz; in sqlite3DbMallocSize()
11711 db->lookaside.nOut--; in sqlite3DbFree()
11844 if( db->lookaside.nOut>db->lookaside.mxOut ){ in sqlite3DbMallocRaw()
11845 db->lookaside.mxOut = db->lookaside.nOut; in sqlite3DbMallocRaw()
91273 if( db->lookaside.pStart ) db->lookaside.bEnabled = 1;
92207 if( db->lookaside.nOut ){
92235 db->lookaside.pFree = 0;
92247 db->lookaside.pEnd = p;
[all …]

12345678910>>...20