Searched refs:nLog (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb4.c | 830 int nLog = 0; in bgc_main() local 834 sqlite4BtControl(db, BT_CONTROL_LOGSIZE, (void*)&nLog); in bgc_main() 836 if( nLog>=pCkpter->nLogsize ){ in bgc_main() 840 ckpt.nFrameBuffer = nLog/2; in bgc_main() 843 sqlite4BtControl(db, BT_CONTROL_LOGSIZE, (void*)&nLog); in bgc_main()
|
| /sqlite-3.40.0/src/ |
| H A D | test1.c | 6996 int nLog = -555; in test_wal_checkpoint_v2() local 7021 rc = sqlite3_wal_checkpoint_v2(db, zDb, eMode, &nLog, &nCkpt); in test_wal_checkpoint_v2() 7031 Tcl_ListObjAppendElement(interp, pRet, Tcl_NewIntObj(nLog)); in test_wal_checkpoint_v2()
|