Searched refs:sqlite3_test_control (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c13053 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 0, &savedSelectTrace);
13054 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 1, &zero);
13055 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 2, &savedWhereTrace);
13056 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 3, &zero);
13059 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 1, &savedSelectTrace);
13060 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 3, &savedWhereTrace);
14227 ".testctrl CMD ... Run various sqlite3_test_control() operations",
18548 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 0, 1);
18604 rc = sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 1, tnum);
18607 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTE
[all...]
H A Dsqlite3ext.h522 #define sqlite3_test_control sqlite3_api->test_control macro
H A Dsqlite3.h7725 ** ^The sqlite3_test_control() interface is used to read out internal
7739 SQLITE_API int sqlite3_test_control(int op, ...);
7745 ** as the first argument to [sqlite3_test_control()].
7750 ** [sqlite3_test_control()] interface.
H A Dsqlite3.c8788 ** ^The sqlite3_test_control() interface is used to read out internal
8802 SQLITE_API int sqlite3_test_control(int op, ...);
8808 ** as the first argument to [sqlite3_test_control()].
8813 ** [sqlite3_test_control()] interface.
16110 ** sqlite3_test_control(SQLITE_TESTCTRL_VDBE_COVERAGE,...) to set a callback
17190 ** sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS,...) interface to
19297 ** sqlite3_test_control(). This enables assert() statements to prove
20935 ** than 1 GiB. The sqlite3_test_control() interface can be used to
125912 #define sqlite3_test_control macro
167925 SQLITE_API int sqlite3_test_control(int op, ...){ function
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1094 sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS, (*db)->db3, 0x800);

Completed in 628 milliseconds