Lines Matching refs:sqlite3

37   sqlite3 *db;
109 int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb){ in getDbPointer()
116 *ppDb = (sqlite3*)sqlite3TestTextToPtr(zA); in getDbPointer()
144 int sqlite3TestErrCode(Tcl_Interp *interp, sqlite3 *db, int rc){ in sqlite3TestErrCode()
302 sqlite3 *db; in test_exec_printf()
340 sqlite3 *db; in test_exec_hex()
386 sqlite3 *db; in db_enter()
402 sqlite3 *db; in db_leave()
424 sqlite3 *db; in test_exec()
471 sqlite3 *db; in test_exec_nr()
571 sqlite3 *db; in test_get_table_printf()
634 sqlite3 *db; in test_last_rowid()
686 sqlite3 *db; in sqlite_test_close()
710 sqlite3 *db; in sqlite_test_close_v2()
839 (void)sqlite3_exec((sqlite3*)sqlite3_user_data(context), in sqlite3ExecFunc()
1009 sqlite3 *db; in test_create_function()
1098 sqlite3 *db; in test_drop_modules()
1200 sqlite3 *db; in test_create_aggregate()
1571 sqlite3 *db; in test_extended_result_codes()
1607 sqlite3 *db; in test_table_column_metadata()
1764 sqlite3 *db; in test_create_collation_v2()
1838 sqlite3 *db; in test_create_function_v2()
1928 sqlite3 *db; in test_load_extension()
1986 sqlite3 *db; in test_enable_load()
2090 sqlite3 *db; in test_register_func()
2121 sqlite3 *db = 0; in test_finalize()
2335 sqlite3 *db; in test_snapshot_get()
2370 sqlite3 *db; in test_snapshot_recover()
2402 sqlite3 *db; in test_snapshot_open()
2482 sqlite3 *db; in test_snapshot_get_blob()
2518 sqlite3 *db; in test_snapshot_open_blob()
2611 sqlite3 *db = 0; /* Database handle */ in test_atomic_batch_write()
2653 sqlite3 *db = 0; in test_next_stmt()
2876 sqlite3 *db; in test_changes()
3033 sqlite3 *db; in test_collate()
3107 sqlite3 *db; in test_utf16bin_collate()
3140 sqlite3 *db, in test_collate_needed_cb()
3164 sqlite3 *db; in test_collate_needed()
3215 sqlite3 *db; in add_alignment_test_collations()
3334 sqlite3 *db; in test_function()
3999 sqlite3 *db = 0; in test_bind_value_from_preupdate()
4044 sqlite3 *db = 0; in test_bind_value_from_select()
4398 sqlite3 *db; in test_ex_errcode()
4425 sqlite3 *db; in test_errcode()
4451 sqlite3 *db; in test_errmsg()
4479 sqlite3 *db; in test_error_offset()
4509 sqlite3 *db; in test_errmsg16()
4545 sqlite3 *db; in test_prepare()
4602 sqlite3 *db; in test_prepare_v2()
4676 sqlite3 *db; in test_prepare_v3()
4747 sqlite3 *db; in test_prepare_tkt3134()
4791 sqlite3 *db; in test_prepare16()
4851 sqlite3 *db; in test_prepare16_v2()
4906 sqlite3 *db; in test_open()
4935 sqlite3 *db; in test_open_v2()
5005 sqlite3 *db; in test_open16()
5489 sqlite3 *db; in test_interrupt()
5513 sqlite3 *db; in delete_function()
5539 sqlite3 *db; in delete_collation()
5564 sqlite3 *db; in get_autocommit()
5590 sqlite3 *db; in test_busy_timeout()
5672 sqlite3 *db; in test_db_release_memory()
5695 sqlite3 *db; in test_db_cacheflush()
5723 sqlite3 *db; in test_system_errno()
5746 sqlite3 *db; in test_db_filename()
5770 sqlite3 *db; in test_db_readonly()
5865 sqlite3 *db; in test_pager_refcounts()
6109 sqlite3 *db; in file_control_test()
6144 sqlite3 *db; in file_control_lasterrno_test()
6182 sqlite3 *db; /* Database handle */ in file_control_data_version()
6221 sqlite3 *db; /* Database handle */ in file_control_chunksize_test()
6258 sqlite3 *db; /* Database handle */ in file_control_sizehint_test()
6294 sqlite3 *db; in file_control_lockproxy_test()
6364 sqlite3 *db; in file_control_win32_av_retry()
6397 sqlite3 *db; in file_control_win32_get_handle()
6429 sqlite3 *db; in file_control_win32_set_handle()
6465 sqlite3 *db; in file_control_persist_wal()
6497 sqlite3 *db; in file_control_powersafe_overwrite()
6529 sqlite3 *db; in file_control_vfsname()
6559 sqlite3 *db; in file_control_reservebytes()
6591 sqlite3 *db; in file_control_tempfilename()
6623 sqlite3 *db; in file_control_external_reader()
6685 sqlite3 *db; in test_limit()
6801 sqlite3 *db = 0; in prng_seed()
6921 sqlite3 *db; in test_unlock_notify()
6948 sqlite3 *db; in test_wal_checkpoint()
6992 sqlite3 *db; in test_wal_checkpoint_v2()
7047 sqlite3 *db; in test_wal_autocheckpoint()
7296 sqlite3 *db = 0; in test_test_control()
7318 sqlite3 *db; in test_test_control()
7332 sqlite3 *db; in test_test_control()
7646 sqlite3 *db; in optimization_control()
7710 extern int sqlite3_amatch_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7711 extern int sqlite3_appendvfs_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7712 extern int sqlite3_carray_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7713 extern int sqlite3_closure_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7714 extern int sqlite3_csv_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7715 extern int sqlite3_eval_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7716 extern int sqlite3_explain_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7717 extern int sqlite3_fileio_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7718 extern int sqlite3_decimal_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7719 extern int sqlite3_fuzzer_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7720 extern int sqlite3_ieee_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7721 extern int sqlite3_nextchar_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7722 extern int sqlite3_percentile_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7724 extern int sqlite3_prefixes_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7726 extern int sqlite3_qpvtab_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7727 extern int sqlite3_regexp_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7728 extern int sqlite3_remember_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7729 extern int sqlite3_series_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7730 extern int sqlite3_spellfix_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7731 extern int sqlite3_totype_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7732 extern int sqlite3_wholenumber_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7733 extern int sqlite3_unionvtab_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7735 extern int sqlite3_zipfile_init(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7739 int (*pInit)(sqlite3*,char**,const sqlite3_api_routines*); in tclLoadStaticExtensionCmd()
7769 sqlite3 *db; in tclLoadStaticExtensionCmd()
7860 sqlite3 *db; in sorter_test_sort4_helper()
7924 sqlite3 *db; in test_user_authenticate()
7956 sqlite3 *db; in test_user_add()
7989 sqlite3 *db; in test_user_change()
8019 sqlite3 *db; in test_user_delete()
8110 struct SqliteDb { sqlite3 *db; }; in test_register_dbstat_vtab()
8121 sqlite3* db = ((struct SqliteDb*)cmdInfo.objClientData)->db; in test_register_dbstat_vtab()
8161 sqlite3 *db; in test_sqlite3_db_config()
8202 sqlite3 *db; in test_sqlite3_txn_state()
8227 sqlite3 *db; in test_dbconfig_maindbname_icecube()
8228 extern int getDbPointer(Tcl_Interp*, const char*, sqlite3**); in test_dbconfig_maindbname_icecube()
8249 extern int getDbPointer(Tcl_Interp*, const char*, sqlite3**); in test_mmap_warm()
8250 extern int sqlite3_mmap_warm(sqlite3 *db, const char *); in test_mmap_warm()
8257 sqlite3 *db; in test_mmap_warm()
8282 sqlite3 *db = 0; in test_write_db()
8479 sqlite3 *db; in test_autovacuum_pages()