| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest.h | 107 int test_mdb_open(const char*, const char *zFile, int bClear, TestDb **ppDb); 122 int test_lsm_open(const char*, const char *zFile, int bClear, TestDb **ppDb); 123 int test_lsm_lomem_open(const char*, const char*, int bClear, TestDb **ppDb); 124 int test_lsm_lomem2_open(const char*, const char*, int bClear, TestDb **ppDb); 125 int test_lsm_zip_open(const char*, const char*, int bClear, TestDb **ppDb); 126 int test_lsm_small_open(const char*, const char*, int bClear, TestDb **ppDb); 127 int test_lsm_mt2(const char*, const char *zFile, int bClear, TestDb **ppDb); 128 int test_lsm_mt3(const char*, const char *zFile, int bClear, TestDb **ppDb); 133 int test_bt_open(const char*, const char *zFile, int bClear, TestDb **ppDb); 134 int test_fbt_open(const char*, const char *zFile, int bClear, TestDb **ppDb); [all …]
|
| H A D | lsmtest_tdb3.c | 942 int bClear, in testLsmOpen() argument 963 if( bClear ) testDeleteLsmdb(zFilename); in testLsmOpen() 1032 int bClear, in test_lsm_open() argument 1041 int bClear, in test_lsm_small_open() argument 1051 int bClear, in test_lsm_lomem_open() argument 1066 int bClear, in test_lsm_lomem2_open() argument 1079 int bClear, in test_lsm_zip_open() argument 1179 return testLsmOpen(zCfg, zDb, bClear, ppDb); in tdb_lsm_open() 1401 int bClear, in test_lsm_mt2() argument 1411 int bClear, in test_lsm_mt3() argument [all …]
|
| H A D | lsmtest_tdb.c | 184 int bClear, in test_leveldb_open() argument 202 if( bClear ){ in test_leveldb_open() 287 int bClear, in kc_open() argument 305 rc = test_kc_open(zFilename, bClear, &pTestDb); in kc_open() 365 int bClear, in mdb_open() argument 383 rc = test_mdb_open(zSpec, zFilename, bClear, &pTestDb); in mdb_open() 624 int bClear, in sql_open() argument 659 if( bClear && zFilename && zFilename[0] ){ in sql_open() 719 int (*xOpen)(const char *, const char *zFilename, int bClear, TestDb **ppDb); 757 int tdb_open(const char *zLib, const char *zDb, int bClear, TestDb **ppDb){ in tdb_open() argument [all …]
|
| H A D | lsmtest_tdb2.cc | 16 int test_kc_open(const char *zFilename, int bClear, TestDb **ppDb){ in test_kc_open() argument 21 if( bClear ){ in test_kc_open() 221 int bClear, in test_mdb_open() argument 228 if( bClear ){ in test_mdb_open()
|
| H A D | lsmtest_tdb.h | 36 int tdb_open(const char *zLibrary, const char *zDb, int bClear, TestDb **ppDb); 130 int tdb_lsm_open(const char *zCfg, const char *zDb, int bClear, TestDb **ppDb);
|
| H A D | lsmtest_tdb4.c | 686 int bClear, in test_bt_open() argument 706 if( bClear && zFilename && zFilename[0] ){ in test_bt_open() 766 int bClear, in test_fbt_open() argument 769 return test_bt_open("fast=1", zFilename, bClear, ppDb); in test_fbt_open() 775 int bClear, in test_fbts_open() argument 778 return test_bt_open("fast=1 blksz=32K pagesz=512", zFilename, bClear, ppDb); in test_fbts_open()
|
| H A D | lsmtest_main.c | 311 TestDb *testOpen(const char *zSystem, int bClear, int *pRc){ in testOpen() argument 315 rc = tdb_open(zSystem, 0, bClear, &pDb); in testOpen()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_tcl.c | 408 int bClear; in xF5tApi() local 409 if( Tcl_GetBooleanFromObj(interp, objv[2], &bClear) ){ in xF5tApi() 412 pData = (F5tAuxData*)p->pApi->xGetAuxdata(p->pFts, bClear); in xF5tApi() 417 if( bClear ){ in xF5tApi() 436 int bClear; in xF5tApi() local 437 if( Tcl_GetBooleanFromObj(interp, objv[2], &bClear) ) return TCL_ERROR; in xF5tApi() 438 iVal = (int)((char*)p->pApi->xGetAuxdata(p->pFts, bClear) - (char*)0); in xF5tApi()
|
| H A D | fts5.h | 294 void *(*xGetAuxdata)(Fts5Context*, int bClear);
|
| H A D | fts5_main.c | 2133 static void *fts5ApiGetAuxdata(Fts5Context *pCtx, int bClear){ in fts5ApiGetAuxdata() argument 2144 if( bClear ){ in fts5ApiGetAuxdata()
|