Home
last modified time | relevance | path

Searched refs:pcache2 (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dpcache.c260 if( sqlite3GlobalConfig.pcache2.xInit==0 ){ in sqlite3PcacheInitialize()
265 assert( sqlite3GlobalConfig.pcache2.xInit!=0 ); in sqlite3PcacheInitialize()
267 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg); in sqlite3PcacheInitialize()
270 if( sqlite3GlobalConfig.pcache2.xShutdown ){ in sqlite3PcacheShutdown()
272 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg); in sqlite3PcacheShutdown()
323 pNew = sqlite3GlobalConfig.pcache2.xCreate( in sqlite3PcacheSetPageSize()
330 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache); in sqlite3PcacheSetPageSize()
678 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache); in sqlite3PcacheClose()
794 return sqlite3GlobalConfig.pcache2.xPagecount(pCache->pCache); in sqlite3PcachePagecount()
812 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache, in sqlite3PcacheSetCachesize()
[all …]
H A Dmain.c554 sqlite3GlobalConfig.pcache2 = *va_arg(ap, sqlite3_pcache_methods2*); in sqlite3_config()
562 if( sqlite3GlobalConfig.pcache2.xInit==0 ){ in sqlite3_config()
565 *va_arg(ap, sqlite3_pcache_methods2*) = sqlite3GlobalConfig.pcache2; in sqlite3_config()
H A DsqliteInt.h3764 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dpcache.c260 if( sqlite3GlobalConfig.pcache2.xInit==0 ){ in sqlite3PcacheInitialize()
265 assert( sqlite3GlobalConfig.pcache2.xInit!=0 ); in sqlite3PcacheInitialize()
267 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg); in sqlite3PcacheInitialize()
270 if( sqlite3GlobalConfig.pcache2.xShutdown ){ in sqlite3PcacheShutdown()
272 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg); in sqlite3PcacheShutdown()
323 pNew = sqlite3GlobalConfig.pcache2.xCreate( in sqlite3PcacheSetPageSize()
330 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache); in sqlite3PcacheSetPageSize()
678 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache); in sqlite3PcacheClose()
794 return sqlite3GlobalConfig.pcache2.xPagecount(pCache->pCache); in sqlite3PcachePagecount()
812 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache, in sqlite3PcacheSetCachesize()
[all …]
H A Dmain.c487 sqlite3GlobalConfig.pcache2 = *va_arg(ap, sqlite3_pcache_methods2*); in sqlite3_config()
495 if( sqlite3GlobalConfig.pcache2.xInit==0 ){ in sqlite3_config()
498 *va_arg(ap, sqlite3_pcache_methods2*) = sqlite3GlobalConfig.pcache2; in sqlite3_config()
H A DsqliteInt.h3594 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dpcache.c260 if( sqlite3GlobalConfig.pcache2.xInit==0 ){ in sqlite3PcacheInitialize()
265 assert( sqlite3GlobalConfig.pcache2.xInit!=0 ); in sqlite3PcacheInitialize()
267 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg); in sqlite3PcacheInitialize()
270 if( sqlite3GlobalConfig.pcache2.xShutdown ){ in sqlite3PcacheShutdown()
272 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg); in sqlite3PcacheShutdown()
323 pNew = sqlite3GlobalConfig.pcache2.xCreate( in sqlite3PcacheSetPageSize()
330 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache); in sqlite3PcacheSetPageSize()
678 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache); in sqlite3PcacheClose()
794 return sqlite3GlobalConfig.pcache2.xPagecount(pCache->pCache); in sqlite3PcachePagecount()
812 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache, in sqlite3PcacheSetCachesize()
[all …]
H A Dmain.c554 sqlite3GlobalConfig.pcache2 = *va_arg(ap, sqlite3_pcache_methods2*); in sqlite3_config()
562 if( sqlite3GlobalConfig.pcache2.xInit==0 ){ in sqlite3_config()
565 *va_arg(ap, sqlite3_pcache_methods2*) = sqlite3GlobalConfig.pcache2; in sqlite3_config()
H A DsqliteInt.h3668 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dpcache.c262 if( sqlite3GlobalConfig.pcache2.xInit==0 ){ in sqlite3PcacheInitialize()
268 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg); in sqlite3PcacheInitialize()
271 if( sqlite3GlobalConfig.pcache2.xShutdown ){ in sqlite3PcacheShutdown()
273 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg); in sqlite3PcacheShutdown()
324 pNew = sqlite3GlobalConfig.pcache2.xCreate( in sqlite3PcacheSetPageSize()
331 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache); in sqlite3PcacheSetPageSize()
674 sqlite3GlobalConfig.pcache2.xTruncate(pCache->pCache, pgno+1); in sqlite3PcacheTruncate()
684 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache); in sqlite3PcacheClose()
800 return sqlite3GlobalConfig.pcache2.xPagecount(pCache->pCache); in sqlite3PcachePagecount()
818 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache, in sqlite3PcacheSetCachesize()
[all …]
H A Dmain.c486 sqlite3GlobalConfig.pcache2 = *va_arg(ap, sqlite3_pcache_methods2*); in sqlite3_config()
494 if( sqlite3GlobalConfig.pcache2.xInit==0 ){ in sqlite3_config()
497 *va_arg(ap, sqlite3_pcache_methods2*) = sqlite3GlobalConfig.pcache2; in sqlite3_config()
H A DsqliteInt.h3265 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */ member
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dpcache2.test14 # $Id: pcache2.test,v 1.5 2009/07/18 14:36:24 danielk1977 Exp $
23 do_test pcache2-1.1 {
36 do_test pcache2-1.2 {
42 do_test pcache2-1.3 {
54 do_test pcache2-1.4 {
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dpcache2.test14 # $Id: pcache2.test,v 1.5 2009/07/18 14:36:24 danielk1977 Exp $
24 do_test pcache2-1.1 {
38 do_test pcache2-1.2 {
44 do_test pcache2-1.3 {
56 do_test pcache2-1.4 {
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dpcache2.test14 # $Id: pcache2.test,v 1.5 2009/07/18 14:36:24 danielk1977 Exp $
24 do_test pcache2-1.1 {
38 do_test pcache2-1.2 {
44 do_test pcache2-1.3 {
56 do_test pcache2-1.4 {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dpcache2.test14 # $Id: pcache2.test,v 1.5 2009/07/18 14:36:24 danielk1977 Exp $
24 do_test pcache2-1.1 {
38 do_test pcache2-1.2 {
44 do_test pcache2-1.3 {
56 do_test pcache2-1.4 {
/dports/databases/db5/db-5.3.28/test/sql/
H A Dbdb_sql.test239 pcache2.test
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/
H A Dmanifest608 F test/pcache2.test 0d85f2ab6963aee28c671d4c71bec038c00a1d16
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c36366 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
36372 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
36375 if( sqlite3GlobalConfig.pcache2.xShutdown ){
36377 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
36416 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
36456 p = sqlite3GlobalConfig.pcache2.xCreate(
36579 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, p->pPage, 1);
36683 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
36815 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache,
36825 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c37367 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
37373 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
37376 if( sqlite3GlobalConfig.pcache2.xShutdown ){
37378 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
37418 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
37462 p = sqlite3GlobalConfig.pcache2.xCreate(
37590 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, p->pPage, 1);
37694 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
37826 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache,
37836 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
[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.c37691 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
37697 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
37700 if( sqlite3GlobalConfig.pcache2.xShutdown ){
37702 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
37742 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
37786 p = sqlite3GlobalConfig.pcache2.xCreate(
37914 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, p->pPage, 1);
38018 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
38150 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache,
38160 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c36183 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
36189 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
36192 if( sqlite3GlobalConfig.pcache2.xShutdown ){
36194 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
36233 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
36273 p = sqlite3GlobalConfig.pcache2.xCreate(
36396 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, p->pPage, 1);
36500 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
36632 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache,
36642 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
[all …]
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c38076 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
38082 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
38085 if( sqlite3GlobalConfig.pcache2.xShutdown ){
38087 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
38127 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
38171 p = sqlite3GlobalConfig.pcache2.xCreate(
38299 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, p->pPage, 1);
38403 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
38535 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache,
38545 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
[all …]
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c36184 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
36190 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
36193 if( sqlite3GlobalConfig.pcache2.xShutdown ){
36195 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
36234 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
36274 p = sqlite3GlobalConfig.pcache2.xCreate(
36397 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, p->pPage, 1);
36501 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
36633 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache,
36643 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c37691 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
37697 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
37700 if( sqlite3GlobalConfig.pcache2.xShutdown ){
37702 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
37742 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
37786 p = sqlite3GlobalConfig.pcache2.xCreate(
37914 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, p->pPage, 1);
38018 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
38150 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache,
38160 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
[all …]

1234567