Searched refs:sqlite3_test_control (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 1303 sqlite3_test_control(SQLITE_TESTCTRL_EXPLAIN_STMT, pStmt, &zExplain); in shell_exec() 2806 rc = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command() 2819 rc = sqlite3_test_control(testctrl); in do_meta_command() 2830 rc = sqlite3_test_control(testctrl, opt); in do_meta_command() 2843 rc = sqlite3_test_control(testctrl, opt); in do_meta_command() 2856 rc = sqlite3_test_control(testctrl, opt); in do_meta_command()
|
| H A D | sqlite3ext.h | 424 #define sqlite3_test_control sqlite3_api->test_control macro
|
| H A D | sqlite3.h | 6095 SQLITE_API int sqlite3_test_control(int op, ...);
|
| H A D | sqlite3.c | 6123 SQLITE_API int sqlite3_test_control(int op, ...); 95500 #define sqlite3_test_control sqlite3_api->test_control 95872 sqlite3_test_control, 122515 SQLITE_API int sqlite3_test_control(int op, ...){
|