BLOCKSIZE         416 third_party/sqlite/src/src/test_onefile.c     rc = pF->pMethods->xRead(pF, zBuf, iAmt, iOfst+BLOCKSIZE);
BLOCKSIZE         423 third_party/sqlite/src/src/test_onefile.c       int iRealOff = pReal->nBlob - BLOCKSIZE*((ii/BLOCKSIZE)+1) + ii%BLOCKSIZE;
BLOCKSIZE         424 third_party/sqlite/src/src/test_onefile.c       int iRealAmt = MIN(iRem, BLOCKSIZE - (iRealOff%BLOCKSIZE));
BLOCKSIZE         451 third_party/sqlite/src/src/test_onefile.c     if( (iAmt+iOfst+BLOCKSIZE)>(pReal->nBlob-pReal->nJournal) ){
BLOCKSIZE         454 third_party/sqlite/src/src/test_onefile.c       rc = pF->pMethods->xWrite(pF, zBuf, iAmt, iOfst+BLOCKSIZE);
BLOCKSIZE         465 third_party/sqlite/src/src/test_onefile.c       int iRealOff = pReal->nBlob - BLOCKSIZE*((ii/BLOCKSIZE)+1) + ii%BLOCKSIZE;
BLOCKSIZE         466 third_party/sqlite/src/src/test_onefile.c       int iRealAmt = MIN(iRem, BLOCKSIZE - (iRealOff%BLOCKSIZE));
BLOCKSIZE         468 third_party/sqlite/src/src/test_onefile.c       if( iRealOff<(pReal->nDatabase+BLOCKSIZE) ){
BLOCKSIZE         570 third_party/sqlite/src/src/test_onefile.c   return BLOCKSIZE;
BLOCKSIZE         699 third_party/sqlite/src/src/test_onefile.c     rc = pF->pMethods->xWrite(pF, "\0\0\0\0", 4, pReal->nBlob-BLOCKSIZE);