Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_test_control

6294 ** ^The sqlite3_test_control() interface is used to read out internal
6308 SQLITE_API int sqlite3_test_control(int op, ...);
6314 ** as the first argument to [sqlite3_test_control()].
6319 ** [sqlite3_test_control()] interface.
9858 ** sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS,...) interface.
12388 ** than 1 GiB. The sqlite3_test_control() interface can be used to
20461 ** The sqlite3_test_control() interface calls these routines to
77754 ** is disabled via the sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS)
91419 #define sqlite3_test_control sqlite3_api->test_control
91765 sqlite3_test_control,
115208 SQLITE_API int sqlite3_test_control(int op, ...){
115244 ** sqlite3_test_control(BITVEC_TEST, size, program)
115259 ** sqlite3_test_control(BENIGN_MALLOC_HOOKS, xBegin, xEnd)
115275 ** sqlite3_test_control(SQLITE_TESTCTRL_PENDING_BYTE, unsigned int X)
115298 ** sqlite3_test_control(SQLITE_TESTCTRL_ASSERT, int X)
115317 ** sqlite3_test_control(SQLITE_TESTCTRL_ALWAYS, int X)
115335 ** if( sqlite3_test_control(SQLITE_TESTCTRL_ALWAYS, 2)==2 ){
115337 ** }else if( sqlite3_test_control(SQLITE_TESTCTRL_ASSERT, 1) ){
115349 /* sqlite3_test_control(SQLITE_TESTCTRL_RESERVE, sqlite3 *db, int N)
115363 /* sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS, sqlite3 *db, int N)
115380 /* sqlite3_test_control(SQLITE_TESTCTRL_ISKEYWORD, const char *zWord)
115397 /* sqlite3_test_control(SQLITE_TESTCTRL_SCRATCHMALLOC, sz, &pNew, pFree);
115413 /* sqlite3_test_control(SQLITE_TESTCTRL_LOCALTIME_FAULT, int onoff);
115425 /* sqlite3_test_control(SQLITE_TESTCTRL_EXPLAIN_STMT,