Searched refs:eOpt (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_func.c | 81 int eOpt = LSM_INFO_DB_STRUCTURE; in do_show() local 89 int eOpt; in do_show() member 116 bConfig = aOpt[eOpt].bConfig; in do_show() 117 eOpt = aOpt[eOpt].eOpt; in do_show() 118 if( (bConfig==0 && eOpt==LSM_INFO_FREELIST) in do_show() 119 || (bConfig==1 && eOpt==LSM_CONFIG_BLOCK_SIZE) in do_show() 120 || (bConfig==1 && eOpt==LSM_CONFIG_PAGE_SIZE) in do_show() 143 switch( eOpt ){ in do_show() 146 rc = lsm_info(pDb, eOpt, &z); in do_show() 152 rc = lsm_info(pDb, eOpt, iPg, &z); in do_show() [all …]
|
| H A D | lsmtest_bt.c | 9 int eOpt; in do_bt() member 54 buf.eType = aOpt[iOpt].eOpt; in do_bt()
|
| /sqlite-3.40.0/src/ |
| H A D | test_async.c | 172 int eOpt; in testAsyncControl() local 178 if( Tcl_GetIndexFromObj(interp, objv[1], azOpt, "option", 0, &eOpt) ){ in testAsyncControl() 181 eOpt = aeOpt[eOpt]; in testAsyncControl() 184 switch( eOpt ){ in testAsyncControl() 207 rc = sqlite3async_control(eOpt, iVal); in testAsyncControl() 212 eOpt==SQLITEASYNC_HALT ? SQLITEASYNC_GET_HALT : in testAsyncControl() 213 eOpt==SQLITEASYNC_DELAY ? SQLITEASYNC_GET_DELAY : in testAsyncControl() 222 if( eOpt==SQLITEASYNC_HALT ){ in testAsyncControl()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_test.c | 185 enum NM_enum eOpt; in fts3_near_match_cmd() member 197 switch( aOpt[iOpt].eOpt ){ in fts3_near_match_cmd()
|