Lines Matching refs:sqlite3_test_control

6118 ** ^The sqlite3_test_control() interface is used to read out internal
6132 SQLITE_API int sqlite3_test_control(int op, ...);
6138 ** as the first argument to [sqlite3_test_control()].
6143 ** [sqlite3_test_control()] interface.
9594 ** sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS,...) interface.
12102 ** than 1 GiB. The sqlite3_test_control() interface can be used to
20031 ** The sqlite3_test_control() interface calls these routines to
76068 ** is disabled via the sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS)
89281 #define sqlite3_test_control sqlite3_api->test_control
89627 sqlite3_test_control,
112846 SQLITE_API int sqlite3_test_control(int op, ...){
112882 ** sqlite3_test_control(BITVEC_TEST, size, program)
112897 ** sqlite3_test_control(BENIGN_MALLOC_HOOKS, xBegin, xEnd)
112913 ** sqlite3_test_control(SQLITE_TESTCTRL_PENDING_BYTE, unsigned int X)
112936 ** sqlite3_test_control(SQLITE_TESTCTRL_ASSERT, int X)
112955 ** sqlite3_test_control(SQLITE_TESTCTRL_ALWAYS, int X)
112973 ** if( sqlite3_test_control(SQLITE_TESTCTRL_ALWAYS, 2)==2 ){
112975 ** }else if( sqlite3_test_control(SQLITE_TESTCTRL_ASSERT, 1) ){
112987 /* sqlite3_test_control(SQLITE_TESTCTRL_RESERVE, sqlite3 *db, int N)
113001 /* sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS, sqlite3 *db, int N)
113018 /* sqlite3_test_control(SQLITE_TESTCTRL_ISKEYWORD, const char *zWord)
113035 /* sqlite3_test_control(SQLITE_TESTCTRL_PGHDRSZ)
113044 /* sqlite3_test_control(SQLITE_TESTCTRL_SCRATCHMALLOC, sz, &pNew, pFree);
113060 /* sqlite3_test_control(SQLITE_TESTCTRL_LOCALTIME_FAULT, int onoff);