Lines Matching refs:sqlite3_test_control

6530 ** ^The sqlite3_test_control() interface is used to read out internal
6544 SQLITE_API int sqlite3_test_control(int op, ...);
6550 ** as the first argument to [sqlite3_test_control()].
6555 ** [sqlite3_test_control()] interface.
10180 ** sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS,...) interface to
12800 ** than 1 GiB. The sqlite3_test_control() interface can be used to
20649 ** The sqlite3_test_control() interface calls these routines to
78641 ** is disabled via the sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS)
92601 #define sqlite3_test_control sqlite3_api->test_control
92970 sqlite3_test_control,
117801 SQLITE_API int sqlite3_test_control(int op, ...){
117837 ** sqlite3_test_control(BITVEC_TEST, size, program)
117852 ** sqlite3_test_control(BENIGN_MALLOC_HOOKS, xBegin, xEnd)
117868 ** sqlite3_test_control(SQLITE_TESTCTRL_PENDING_BYTE, unsigned int X)
117891 ** sqlite3_test_control(SQLITE_TESTCTRL_ASSERT, int X)
117910 ** sqlite3_test_control(SQLITE_TESTCTRL_ALWAYS, int X)
117928 ** if( sqlite3_test_control(SQLITE_TESTCTRL_ALWAYS, 2)==2 ){
117930 ** }else if( sqlite3_test_control(SQLITE_TESTCTRL_ASSERT, 1) ){
117942 /* sqlite3_test_control(SQLITE_TESTCTRL_RESERVE, sqlite3 *db, int N)
117956 /* sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS, sqlite3 *db, int N)
117972 /* sqlite3_test_control(SQLITE_TESTCTRL_ISKEYWORD, const char *zWord)
117989 /* sqlite3_test_control(SQLITE_TESTCTRL_SCRATCHMALLOC, sz, &pNew, pFree);
118005 /* sqlite3_test_control(SQLITE_TESTCTRL_LOCALTIME_FAULT, int onoff);
118017 /* sqlite3_test_control(SQLITE_TESTCTRL_EXPLAIN_STMT,