Searched refs:sqlite3_test_control (Results 1 – 8 of 8) sorted by relevance
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 480 #define sqlite3_test_control sqlite3_api->test_control macro
|
D | shell.c | 12990 rc = sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 1, tnum); in do_meta_command() 12993 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 0, 0); in do_meta_command() 14265 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command() 14276 rc2 = sqlite3_test_control(testctrl); in do_meta_command() 14285 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command() 14295 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command() 14305 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command() 14315 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command() 14323 rc2 = sqlite3_test_control(testctrl, p->db, in do_meta_command() 14334 sqlite3_test_control(testctrl, p->out); in do_meta_command()
|
D | sqlite3.h | 7025 SQLITE_API int sqlite3_test_control(int op, ...);
|
D | sqlite3.c | 8049 SQLITE_API int sqlite3_test_control(int op, ...); 113745 #define sqlite3_test_control sqlite3_api->test_control 114162 sqlite3_test_control, 146959 SQLITE_API int sqlite3_test_control(int op, ...){ 174546 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 1, tnum); 174551 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 0); 174581 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 1); 174611 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 1, tnum); 174616 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 0); 174717 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 1); [all …]
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 480 #define sqlite3_test_control sqlite3_api->test_control macro
|
D | shell.c | 13013 rc = sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 1, tnum); in do_meta_command() 13016 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 0, 0); in do_meta_command() 14288 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command() 14299 rc2 = sqlite3_test_control(testctrl); in do_meta_command() 14308 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command() 14318 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command() 14328 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command() 14338 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command() 14346 rc2 = sqlite3_test_control(testctrl, p->db, in do_meta_command() 14357 sqlite3_test_control(testctrl, p->out); in do_meta_command()
|
D | sqlite3.h | 7025 SQLITE_API int sqlite3_test_control(int op, ...);
|
D | sqlite3.c | 8049 SQLITE_API int sqlite3_test_control(int op, ...); 113745 #define sqlite3_test_control sqlite3_api->test_control 114162 sqlite3_test_control, 146959 SQLITE_API int sqlite3_test_control(int op, ...){ 174558 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 1, tnum); 174563 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 0); 174593 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 1); 174623 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 1, tnum); 174628 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 0); 174729 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->dbMain, "main", 0, 1); [all …]
|