Home
last modified time | relevance | path

Searched refs:sqlite3_test_control (Results 1 – 4 of 4) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dshell.c1303 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 Dsqlite3ext.h424 #define sqlite3_test_control sqlite3_api->test_control macro
H A Dsqlite3.h6095 SQLITE_API int sqlite3_test_control(int op, ...);
H A Dsqlite3.c6123 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, ...){