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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile193 sqlite3_test_control.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c20310 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 0, &savedSelectTrace);
20311 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 1, &zero);
20312 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 2, &savedWhereTrace);
20313 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 3, &zero);
20316 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 1, &savedSelectTrace);
20317 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 3, &savedWhereTrace);
21745 ",testctrl CMD ... Run various sqlite3_test_control() operations",
25882 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 0, 1);
25938 rc = sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 1, tnum);
25941 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTE
[all...]
H A Dsqlite3ext.h551 #define sqlite3_test_control sqlite3_api->test_control macro
H A Dsqlite3.h8266 ** ^The sqlite3_test_control() interface is used to read out internal
8280 SQLITE_API int sqlite3_test_control(int op, ...);
8286 ** as the first argument to [sqlite3_test_control()].
8291 ** [sqlite3_test_control()] interface.
H A Dsqlite3.c8579 ** ^The sqlite3_test_control() interface is used to read out internal
8593 SQLITE_API int sqlite3_test_control(int op, ...);
8599 ** as the first argument to [sqlite3_test_control()].
8604 ** [sqlite3_test_control()] interface.
16996 ** sqlite3_test_control(SQLITE_TESTCTRL_VDBE_COVERAGE,...) to set a callback
17812 ** sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS,...) interface to
20195 ** sqlite3_test_control(). This enables assert() statements to prove
136023 #define sqlite3_test_control macro
182266 SQLITE_API int sqlite3_test_control(int op, ...){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1634 int sqlite3_test_control(int op, ...);

Completed in 918 milliseconds