Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest6.c274 int bLockPage = isDatabase && i == 0; in copy_file() local
275 int nByte = MIN((bLockPage ? 4066 : 4096), sz - i); in copy_file()
279 if( bLockPage ){ in copy_file()