| /sqlite-3.40.0/src/ |
| H A D | test1.c | 84 Tcl_Interp *interp, in get_sqlite_pointer() 163 Tcl_Interp *interp, in getStmtPointer() 1716 Tcl_Interp *interp; member 1806 Tcl_Interp *interp; member 2115 Tcl_Interp *interp, in test_finalize() 2147 Tcl_Interp *interp, in test_stmt_status() 2195 Tcl_Interp *interp, in test_stmt_scanstatus() 2245 Tcl_Interp *interp, in test_stmt_scanstatus_reset() 2268 Tcl_Interp *interp, in test_config_sqllog() 2288 Tcl_Interp *interp, in test_config_sorterref() [all …]
|
| H A D | test2.c | 47 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_open() 84 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_close() 111 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_rollback() 138 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_commit() 170 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stmt_begin() 197 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stmt_rollback() 225 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stmt_commit() 252 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stats() 285 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_pagecount() 311 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in page_get() [all …]
|
| H A D | test4.c | 124 static int parse_thread_id(Tcl_Interp *interp, const char *zArg){ in parse_thread_id() 140 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_create() 191 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_wait() 235 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_halt() 270 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_argc() 302 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_argv() 338 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_colname() 374 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_result() 406 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_error() 711 int Sqlitetest4_Init(Tcl_Interp *interp){ in Sqlitetest4_Init() [all …]
|
| H A D | test3.c | 42 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_open() 88 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_close() 123 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_begin_transaction() 152 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_pager_stats() 202 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_cursor() 251 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_close_cursor() 293 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_next() 332 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_first() 367 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_eof() 619 Tcl_Interp *interp, in btree_insert() [all …]
|
| H A D | test7.c | 142 static int parse_client_id(Tcl_Interp *interp, const char *zArg){ in parse_client_id() 158 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_create() 211 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_wait() 255 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_halt() 303 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_argc() 335 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_argv() 371 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_colname() 409 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_result() 441 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_error() 690 int Sqlitetest7_Init(Tcl_Interp *interp){ in Sqlitetest7_Init() [all …]
|
| H A D | test_malloc.c | 300 Tcl_Interp *interp, in test_malloc() 325 Tcl_Interp *interp, in test_realloc() 354 Tcl_Interp *interp, in test_free() 385 Tcl_Interp *interp, in test_memset() 431 Tcl_Interp *interp, in test_memget() 478 Tcl_Interp *interp, in test_memory_used() 493 Tcl_Interp *interp, in test_memory_highwater() 518 Tcl_Interp *interp, in test_memdebug_backtrace() 544 Tcl_Interp *interp, in test_memdebug_dump() 569 Tcl_Interp *interp, in test_memdebug_malloc_count() [all …]
|
| H A D | test_autoext.c | 99 Tcl_Interp *interp, in autoExtSqrObjCmd() 115 Tcl_Interp *interp, in cancelAutoExtSqrObjCmd() 131 Tcl_Interp *interp, in autoExtCubeObjCmd() 147 Tcl_Interp *interp, in cancelAutoExtCubeObjCmd() 163 Tcl_Interp *interp, in autoExtBrokenObjCmd() 179 Tcl_Interp *interp, in cancelAutoExtBrokenObjCmd() 198 Tcl_Interp *interp, in resetAutoExtObjCmd() 210 int Sqlitetest_autoext_Init(Tcl_Interp *interp){ in Sqlitetest_autoext_Init()
|
| H A D | test_thread.c | 39 Tcl_Interp *interp; /* Parent interpreter */ member 115 Tcl_Interp *interp; in tclScriptThread() local 176 Tcl_Interp *interp, in sqlthread_spawn() 229 Tcl_Interp *interp, in sqlthread_parent() 274 Tcl_Interp *interp, in sqlthread_open() 308 Tcl_Interp *interp, in sqlthread_id() 326 Tcl_Interp *interp, in sqlthread_proc() 374 Tcl_Interp *interp, in clock_seconds_proc() 536 Tcl_Interp *interp, in blocking_step_proc() 562 Tcl_Interp *interp, in blocking_prepare_v2_proc() [all …]
|
| H A D | test_mutex.c | 161 Tcl_Interp *interp, in test_shutdown() 182 Tcl_Interp *interp, in test_initialize() 203 Tcl_Interp *interp, in test_install_mutex_counters() 264 Tcl_Interp *interp, in test_read_mutex_counters() 293 Tcl_Interp *interp, in test_clear_mutex_counters() 317 Tcl_Interp *interp, in test_alloc_mutex() 344 Tcl_Interp *interp, in test_config() 406 Tcl_Interp *interp, in test_enter_static_mutex() 425 Tcl_Interp *interp, in test_leave_static_mutex() 444 Tcl_Interp *interp, in test_enter_db_mutex() [all …]
|
| H A D | test_async.c | 48 Tcl_Interp *interp, in testAsyncInit() 81 Tcl_Interp *interp, in testAsyncShutdown() 105 Tcl_Interp *interp, in testAsyncStart() 137 Tcl_Interp *interp, in testAsyncWait() 163 Tcl_Interp *interp, in testAsyncControl() 238 int Sqlitetestasync_Init(Tcl_Interp *interp){ in Sqlitetestasync_Init()
|
| H A D | test_blob.c | 56 Tcl_Interp *interp, in blobHandleFromObj() 104 Tcl_Interp *interp, /* Calling TCL interpreter */ in test_blob_open() 155 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in test_blob_close() 183 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in test_blob_bytes() 219 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in test_blob_read() 275 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in test_blob_write() 312 int Sqlitetest_blob_Init(Tcl_Interp *interp){ in Sqlitetest_blob_Init()
|
| H A D | test5.c | 35 Tcl_Interp *interp, in binarize() 63 Tcl_Interp *interp, in test_value_overhead() 94 static u8 name_to_enc(Tcl_Interp *interp, Tcl_Obj *pObj){ in name_to_enc() 127 Tcl_Interp *interp, in test_translate() 191 Tcl_Interp *interp, in test_translate_selftest() 205 int Sqlitetest5_Init(Tcl_Interp *interp){ in Sqlitetest5_Init()
|
| H A D | test_hexio.c | 103 Tcl_Interp *interp, in hexio_read() 153 Tcl_Interp *interp, in hexio_write() 201 Tcl_Interp *interp, in hexio_get_int() 241 Tcl_Interp *interp, in hexio_render_int16() 268 Tcl_Interp *interp, in hexio_render_int32() 298 Tcl_Interp *interp, in utf8_to_utf8() 360 Tcl_Interp *interp, in read_fts3varint() 386 Tcl_Interp *interp, in make_fts3record() 446 int Sqlitetest_hexio_Init(Tcl_Interp *interp){ in Sqlitetest_hexio_Init()
|
| H A D | test_syscall.c | 427 Tcl_Interp *interp, in test_syscall_install() 463 Tcl_Interp *interp, in test_syscall_uninstall() 487 Tcl_Interp *interp, in test_syscall_reset() 525 Tcl_Interp *interp, in test_syscall_exists() 546 Tcl_Interp *interp, in test_syscall_fault() 575 Tcl_Interp *interp, in test_syscall_errno() 621 Tcl_Interp *interp, in test_syscall_list() 651 Tcl_Interp *interp, in test_syscall_defaultvfs() 673 Tcl_Interp *interp, in test_syscall_pagesize() 708 Tcl_Interp *interp, in test_syscall() [all …]
|
| H A D | test9.c | 31 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in c_collation_test() 72 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in c_realloc_test() 113 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in c_misuse_test() 188 int Sqlitetest9_Init(Tcl_Interp *interp){ in Sqlitetest9_Init()
|
| H A D | test_bestindex.c | 112 Tcl_Interp *interp; member 175 Tcl_Interp *interp = (Tcl_Interp*)pAux; in tclConnect() local 280 Tcl_Interp *interp = pTab->interp; in tclFilter() local 392 Tcl_Interp *interp, in testBestIndexObjConstraints() 456 Tcl_Interp *interp, in testBestIndexObjOrderby() 500 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in testBestIndexObj() 598 Tcl_Interp *interp = pTab->interp; in tclBestIndex() local 733 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in register_tcl_module() 755 int Sqlitetesttcl_Init(Tcl_Interp *interp){ in Sqlitetesttcl_Init()
|
| H A D | test_tclvar.c | 66 Tcl_Interp *interp; member 139 static int next2(Tcl_Interp *interp, tclvar_cursor *pCur, Tcl_Obj *pObj){ in next2() 174 Tcl_Interp *interp = ((tclvar_vtab *)(cur->pVtab))->interp; in tclvarNext() local 194 Tcl_Interp *interp = ((tclvar_vtab *)(pVtabCursor->pVtab))->interp; in tclvarFilter() local 256 Tcl_Interp *interp = ((tclvar_vtab *)cur->pVtab)->interp; in tclvarColumn() local 324 static int tclvarSetOmit(Tcl_Interp *interp){ in tclvarSetOmit() 502 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in register_tclvar_module() 546 int Sqlitetesttclvar_Init(Tcl_Interp *interp){ in Sqlitetesttclvar_Init()
|
| H A D | test_quota.c | 1362 Tcl_Interp *interp, in test_quota_initialize() 1391 Tcl_Interp *interp, in test_quota_shutdown() 1414 Tcl_Interp *interp, in test_quota_set() 1468 Tcl_Interp *interp, in test_quota_file() 1494 Tcl_Interp *interp, in test_quota_dump() 1542 Tcl_Interp *interp, in test_quota_fopen() 1572 Tcl_Interp *interp, in test_quota_fread() 1606 Tcl_Interp *interp, in test_quota_fwrite() 1634 Tcl_Interp *interp, in test_quota_fclose() 1656 Tcl_Interp *interp, in test_quota_fflush() [all …]
|
| H A D | test_window.c | 30 Tcl_Interp *interp; member 138 Tcl_Interp *interp, in test_create_window() 181 Tcl_Interp *interp, in test_create_window_misuse() 280 Tcl_Interp *interp, in test_create_sumint() 307 Tcl_Interp *interp, in test_override_sum() 331 int Sqlitetest_window_Init(Tcl_Interp *interp){ in Sqlitetest_window_Init()
|
| H A D | tclsqlite.c | 235 Tcl_Interp *interp in incrblobClose() 392 Tcl_Interp *interp, in createIncrblobChannel() 789 Tcl_Interp *interp = pDb->interp; in DbWalHandler() local 1332 Tcl_Interp *interp = pDb->interp; in dbPrepareAndBind() local 1637 Tcl_Interp *interp = p->pDb->interp; in dbEvalRowInfo() local 1933 Tcl_Interp *interp, in DbObjCmd() 3688 Tcl_Interp *interp, in DbObjCmdAdaptor() 3701 Tcl_Interp *interp, in sqliteCmdUsage() 3730 Tcl_Interp *interp, in DbMain() 3917 EXTERN int Sqlite3_Init(Tcl_Interp *interp){ in Sqlite3_Init() [all …]
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | test_rbu.c | 34 Tcl_Interp *interp; member 43 Tcl_Interp *interp = (Tcl_Interp*)sqlite3_user_data(pCtx); in test_rbu_delta() local 83 Tcl_Interp *interp, in test_sqlite3rbu_cmd() 265 Tcl_Interp *interp, in createRbuWrapper() 281 Tcl_Interp *interp, in test_sqlite3rbu() 311 Tcl_Interp *interp, in test_sqlite3rbu_vacuum() 340 Tcl_Interp *interp, in test_sqlite3rbu_create_vfs() 375 Tcl_Interp *interp, in test_sqlite3rbu_destroy_vfs() 396 Tcl_Interp *interp, in test_sqlite3rbu_internal_test() 416 int SqliteRbu_Init(Tcl_Interp *interp){ in SqliteRbu_Init() [all …]
|
| /sqlite-3.40.0/ext/session/ |
| H A D | test_session.c | 24 Tcl_Interp *interp; member 106 Tcl_Interp *interp, in test_sql_exec_changeset() 227 Tcl_Interp *interp, in test_session_cmd() 402 Tcl_Interp *interp, in test_sqlite3session() 487 Tcl_Interp *interp; member 764 Tcl_Interp *interp, in testSqlite3changesetApply() 870 Tcl_Interp *interp, in test_sqlite3changeset_apply() 881 Tcl_Interp *interp, in test_sqlite3changeset_apply_v2() 893 Tcl_Interp *interp, in test_sqlite3changeset_apply_replace_all() 928 Tcl_Interp *interp, in test_sqlite3changeset_invert() [all …]
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | test_rtreedoc.c | 30 Tcl_Interp *interp; member 36 Tcl_Interp *interp; member 57 Tcl_Interp *interp = pCtx->interp; in invokeTclGeomCb() local 175 Tcl_Interp *interp, in register_box_geom() 206 Tcl_Interp *interp = pCtx->interp; in box_query() local 312 Tcl_Interp *interp, in register_box_query() 342 int Sqlitetestrtreedoc_Init(Tcl_Interp *interp){ in Sqlitetestrtreedoc_Init()
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | test_recover.c | 26 Tcl_Interp *interp; member 59 static int getDbPointer(Tcl_Interp *interp, Tcl_Obj *pObj, sqlite3 **pDb){ in getDbPointer() 80 Tcl_Interp *interp, in testRecoverCmd() 217 Tcl_Interp *interp, in test_sqlite3_recover_init() 272 Tcl_Interp *interp, in test_sqlite3_dbdata_init() 291 int TestRecover_Init(Tcl_Interp *interp){ in TestRecover_Init()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_tcl.c | 91 Tcl_Interp *interp, in f5tDbAndApi() 126 Tcl_Interp *interp; member 220 Tcl_Interp *interp, in xF5tApi() 613 Tcl_Interp *interp, in f5tCreateFunction() 683 Tcl_Interp *interp, in f5tTokenize() 772 Tcl_Interp *interp; member 778 Tcl_Interp *interp; member 889 Tcl_Interp *interp, in f5tTokenizerReturn() 960 Tcl_Interp *interp, in f5tCreateTokenizer() 1012 Tcl_Interp *interp, in f5tMayBeCorrupt() [all …]
|