| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_shared.c | 140 return LSM_OK; in freelistAppend() 179 int rc = LSM_OK; in dbTruncate() 193 if( rc==LSM_OK ){ in dbTruncate() 221 if( rc==LSM_OK ){ in dbTruncateFile() 353 if( rc==LSM_OK ){ in doDbConnect() 376 rc = LSM_OK; in doDbConnect() 777 int rc = LSM_OK; in lsmBlockAllocate() 1101 return LSM_OK; in lsmFinishRecovery() 1131 return LSM_OK; in lsmCheckCompressionId() 1249 rc = LSM_OK; in lsmDetectRoTrans() [all …]
|
| H A D | lsm_sorted.c | 382 return LSM_OK; in sortedBlobGrow() 389 return LSM_OK; in sortedBlobSet() 412 int rc = LSM_OK; in sortedReadData() 559 int rc = LSM_OK; in pageGetKeyCopy() 631 return LSM_OK; in pageGetBtreeKey() 635 int rc = LSM_OK; in btreeCursorLoadKey() 1237 return LSM_OK; in segmentPtrAdvance() 2372 return LSM_OK; in multiCursorAddRhs() 3299 return LSM_OK; in lsmMCursorKey() 3323 rc = LSM_OK; in lsmMCursorValue() [all …]
|
| H A D | lsm_main.c | 102 return LSM_OK; in lsm_new() 138 if( rc!=LSM_OK ){ in getFullpathname() 197 if( rc==LSM_OK && LSM_OK==(rc = lsmCheckpointLoad(pDb, 0)) ){ in lsm_open() 214 int rc = LSM_OK; in lsm_close() 246 int rc = LSM_OK; in lsm_config() 441 int rc = LSM_OK; in infoGetWorker() 465 int rc = LSM_OK; in lsmStructList() 558 return LSM_OK; in infoTreeSize() 562 int rc = LSM_OK; in lsm_info() 742 int rc = LSM_OK; in lsm_delete_range() [all …]
|
| H A D | lsm_file.c | 488 if( rc==LSM_OK ){ in lsmFsReadLog() 528 return LSM_OK; in lsmFsCloseAndDeleteLog() 579 int rc = LSM_OK; in lsmFsOpenLog() 586 rc = LSM_OK; in lsmFsOpenLog() 624 int rc = LSM_OK; in lsmFsOpen() 747 return LSM_OK; in lsmFsConfigure() 1081 int rc = LSM_OK; in fsPageBuffer() 1157 int rc = LSM_OK; in lsmFsUnmap() 1458 return LSM_OK; in fsAllocateBuffer() 1806 return LSM_OK; in lsmFsSortedDelete() [all …]
|
| H A D | lsm_log.c | 365 int rc = LSM_OK; in lsmLogBegin() 388 if( rc==LSM_OK ){ in lsmLogBegin() 402 if( rc!=LSM_OK ){ in lsmLogBegin() 571 return LSM_OK; in jumpIfRequired() 665 int rc = LSM_OK; in lsmLogWrite() 692 if( rc==LSM_OK ){ in lsmLogWrite() 695 if( rc==LSM_OK ){ in lsmLogWrite() 794 int rc = LSM_OK; in lsmInfoLogStructure() 808 if( rc==LSM_OK ){ in lsmInfoLogStructure() 1128 if( rc==LSM_OK ){ in lsmLogRecover() [all …]
|
| H A D | lsm_tree.c | 234 return LSM_OK; in intArrayAppend() 494 int rc = LSM_OK; in dump_node_contents() 594 int rc = LSM_OK; in lsmTreeCursorSave() 609 int rc = LSM_OK; in treeCursorRestore() 829 int rc = LSM_OK; in treeUpdatePtr() 901 int rc = LSM_OK; in treeInsert() 1117 int rc = LSM_OK; in lsmTreeInit() 1189 int rc = LSM_OK; in treeCheckLinkedList() 1224 int rc = LSM_OK; in treeRepairPtrs() 1255 int rc = LSM_OK; in treeRepairList() [all …]
|
| H A D | lsm_ckpt.c | 447 if( rc==LSM_OK ){ in ckptExportSnapshot() 547 return LSM_OK; in ckptSetupMerge() 559 int rc = LSM_OK; in ckptLoadLevels() 600 if( rc!=LSM_OK ){ in ckptLoadLevels() 614 int rc = LSM_OK; in lsmCheckpointLoadLevels() 685 if( rc==LSM_OK ){ in lsmCheckpointLevels() 850 if( rc==LSM_OK ){ in lsmCheckpointStore() 968 int rc = LSM_OK; in lsmCheckpointDeserialize() 1097 return LSM_OK; in lsmCheckpointSaveWorker() 1112 int rc = LSM_OK; in lsmCheckpointSynced() [all …]
|
| H A D | lsm_win32.c | 63 return LSM_OK; in win32Sleep() 306 return LSM_OK; in lsmWin32OsWrite() 321 return LSM_OK; in win32Truncate() 355 return LSM_OK; in lsmWin32OsRead() 450 return LSM_OK; in lsmWin32OsRemap() 540 return LSM_OK; in lsmWin32OsFileid() 622 return LSM_OK; in win32LockFile() 636 return LSM_OK; in lsmWin32OsTestLock() 722 return LSM_OK; in lsmWin32OsShmMap() 752 return LSM_OK; in lsmWin32OsShmUnmap() [all …]
|
| H A D | lsm_unix.c | 81 int rc = LSM_OK; in lsmPosixOsOpen() 115 int rc = LSM_OK; in lsmPosixOsWrite() 154 int rc = LSM_OK; in lsmPosixOsRead() 240 return LSM_OK; in lsmPosixOsRemap() 283 return LSM_OK; in lsmPosixOsFullpath() 308 return LSM_OK; in lsmPosixOsFileid() 427 return LSM_OK; in lsmPosixOsShmMap() 451 return LSM_OK; in lsmPosixOsShmUnmap() 471 return LSM_OK; in lsmPosixOsSleep() 564 return LSM_OK; in lsmPosixOsMutexStatic() [all …]
|
| H A D | lsm_vtab.c | 339 if( rc==LSM_OK ){ in lsm1Open() 366 int rc = LSM_OK; in lsm1Next() 383 if( rc==LSM_OK ){ in lsm1Next() 394 return rc==LSM_OK ? SQLITE_OK : SQLITE_ERROR; in lsm1Next() 747 int rc = LSM_OK; in lsm1Filter() 818 return rc==LSM_OK ? SQLITE_OK : SQLITE_ERROR; in lsm1Filter() 930 int rc = LSM_OK; in lsm1Update() 1006 return rc==LSM_OK ? SQLITE_OK : SQLITE_ERROR; in lsm1Update() 1014 return rc==LSM_OK ? SQLITE_OK : SQLITE_ERROR; in lsm1Begin() 1028 return rc==LSM_OK ? SQLITE_OK : SQLITE_ERROR; in lsm1Commit() [all …]
|
| H A D | lsm_mem.c | 57 if( *pRc==LSM_OK ){ in lsmMallocRc() 68 if( *pRc==LSM_OK ){ in lsmMallocZeroRc()
|
| H A D | lsm_str.c | 46 return (pStr->z ? LSM_OK : LSM_NOMEM_BKPT); in lsmStringExtend()
|
| H A D | lsm.h | 102 #define LSM_OK 0 macro
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest7.c | 27 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 35 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 37 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 42 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 46 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 49 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 56 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 59 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 62 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 72 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() [all …]
|
| H A D | lsmtest6.c | 74 if( *pRc==LSM_OK ){ in testOomOpen() 91 if( *pRc==LSM_OK ){ in testOomFetch() 99 if( rc==LSM_OK ){ in testOomFetch() 108 if( rc==LSM_OK ){ in testOomFetch() 478 int rc = LSM_OK; in simple_oom_3() 495 int rc = LSM_OK; in simple_oom_4() 512 int rc = LSM_OK; in simple_oom_5() 528 int rc = LSM_OK; in simple_oom_6() 546 int rc = LSM_OK; in simple_oom_7() 558 int rc = LSM_OK; in simple_oom_8() [all …]
|
| H A D | lsmtest_func.c | 42 if( rc!=LSM_OK ){ in do_work() 46 if( rc!=LSM_OK ){ in do_work() 55 if( rc!=LSM_OK ){ in do_work() 60 if( rc==LSM_OK ){ in do_work() 132 if( rc!=LSM_OK ){ in do_show() 136 if( rc!=LSM_OK ){ in do_show() 141 if( rc==LSM_OK ){ in do_show() 158 if( rc==LSM_OK ){ in do_show()
|
| H A D | lsmtest_tdb3.c | 178 if( rc!=LSM_OK ){ in testEnvOpen() 337 return LSM_OK; in testEnvClose() 489 int rc = LSM_OK; in test_lsm_close() 576 int rc = LSM_OK; in test_lsm_write() 587 if( rc==LSM_OK ){ in test_lsm_write() 628 if( rc==LSM_OK ){ in test_lsm_fetch() 668 rc = LSM_OK; in test_lsm_scan() 730 int rc = LSM_OK; in test_lsm_begin() 1004 if( rc==LSM_OK ){ in testLsmOpen() 1019 if( rc!=LSM_OK ){ in testLsmOpen() [all …]
|
| H A D | lsmtest1.c | 274 int rc = LSM_OK; in doDataTest1() 285 while( rc==LSM_OK && i<p->nRow ){ in doDataTest1() 312 while( rc==LSM_OK && i<p->nRow ){ in doDataTest1() 370 for(i=0; *pRc==LSM_OK && i<ArraySize(aTest); i++){ in test_data_1() 435 int rc = LSM_OK; in doDataTest2() 516 for(i=0; *pRc==LSM_OK && i<ArraySize(aTest); i++){ in test_data_2() 649 for(i=0; *pRc==LSM_OK && i<ArraySize(aTest); i++){ in test_data_3()
|
| H A D | lsmtest9.c | 78 if( bMultiThreaded && rc==LSM_BUSY ) rc = LSM_OK; in doDataTest4() 133 for(i=0; *pRc==LSM_OK && i<ArraySize(aTest); i++){ in test_data_4()
|
| H A D | lsmtest_tdb.c | 267 if( pKey==0 ) return LSM_OK; in kc_fetch() 345 if( pKey==0 ) return LSM_OK; in mdb_fetch() 489 return LSM_OK; in sql_fetch()
|
| H A D | lsmtest_main.c | 977 for(iSel=0; rc==LSM_OK && iSel<nSelTest; iSel++){ in do_speed_tests() 997 if( rc!=LSM_OK ) return rc; in do_speed_tests() 1368 if( rc!=LSM_OK ) return rc; in do_replay()
|
| H A D | lsmtest8.c | 160 if( *pRc==LSM_OK ){ in doLiveRecovery()
|
| H A D | lsmtest2.c | 481 for(i=0; *pRc==LSM_OK && i<ArraySize(aTest); i++){ in do_crash_test()
|