Home
last modified time | relevance | path

Searched refs:TESTVFS_MAX_PAGES (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_vfs.c141 #define TESTVFS_MAX_PAGES 1024 macro
151 u8 *aPage[TESTVFS_MAX_PAGES]; /* Array of ckalloc'd pages */
878 assert( iPage<TESTVFS_MAX_PAGES ); in tvfsAllocPage()