Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dtest2.c587 rc = sqlite3_test_control(SQLITE_TESTCTRL_PENDING_BYTE, pbyte); in testPendingByte()
621 rc = sqlite3_test_control(SQLITE_TESTCTRL_BITVEC_TEST, sz, aProg); in testBitvecBuiltinTest()
Dloadext.c323 sqlite3_test_control,
Dshell.c2222 rc = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
2236 rc = sqlite3_test_control(testctrl); in do_meta_command()
2247 rc = sqlite3_test_control(testctrl, opt); in do_meta_command()
2260 rc = sqlite3_test_control(testctrl, opt); in do_meta_command()
2273 rc = sqlite3_test_control(testctrl, opt); in do_meta_command()
Dtest_malloc.c210 sqlite3_test_control(SQLITE_TESTCTRL_BENIGN_MALLOC_HOOKS, in faultsimInstall()
225 sqlite3_test_control(SQLITE_TESTCTRL_BENIGN_MALLOC_HOOKS, 0, 0); in faultsimInstall()
Dsqlite3ext.h386 #define sqlite3_test_control sqlite3_api->test_control macro
Dtest1.c5098 int rc = sqlite3_test_control(9999); in save_prng_state()
5100 rc = sqlite3_test_control(-1); in save_prng_state()
5102 sqlite3_test_control(SQLITE_TESTCTRL_PRNG_SAVE); in save_prng_state()
5114 sqlite3_test_control(SQLITE_TESTCTRL_PRNG_RESTORE); in restore_prng_state()
5126 sqlite3_test_control(SQLITE_TESTCTRL_PRNG_RESET); in reset_prng_state()
5479 sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS, db, mask); in optimization_control()
Dmain.c2452 int sqlite3_test_control(int op, ...){ in sqlite3_test_control() function
Dsqlite.h.in5386 ** ^The sqlite3_test_control() interface is used to read out internal
5400 int sqlite3_test_control(int op, ...);
5406 ** as the first argument to [sqlite3_test_control()].
5411 ** [sqlite3_test_control()] interface.
/external/sqlite/dist/
Dshell.c1159 sqlite3_test_control(SQLITE_TESTCTRL_EXPLAIN_STMT, pStmt, &zExplain); in shell_exec()
2322 rc = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
2335 rc = sqlite3_test_control(testctrl); in do_meta_command()
2346 rc = sqlite3_test_control(testctrl, opt); in do_meta_command()
2359 rc = sqlite3_test_control(testctrl, opt); in do_meta_command()
2372 rc = sqlite3_test_control(testctrl, opt); in do_meta_command()
Dsqlite3ext.h410 #define sqlite3_test_control sqlite3_api->test_control macro
Dsqlite3.h5758 SQLITE_API int sqlite3_test_control(int op, ...);
Dsqlite3.c6308 SQLITE_API int sqlite3_test_control(int op, ...);
91419 #define sqlite3_test_control sqlite3_api->test_control
91765 sqlite3_test_control,
115208 SQLITE_API int sqlite3_test_control(int op, ...){
/external/sqlite/dist/orig/
Dshell.c1154 sqlite3_test_control(SQLITE_TESTCTRL_EXPLAIN_STMT, pStmt, &zExplain); in shell_exec()
2303 rc = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
2316 rc = sqlite3_test_control(testctrl); in do_meta_command()
2327 rc = sqlite3_test_control(testctrl, opt); in do_meta_command()
2340 rc = sqlite3_test_control(testctrl, opt); in do_meta_command()
2353 rc = sqlite3_test_control(testctrl, opt); in do_meta_command()
Dsqlite3ext.h410 #define sqlite3_test_control sqlite3_api->test_control macro
Dsqlite3.h5758 SQLITE_API int sqlite3_test_control(int op, ...);
Dsqlite3.c6308 SQLITE_API int sqlite3_test_control(int op, ...);
91383 #define sqlite3_test_control sqlite3_api->test_control
91729 sqlite3_test_control,
115172 SQLITE_API int sqlite3_test_control(int op, ...){
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.h5405 SQLITE_API int sqlite3_test_control(int op, ...);
Dsqlite3.c5948 SQLITE_API int sqlite3_test_control(int op, ...);
87075 #define sqlite3_test_control sqlite3_api->test_control
87414 sqlite3_test_control,
109904 SQLITE_API int sqlite3_test_control(int op, ...){
/external/chromium_org/third_party/sqlite/src/test/
Dpermutations.test768 sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS) interface.