Searched refs:pcache (Results 1 – 14 of 14) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | pcache.test | 37 do_test pcache-1.1 { 42 do_test pcache-1.2 { 52 do_test pcache-1.3 { 64 do_test pcache-1.4 { 74 do_test pcache-1.5 { 80 do_test pcache-1.6.1 { 109 do_test pcache-1.7 { 121 do_test pcache-1.8 { 126 do_test pcache-1.9 { 131 do_test pcache-1.10 { [all …]
|
| H A D | init.test | 28 1.1 {} SQLITE_OK {mutex mem pcache} 31 1.4 {pcache} SQLITE_ERROR {mutex mem} 56 } {mutex mem pcache}
|
| H A D | tkt2409.test | 28 # UPDATE: As of the pcache modifications, failing to upgrade to 30 # error. The pcache module allocates more space and keeps working 40 # UPDATE: Again, pcache now just keeps working in main memory. 46 # UPDATE: This time, SQLITE_BUSY is not returned. pcache just uses
|
| H A D | tkt2565.test | 23 # Use the alternative pcache and rig it to call pagerStress() 85 # Restore the pcache configuration for subsequent tests.
|
| H A D | pcache2.test | 12 # This file is focused on testing the pcache module. 21 # Set up a pcache memory pool so that we can easily track how many
|
| H A D | permutations.test | 955 # The set of tests to run on the alternative-pcache 956 set perm-alt-pcache-testset { 970 test_suite "pcache${discard_rate}" -description " 971 Alternative pcache implementation with ${discard_rate}% random discard 986 } -files ${perm-alt-pcache-testset}
|
| H A D | trans.test | 920 # Also, if temporary tables are stored in memory and the test pcache 921 # is in use, only 20 iterations. Otherwise the test pcache runs out 925 $TEMP_STORE==3 && [regexp {^pcache[[:digit:]]*$} [permutation]]
|
| H A D | thread003.test | 12 # This file contains tests that attempt to break the pcache module
|
| H A D | exclusive2.test | 116 # Permutation memsubsys1 configures the pcache subsystem to use a static
|
| /sqlite-3.40.0/src/ |
| H A D | test_init.c | 37 sqlite3_pcache_methods2 pcache; member 118 rc = wrapped.pcache.xInit(wrapped.pcache.pArg); in wrPCacheInit() 126 wrapped.pcache.xShutdown(wrapped.pcache.pArg); in wrPCacheShutdown() 131 return wrapped.pcache.xCreate(a, b, c); in wrPCacheCreate() 134 wrapped.pcache.xCachesize(p, n); in wrPCacheCachesize() 137 return wrapped.pcache.xPagecount(p); in wrPCachePagecount() 140 return wrapped.pcache.xFetch(p, a, b); in wrPCacheFetch() 143 wrapped.pcache.xUnpin(p, a, b); in wrPCacheUnpin() 151 wrapped.pcache.xRekey(p, a, b, c); in wrPCacheRekey() 154 wrapped.pcache.xTruncate(p, a); in wrPCacheTruncate() [all …]
|
| /sqlite-3.40.0/ |
| H A D | Makefile.in | 188 pager.lo parse.lo pcache.lo pcache1.lo pragma.lo prepare.lo printf.lo \ 267 $(TOP)/src/pcache.c \ 268 $(TOP)/src/pcache.h \ 507 $(TOP)/src/pcache.c \ 552 $(TOP)/src/pcache.h \ 946 pcache.lo: $(TOP)/src/pcache.c $(HDR) $(TOP)/src/pcache.h 947 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/pcache.c 949 pcache1.lo: $(TOP)/src/pcache1.c $(HDR) $(TOP)/src/pcache.h
|
| H A D | Makefile.msc | 1255 pager.lo pcache.lo pcache1.lo pragma.lo prepare.lo printf.lo \ 1343 $(TOP)\src\pcache.c \ 1403 $(TOP)\src\pcache.h \ 1629 $(TOP)\src\pcache.h \ 2061 pcache.lo: $(TOP)\src\pcache.c $(HDR) $(TOP)\src\pcache.h 2062 $(LTCOMPILE) $(CORE_COMPILE_OPTS) -c $(TOP)\src\pcache.c 2064 pcache1.lo: $(TOP)\src\pcache1.c $(HDR) $(TOP)\src\pcache.h
|
| H A D | main.mk | 72 pager.o pcache.o pcache1.o pragma.o prepare.o printf.o \ 144 $(TOP)/src/pcache.c \ 145 $(TOP)/src/pcache.h \ 426 $(TOP)/src/pcache.c \ 470 $(TOP)/src/pcache.h \
|
| H A D | manifest | 630 F src/pcache.c f4268f7f73c6a3db12ce22fd25bc68dc42315d19599414ab1207d7cf32f79197 631 F src/pcache.h 4f87acd914cef5016fae3030343540d75f5b85a1877eed1a2a19b9f284248586 1386 F test/pcache.test c8acbedd3b6fd0f9a7ca887a83b11d24a007972b
|