Searched refs:sqlite3_test_control (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | shell.c | 21363 rc2 = sqlite3_test_control(testctrl); in do_meta_command() 21372 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command() 21393 rc2 = sqlite3_test_control(testctrl, ii, db); in do_meta_command() 21403 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command() 21413 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command() 21420 rc2 = sqlite3_test_control(testctrl, p->db); in do_meta_command() 21426 rc2 = sqlite3_test_control(testctrl, p->db, in do_meta_command() 21436 rc2 = sqlite3_test_control(testctrl, p->db, &x); in do_meta_command() 21445 sqlite3_test_control(testctrl, p->out); in do_meta_command() 21456 sqlite3_test_control(testctrl, id, &val); in do_meta_command() [all …]
|
| H A D | sqlite3ext.h | 529 #define sqlite3_test_control sqlite3_api->test_control macro
|
| H A D | sqlite3.h | 7903 SQLITE_API int sqlite3_test_control(int op, ...);
|
| H A D | sqlite3.c | 8209 SQLITE_API int sqlite3_test_control(int op, ...); 127843 #define sqlite3_test_control sqlite3_api->test_control 128302 sqlite3_test_control, 170523 SQLITE_API int sqlite3_test_control(int op, ...){ 203865 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 1, tnum); 203870 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 0); 203900 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 1); 203930 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 1, tnum); 203935 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 0); 204133 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 1); [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | sqlite.c | 1094 sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS, (*db)->db3, 0x800); in svn_sqlite__open()
|