Home
last modified time | relevance | path

Searched refs:pPCache (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dpager.c1752 sqlite3PcacheClear(pPager->pPCache); in pager_reset()
2098 sqlite3PcacheCleanAll(pPager->pPCache); in pager_end_transaction()
3498 sqlite3PcacheShrink(pPager->pPCache); in sqlite3PagerShrink()
3712 && sqlite3PcacheRefCount(pPager->pPCache)==0 in sqlite3PagerSetPagesize()
4145 sqlite3PcacheClose(pPager->pPCache); in sqlite3PagerClose()
4309 sqlite3PcacheClearSyncFlags(pPager->pPCache); in syncJournal()
5677 assert( pPager->pPCache!=0 ); in sqlite3PagerLookup()
6426 sqlite3PcacheCleanAll(pPager->pPCache); in sqlite3PagerCommitPhaseOne()
6559 sqlite3PcacheCleanAll(pPager->pPCache); in sqlite3PagerCommitPhaseOne()
6730 return sqlite3PcacheRefCount(pPager->pPCache); in sqlite3PagerRefcount()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dpager.c1780 sqlite3PcacheClear(pPager->pPCache); in pager_reset()
2126 sqlite3PcacheCleanAll(pPager->pPCache); in pager_end_transaction()
3569 sqlite3PcacheShrink(pPager->pPCache); in sqlite3PagerShrink()
3783 && sqlite3PcacheRefCount(pPager->pPCache)==0 in sqlite3PagerSetPagesize()
4217 sqlite3PcacheClose(pPager->pPCache); in sqlite3PagerClose()
4386 sqlite3PcacheClearSyncFlags(pPager->pPCache); in syncJournal()
5743 assert( pPager->pPCache!=0 ); in sqlite3PagerLookup()
6493 sqlite3PcacheCleanAll(pPager->pPCache); in sqlite3PagerCommitPhaseOne()
6626 sqlite3PcacheCleanAll(pPager->pPCache); in sqlite3PagerCommitPhaseOne()
6797 return sqlite3PcacheRefCount(pPager->pPCache); in sqlite3PagerRefcount()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dpager.c1748 sqlite3PcacheClear(pPager->pPCache); in pager_reset()
2094 sqlite3PcacheCleanAll(pPager->pPCache); in pager_end_transaction()
3494 sqlite3PcacheShrink(pPager->pPCache); in sqlite3PagerShrink()
3708 && sqlite3PcacheRefCount(pPager->pPCache)==0 in sqlite3PagerSetPagesize()
4141 sqlite3PcacheClose(pPager->pPCache); in sqlite3PagerClose()
4305 sqlite3PcacheClearSyncFlags(pPager->pPCache); in syncJournal()
5673 assert( pPager->pPCache!=0 ); in sqlite3PagerLookup()
6422 sqlite3PcacheCleanAll(pPager->pPCache); in sqlite3PagerCommitPhaseOne()
6555 sqlite3PcacheCleanAll(pPager->pPCache); in sqlite3PagerCommitPhaseOne()
6726 return sqlite3PcacheRefCount(pPager->pPCache); in sqlite3PagerRefcount()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dpager.c1732 sqlite3PcacheClear(pPager->pPCache); in pager_reset()
2078 sqlite3PcacheCleanAll(pPager->pPCache); in pager_end_transaction()
3519 sqlite3PcacheShrink(pPager->pPCache); in sqlite3PagerShrink()
3738 && sqlite3PcacheRefCount(pPager->pPCache)==0 in sqlite3PagerSetPagesize()
4134 sqlite3PcacheClose(pPager->pPCache); in sqlite3PagerClose()
4303 sqlite3PcacheClearSyncFlags(pPager->pPCache); in syncJournal()
5610 assert( pPager->pPCache!=0 ); in sqlite3PagerLookup()
6347 sqlite3PcacheCleanAll(pPager->pPCache); in sqlite3PagerCommitPhaseOne()
6428 sqlite3PcacheCleanAll(pPager->pPCache); in sqlite3PagerCommitPhaseOne()
6599 return sqlite3PcacheRefCount(pPager->pPCache); in sqlite3PagerRefcount()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dfuzzershell.c807 void *pPCache = 0; /* Allocated storage for pcache */ in main() local
955 pPCache = malloc( nPCache*(sqlite3_int64)szPCache ); in main()
956 if( pPCache==0 ) fatalError("cannot allocate %lld-byte pcache", in main()
958 rc = sqlite3_config(SQLITE_CONFIG_PAGECACHE, pPCache, szPCache, nPCache); in main()
1260 free(pPCache); in main()
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dfuzzershell.c807 void *pPCache = 0; /* Allocated storage for pcache */ in main() local
955 pPCache = malloc( nPCache*(sqlite3_int64)szPCache ); in main()
956 if( pPCache==0 ) fatalError("cannot allocate %lld-byte pcache", in main()
958 rc = sqlite3_config(SQLITE_CONFIG_PAGECACHE, pPCache, szPCache, nPCache); in main()
1260 free(pPCache); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dfuzzershell.c807 void *pPCache = 0; /* Allocated storage for pcache */ in main() local
955 pPCache = malloc( nPCache*(sqlite3_int64)szPCache ); in main()
956 if( pPCache==0 ) fatalError("cannot allocate %lld-byte pcache", in main()
958 rc = sqlite3_config(SQLITE_CONFIG_PAGECACHE, pPCache, szPCache, nPCache); in main()
1260 free(pPCache); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dfuzzershell.c807 void *pPCache = 0; /* Allocated storage for pcache */ in main() local
955 pPCache = malloc( nPCache*(sqlite3_int64)szPCache ); in main()
956 if( pPCache==0 ) fatalError("cannot allocate %lld-byte pcache", in main()
958 rc = sqlite3_config(SQLITE_CONFIG_PAGECACHE, pPCache, szPCache, nPCache); in main()
1260 free(pPCache); in main()
/dports/devel/emscripten/emscripten-2.0.3/tests/sqlite/
H A Dspeedtest1.c1160 void *pPCache = 0; /* Allocated storage for pcache */ in main() local
1289 pPCache = malloc( nPCache*(sqlite3_int64)szPCache ); in main()
1290 if( pPCache==0 ) fatal_error("cannot allocate %lld-byte pcache\n", in main()
1292 rc = sqlite3_config(SQLITE_CONFIG_PAGECACHE, pPCache, szPCache, nPCache); in main()
1413 free( pPCache ); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxepivot.cxx1635 if( const XclExpPivotCache* pPCache = CreatePivotCache( rDPObj ) ) in CreatePivotTables() local
1636 maPTableList.AppendNewRecord( new XclExpPivotTable( GetRoot(), rDPObj, *pPCache ) ); in CreatePivotTables()
1681 XclExpPivotCache* pPCache = maPCacheList.GetRecord( nPos ); in CreatePivotCache() local
1683 if( !pPCache->HasAddFields() && pPCache->HasEqualDataSource( rDPObj ) ) in CreatePivotCache()
1684 return pPCache; in CreatePivotCache()
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dspeedtest1.c1663 void *pPCache = 0; /* Allocated storage for pcache */ in main() local
1812 pPCache = malloc( nPCache*(sqlite3_int64)szPCache ); in main()
1813 if( pPCache==0 ) fatal_error("cannot allocate %lld-byte pcache\n", in main()
1816 rc = sqlite3_config(SQLITE_CONFIG_PAGECACHE, pPCache, szPCache, nPCache); in main()
1961 free( pPCache ); in main()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dspeedtest1.c2173 void *pPCache = 0; /* Allocated storage for pcache */ in main() local
2346 pPCache = malloc( nPCache*(sqlite3_int64)szPCache ); in main()
2347 if( pPCache==0 ) fatal_error("cannot allocate %lld-byte pcache\n", in main()
2350 rc = sqlite3_config(SQLITE_CONFIG_PAGECACHE, pPCache, szPCache, nPCache); in main()
2538 free( pPCache ); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dspeedtest1.c2173 void *pPCache = 0; /* Allocated storage for pcache */ in main() local
2346 pPCache = malloc( nPCache*(sqlite3_int64)szPCache ); in main()
2347 if( pPCache==0 ) fatal_error("cannot allocate %lld-byte pcache\n", in main()
2350 rc = sqlite3_config(SQLITE_CONFIG_PAGECACHE, pPCache, szPCache, nPCache); in main()
2538 free( pPCache ); in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxepivot.cxx1627 if( const XclExpPivotCache* pPCache = CreatePivotCache( rDPObj ) ) in CreatePivotTables() local
1628 maPTableList.AppendNewRecord( new XclExpPivotTable( GetRoot(), rDPObj, *pPCache ) ); in CreatePivotTables()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c30789 sqlite3PcacheClear(pPager->pPCache);
31083 sqlite3PcacheCleanAll(pPager->pPCache);
32624 && sqlite3PcacheRefCount(pPager->pPCache)==0
32917 sqlite3PcacheClose(pPager->pPCache);
33086 sqlite3PcacheClearSyncFlags(pPager->pPCache);
34214 assert( pPager->pPCache!=0 );
34884 sqlite3PcacheCleanAll(pPager->pPCache);
34997 sqlite3PcacheCleanAll(pPager->pPCache);
35159 return sqlite3PcacheRefCount(pPager->pPCache);
35187 a[0] = sqlite3PcacheRefCount(pPager->pPCache);
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c40092 sqlite3PcacheClear(pPager->pPCache);
40386 sqlite3PcacheCleanAll(pPager->pPCache);
41736 sqlite3PcacheShrink(pPager->pPCache);
41930 && sqlite3PcacheRefCount(pPager->pPCache)==0
42224 sqlite3PcacheClose(pPager->pPCache);
42393 sqlite3PcacheClearSyncFlags(pPager->pPCache);
43537 assert( pPager->pPCache!=0 );
44218 sqlite3PcacheCleanAll(pPager->pPCache);
44331 sqlite3PcacheCleanAll(pPager->pPCache);
44494 return sqlite3PcacheRefCount(pPager->pPCache);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c38493 sqlite3PcacheClear(pPager->pPCache);
38787 sqlite3PcacheCleanAll(pPager->pPCache);
40311 && sqlite3PcacheRefCount(pPager->pPCache)==0
40604 sqlite3PcacheClose(pPager->pPCache);
40773 sqlite3PcacheClearSyncFlags(pPager->pPCache);
41913 assert( pPager->pPCache!=0 );
42593 sqlite3PcacheCleanAll(pPager->pPCache);
42706 sqlite3PcacheCleanAll(pPager->pPCache);
42868 return sqlite3PcacheRefCount(pPager->pPCache);
42896 a[0] = sqlite3PcacheRefCount(pPager->pPCache);
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c38457 sqlite3PcacheClear(pPager->pPCache);
38751 sqlite3PcacheCleanAll(pPager->pPCache);
40275 && sqlite3PcacheRefCount(pPager->pPCache)==0
40568 sqlite3PcacheClose(pPager->pPCache);
40737 sqlite3PcacheClearSyncFlags(pPager->pPCache);
41877 assert( pPager->pPCache!=0 );
42557 sqlite3PcacheCleanAll(pPager->pPCache);
42670 sqlite3PcacheCleanAll(pPager->pPCache);
42832 return sqlite3PcacheRefCount(pPager->pPCache);
42860 a[0] = sqlite3PcacheRefCount(pPager->pPCache);
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c39199 sqlite3PcacheClear(pPager->pPCache);
39493 sqlite3PcacheCleanAll(pPager->pPCache);
41017 && sqlite3PcacheRefCount(pPager->pPCache)==0
41311 sqlite3PcacheClose(pPager->pPCache);
41480 sqlite3PcacheClearSyncFlags(pPager->pPCache);
42620 assert( pPager->pPCache!=0 );
43300 sqlite3PcacheCleanAll(pPager->pPCache);
43413 sqlite3PcacheCleanAll(pPager->pPCache);
43575 return sqlite3PcacheRefCount(pPager->pPCache);
43603 a[0] = sqlite3PcacheRefCount(pPager->pPCache);
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c32300 vtk_sqlite3PcacheClear(pPager->pPCache);
32561 vtk_sqlite3PcacheCleanAll(pPager->pPCache);
33583 && vtk_sqlite3PcacheRefCount(pPager->pPCache)==0
33886 vtk_sqlite3PcacheClose(pPager->pPCache);
34039 vtk_sqlite3PcacheClearSyncFlags(pPager->pPCache);
34969 if( (vtk_sqlite3PcacheRefCount(pPager->pPCache)==0)
35153 assert( pPager->pPCache!=0 );
35915 vtk_sqlite3PcacheCleanAll(pPager->pPCache);
36084 return vtk_sqlite3PcacheRefCount(pPager->pPCache);
36100 a[0] = vtk_sqlite3PcacheRefCount(pPager->pPCache);
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c31009 sqlite3PcacheClear(pPager->pPCache);
31137 && sqlite3PcacheRefCount(pPager->pPCache)==0
31281 sqlite3PcacheCleanAll(pPager->pPCache);
32352 && sqlite3PcacheRefCount(pPager->pPCache)==0
32612 sqlite3PcacheClose(pPager->pPCache);
32759 sqlite3PcacheClearSyncFlags(pPager->pPCache);
33635 if( sqlite3PcacheRefCount(pPager->pPCache)==0 ){
34557 sqlite3PcacheCleanAll(pPager->pPCache);
34736 return sqlite3PcacheRefCount(pPager->pPCache);
34752 a[0] = sqlite3PcacheRefCount(pPager->pPCache);
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c41237 sqlite3PcacheClear(pPager->pPCache);
41535 sqlite3PcacheCleanAll(pPager->pPCache);
42949 sqlite3PcacheShrink(pPager->pPCache);
43157 && sqlite3PcacheRefCount(pPager->pPCache)==0
43542 sqlite3PcacheClose(pPager->pPCache);
43711 sqlite3PcacheClearSyncFlags(pPager->pPCache);
44964 assert( pPager->pPCache!=0 );
45660 sqlite3PcacheCleanAll(pPager->pPCache);
45741 sqlite3PcacheCleanAll(pPager->pPCache);
45909 return sqlite3PcacheRefCount(pPager->pPCache);
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c41561 sqlite3PcacheClear(pPager->pPCache);
41859 sqlite3PcacheCleanAll(pPager->pPCache);
43273 sqlite3PcacheShrink(pPager->pPCache);
43481 && sqlite3PcacheRefCount(pPager->pPCache)==0
43866 sqlite3PcacheClose(pPager->pPCache);
44035 sqlite3PcacheClearSyncFlags(pPager->pPCache);
45297 assert( pPager->pPCache!=0 );
45993 sqlite3PcacheCleanAll(pPager->pPCache);
46074 sqlite3PcacheCleanAll(pPager->pPCache);
46242 return sqlite3PcacheRefCount(pPager->pPCache);
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c40022 sqlite3PcacheClear(pPager->pPCache);
40319 sqlite3PcacheCleanAll(pPager->pPCache);
41734 sqlite3PcacheShrink(pPager->pPCache);
41935 && sqlite3PcacheRefCount(pPager->pPCache)==0
42320 sqlite3PcacheClose(pPager->pPCache);
42489 sqlite3PcacheClearSyncFlags(pPager->pPCache);
43709 assert( pPager->pPCache!=0 );
44401 sqlite3PcacheCleanAll(pPager->pPCache);
44482 sqlite3PcacheCleanAll(pPager->pPCache);
44648 return sqlite3PcacheRefCount(pPager->pPCache);
[all …]
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c41946 sqlite3PcacheClear(pPager->pPCache);
42244 sqlite3PcacheCleanAll(pPager->pPCache);
43658 sqlite3PcacheShrink(pPager->pPCache);
43866 && sqlite3PcacheRefCount(pPager->pPCache)==0
44251 sqlite3PcacheClose(pPager->pPCache);
44420 sqlite3PcacheClearSyncFlags(pPager->pPCache);
45682 assert( pPager->pPCache!=0 );
46378 sqlite3PcacheCleanAll(pPager->pPCache);
46459 sqlite3PcacheCleanAll(pPager->pPCache);
46627 return sqlite3PcacheRefCount(pPager->pPCache);
[all …]

1234567