Lines Matching refs:objc

85   int objc,  in get_sqlite_pointer()  argument
91 if( objc!=2 ){ in get_sqlite_pointer()
1530 int objc, /* Number of arguments */ in test_enable_shared() argument
1537 if( objc!=2 && objc!=1 ){ in test_enable_shared()
1543 if( objc==2 ){ in test_enable_shared()
1567 int objc, /* Number of arguments */ in test_extended_result_codes() argument
1573 if( objc!=3 ){ in test_extended_result_codes()
1590 int objc, /* Number of arguments */ in test_libversion_number() argument
1604 int objc, /* Number of arguments */ in test_table_column_metadata() argument
1620 if( objc!=5 && objc!=4 ){ in test_table_column_metadata()
1627 zCol = objc==5 ? Tcl_GetString(objv[4]) : 0; in test_table_column_metadata()
1684 int objc, /* Number of arguments */ in test_blob_reopen() argument
1691 if( objc!=3 ){ in test_blob_reopen()
1760 int objc, /* Number of arguments */ in test_create_collation_v2() argument
1767 if( objc!=5 ){ in test_create_collation_v2()
1835 int objc, /* Number of arguments */ in test_create_function_v2() argument
1859 if( objc<5 || (objc%2)==0 ){ in test_create_function_v2()
1879 for(i=5; i<objc; i+=2){ in test_create_function_v2()
1924 int objc, /* Number of arguments */ in test_load_extension() argument
1935 if( objc!=4 && objc!=3 ){ in test_load_extension()
1941 if( objc==4 ){ in test_load_extension()
1982 int objc, /* Number of arguments */ in test_enable_load() argument
1990 if( objc!=3 ){ in test_enable_load()
2116 int objc, in test_finalize() argument
2123 if( objc!=2 ){ in test_finalize()
2148 int objc, in test_stmt_status() argument
2168 if( objc!=4 ){ in test_stmt_status()
2196 int objc, in test_stmt_scanstatus() argument
2209 if( objc!=3 ){ in test_stmt_scanstatus()
2246 int objc, in test_stmt_scanstatus_reset() argument
2250 if( objc!=2 ){ in test_stmt_scanstatus_reset()
2269 int objc, in test_config_sqllog() argument
2272 if( objc!=1 ){ in test_config_sqllog()
2289 int objc, in test_config_sorterref() argument
2293 if( objc!=2 ){ in test_config_sorterref()
2310 int objc, in vfsCurrentTimeInt64() argument
2315 if( objc!=1 ){ in vfsCurrentTimeInt64()
2331 int objc, in test_snapshot_get() argument
2339 if( objc!=3 ){ in test_snapshot_get()
2366 int objc, in test_snapshot_recover() argument
2373 if( objc!=3 ){ in test_snapshot_recover()
2398 int objc, in test_snapshot_open() argument
2406 if( objc!=4 ){ in test_snapshot_open()
2432 int objc, in test_snapshot_free() argument
2436 if( objc!=2 ){ in test_snapshot_free()
2453 int objc, in test_snapshot_cmp() argument
2459 if( objc!=3 ){ in test_snapshot_cmp()
2478 int objc, in test_snapshot_get_blob() argument
2486 if( objc!=3 ){ in test_snapshot_get_blob()
2514 int objc, in test_snapshot_open_blob() argument
2523 if( objc!=4 ){ in test_snapshot_open_blob()
2550 int objc, in test_snapshot_cmp_blob() argument
2559 if( objc!=3 ){ in test_snapshot_cmp_blob()
2585 int objc, in test_delete_database() argument
2590 if( objc!=2 ){ in test_delete_database()
2607 int objc, in test_atomic_batch_write() argument
2617 if( objc!=2 ){ in test_atomic_batch_write()
2649 int objc, in test_next_stmt() argument
2656 if( objc!=3 ){ in test_next_stmt()
2681 int objc, in test_stmt_readonly() argument
2687 if( objc!=2 ){ in test_stmt_readonly()
2708 int objc, in test_stmt_isexplain() argument
2714 if( objc!=2 ){ in test_stmt_isexplain()
2735 int objc, in test_stmt_busy() argument
2741 if( objc!=2 ){ in test_stmt_busy()
2761 int objc, in uses_stmt_journal() argument
2766 if( objc!=2 ){ in uses_stmt_journal()
2787 int objc, in test_reset() argument
2793 if( objc!=2 ){ in test_reset()
2822 int objc, in test_expired() argument
2827 if( objc!=2 ){ in test_expired()
2846 int objc, in test_transfer_bind() argument
2851 if( objc!=3 ){ in test_transfer_bind()
2873 int objc, in test_changes() argument
2877 if( objc!=2 ){ in test_changes()
3030 int objc, in test_collate() argument
3038 if( objc!=5 ) goto bad_args; in test_collate()
3104 int objc, in test_utf16bin_collate() argument
3110 if( objc!=2 ) goto bad_args; in test_utf16bin_collate()
3161 int objc, in test_collate_needed() argument
3167 if( objc!=2 ) goto bad_args; in test_collate_needed()
3212 int objc, in add_alignment_test_collations() argument
3216 if( objc>=2 ){ in add_alignment_test_collations()
3330 int objc, in test_function() argument
3337 if( objc!=5 ) goto bad_args; in test_function()
3375 int objc, in test_errstr() argument
3380 if( objc!=1 ){ in test_errstr()
3424 int objc, in test_bind_zeroblob() argument
3432 if( objc!=4 ){ in test_bind_zeroblob()
3460 int objc, in test_bind_zeroblob64() argument
3468 if( objc!=4 ){ in test_bind_zeroblob64()
3497 int objc, in test_bind_int() argument
3505 if( objc!=4 ){ in test_bind_int()
3537 int objc, in test_intarray_addr() argument
3545 if( objc>1 ){ in test_intarray_addr()
3546 p = sqlite3_malloc( sizeof(p[0])*(objc-1) ); in test_intarray_addr()
3548 for(i=0; i<objc-1; i++){ in test_intarray_addr()
3571 int objc, in test_int64array_addr() argument
3579 if( objc>1 ){ in test_int64array_addr()
3580 p = sqlite3_malloc( sizeof(p[0])*(objc-1) ); in test_int64array_addr()
3582 for(i=0; i<objc-1; i++){ in test_int64array_addr()
3607 int objc, in test_doublearray_addr() argument
3615 if( objc>1 ){ in test_doublearray_addr()
3616 p = sqlite3_malloc( sizeof(p[0])*(objc-1) ); in test_doublearray_addr()
3618 for(i=0; i<objc-1; i++){ in test_doublearray_addr()
3641 int objc, in test_textarray_addr() argument
3651 if( objc>1 ){ in test_textarray_addr()
3652 p = sqlite3_malloc( sizeof(p[0])*(objc-1) ); in test_textarray_addr()
3654 for(i=0; i<objc-1; i++){ in test_textarray_addr()
3658 n = objc-1; in test_textarray_addr()
3674 int objc, in test_bind_int64() argument
3682 if( objc!=4 ){ in test_bind_int64()
3712 int objc, in test_bind_double() argument
3738 if( objc!=4 ){ in test_bind_double()
3788 int objc, in test_bind_null() argument
3795 if( objc!=3 ){ in test_bind_null()
3824 int objc, in test_bind_text() argument
3835 if( objc!=5 ){ in test_bind_text()
3877 int objc, in test_bind_text16() argument
3889 void (*xDel)(void*) = (objc==6?SQLITE_STATIC:SQLITE_TRANSIENT); in test_bind_text16()
3890 Tcl_Obj *oStmt = objv[objc-4]; in test_bind_text16()
3891 Tcl_Obj *oN = objv[objc-3]; in test_bind_text16()
3892 Tcl_Obj *oString = objv[objc-2]; in test_bind_text16()
3893 Tcl_Obj *oBytes = objv[objc-1]; in test_bind_text16()
3895 if( objc!=5 && objc!=6){ in test_bind_text16()
3937 int objc, in test_bind_blob() argument
3947 if( objc!=5 && objc!=6 ){ in test_bind_blob()
3953 if( objc==6 ){ in test_bind_blob()
3992 int objc, in test_bind_value_from_preupdate() argument
4002 if( objc!=5 ){ in test_bind_value_from_preupdate()
4037 int objc, in test_bind_value_from_select() argument
4047 if( objc!=4 ){ in test_bind_value_from_select()
4096 int objc, in test_carray_bind() argument
4133 if( objc==1 ) return TCL_OK; in test_carray_bind()
4135 for(i=1; i<objc && Tcl_GetString(objv[i])[0]=='-'; i++){ in test_carray_bind()
4175 if( objc-i < 2 ){ in test_carray_bind()
4183 nData = objc - i; in test_carray_bind()
4274 int objc, in test_bind_parameter_count() argument
4279 if( objc!=2 ){ in test_bind_parameter_count()
4298 int objc, in test_bind_parameter_name() argument
4304 if( objc!=3 ){ in test_bind_parameter_name()
4325 int objc, in test_bind_parameter_index() argument
4330 if( objc!=3 ){ in test_bind_parameter_index()
4350 int objc, in test_clear_bindings() argument
4355 if( objc!=2 ){ in test_clear_bindings()
4370 int objc, in test_sleep() argument
4375 if( objc!=2 ){ in test_sleep()
4395 int objc, in test_ex_errcode() argument
4401 if( objc!=2 ){ in test_ex_errcode()
4422 int objc, in test_errcode() argument
4428 if( objc!=2 ){ in test_errcode()
4448 int objc, in test_errmsg() argument
4454 if( objc!=2 ){ in test_errmsg()
4476 int objc, in test_error_offset() argument
4482 if( objc!=2 ){ in test_error_offset()
4505 int objc, in test_errmsg16() argument
4514 if( objc!=2 ){ in test_errmsg16()
4542 int objc, in test_prepare() argument
4553 if( objc!=5 && objc!=4 ){ in test_prepare()
4562 rc = sqlite3_prepare(db, zSql, bytes, &pStmt, objc>=5 ? &zTail : 0); in test_prepare()
4565 if( zTail && objc>=5 ){ in test_prepare()
4599 int objc, in test_prepare_v2() argument
4612 if( objc!=5 && objc!=4 ){ in test_prepare_v2()
4632 pzTail = objc>=5 ? &zTail : 0; in test_prepare_v2()
4634 if( objc>=5 ){ in test_prepare_v2()
4642 if( rc==SQLITE_OK && objc>=5 && zTail ){ in test_prepare_v2()
4673 int objc, in test_prepare_v3() argument
4686 if( objc!=6 && objc!=5 ){ in test_prepare_v3()
4707 pzTail = objc>=6 ? &zTail : 0; in test_prepare_v3()
4715 if( rc==SQLITE_OK && zTail && objc>=6 ){ in test_prepare_v3()
4744 int objc, in test_prepare_tkt3134() argument
4753 if( objc!=2 ){ in test_prepare_tkt3134()
4787 int objc, in test_prepare16() argument
4801 if( objc!=5 && objc!=4 ){ in test_prepare16()
4810 rc = sqlite3_prepare16(db, zSql, bytes, &pStmt, objc>=5 ? &zTail : 0); in test_prepare16()
4816 if( objc>=5 ){ in test_prepare16()
4847 int objc, in test_prepare16_v2() argument
4861 if( objc!=5 && objc!=4 ){ in test_prepare16_v2()
4870 rc = sqlite3_prepare16_v2(db, zSql, bytes, &pStmt, objc>=5 ? &zTail : 0); in test_prepare16_v2()
4876 if( objc>=5 ){ in test_prepare16_v2()
4902 int objc, in test_open() argument
4909 if( objc!=3 && objc!=2 && objc!=1 ){ in test_open()
4915 zFilename = objc>1 ? Tcl_GetString(objv[1]) : 0; in test_open()
4929 int objc, in test_open_v2() argument
4943 if( objc!=4 ){ in test_open_v2()
5000 int objc, in test_open16() argument
5008 if( objc!=3 ){ in test_open16()
5032 int objc, in test_complete16() argument
5038 if( objc!=2 ){ in test_complete16()
5057 int objc, in test_normalize() argument
5064 if( objc!=2 ){ in test_normalize()
5086 int objc, in test_step() argument
5092 if( objc!=2 ){ in test_step()
5109 int objc, in test_sql() argument
5114 if( objc!=2 ){ in test_sql()
5126 int objc, in test_ex_sql() argument
5132 if( objc!=2 ){ in test_ex_sql()
5147 int objc, in test_norm_sql() argument
5152 if( objc!=2 ){ in test_norm_sql()
5171 int objc, in test_column_count() argument
5176 if( objc!=2 ){ in test_column_count()
5196 int objc, in test_column_type() argument
5203 if( objc!=3 ){ in test_column_type()
5245 int objc, in test_column_int64() argument
5252 if( objc!=3 ){ in test_column_int64()
5272 int objc, in test_column_blob() argument
5281 if( objc!=3 ){ in test_column_blob()
5304 int objc, in test_column_double() argument
5311 if( objc!=3 ){ in test_column_double()
5333 int objc, in test_data_count() argument
5338 if( objc!=2 ){ in test_data_count()
5360 int objc, in test_stmt_utf8() argument
5369 if( objc!=3 ){ in test_stmt_utf8()
5387 int objc, in test_global_recover() argument
5392 if( objc!=1 ){ in test_global_recover()
5412 int objc, in test_stmt_utf16() argument
5423 if( objc!=3 ){ in test_stmt_utf16()
5456 int objc, in test_stmt_int() argument
5464 if( objc!=3 ){ in test_stmt_int()
5612 int objc, in tcl_variable_type() argument
5616 if( objc!=2 ){ in tcl_variable_type()
5638 int objc, in test_release_memory() argument
5644 if( objc!=1 && objc!=2 ){ in test_release_memory()
5648 if( objc==2 ){ in test_release_memory()
5669 int objc, in test_db_release_memory() argument
5674 if( objc!=2 ){ in test_db_release_memory()
5692 int objc, in test_db_cacheflush() argument
5697 if( objc!=2 ){ in test_db_cacheflush()
5720 int objc, in test_system_errno() argument
5725 if( objc!=2 ){ in test_system_errno()
5743 int objc, in test_db_filename() argument
5748 if( objc!=3 ){ in test_db_filename()
5767 int objc, in test_db_readonly() argument
5772 if( objc!=3 ){ in test_db_readonly()
5792 int objc, in test_soft_heap_limit() argument
5797 if( objc!=1 && objc!=2 ){ in test_soft_heap_limit()
5801 if( objc==2 ){ in test_soft_heap_limit()
5819 int objc, in test_hard_heap_limit() argument
5824 if( objc!=1 && objc!=2 ){ in test_hard_heap_limit()
5828 if( objc==2 ){ in test_hard_heap_limit()
5844 int objc, in test_thread_cleanup() argument
5862 int objc, in test_pager_refcounts() argument
5870 if( objc!=2 ){ in test_pager_refcounts()
5908 int objc, /* Number of arguments */ in working_64bit_int() argument
5933 int objc, /* Number of arguments */ in vfs_unlink_test() argument
6035 int objc, /* Number of arguments */ in vfs_initfail_test() argument
6063 int objc, /* Number of arguments */ in vfs_unregister_all() argument
6085 int objc, /* Number of arguments */ in vfs_reregister_all() argument
6105 int objc, /* Number of arguments */ in file_control_test() argument
6112 if( objc!=2 ){ in file_control_test()
6140 int objc, /* Number of arguments */ in file_control_lasterrno_test() argument
6147 if( objc!=2 ){ in file_control_lasterrno_test()
6177 int objc, /* Number of arguments */ in file_control_data_version() argument
6186 if( objc!=3 && objc!=2 ){ in file_control_data_version()
6193 zDb = objc==3 ? Tcl_GetString(objv[2]) : NULL; in file_control_data_version()
6216 int objc, /* Number of arguments */ in file_control_chunksize_test() argument
6224 if( objc!=4 ){ in file_control_chunksize_test()
6253 int objc, /* Number of arguments */ in file_control_sizehint_test() argument
6261 if( objc!=4 ){ in file_control_sizehint_test()
6291 int objc, /* Number of arguments */ in file_control_lockproxy_test() argument
6296 if( objc!=3 ){ in file_control_lockproxy_test()
6361 int objc, /* Number of arguments */ in file_control_win32_av_retry() argument
6369 if( objc!=4 ){ in file_control_win32_av_retry()
6394 int objc, /* Number of arguments */ in file_control_win32_get_handle() argument
6402 if( objc!=2 ){ in file_control_win32_get_handle()
6426 int objc, /* Number of arguments */ in file_control_win32_set_handle() argument
6434 if( objc!=3 ){ in file_control_win32_set_handle()
6462 int objc, /* Number of arguments */ in file_control_persist_wal() argument
6470 if( objc!=3 ){ in file_control_persist_wal()
6494 int objc, /* Number of arguments */ in file_control_powersafe_overwrite() argument
6502 if( objc!=3 ){ in file_control_powersafe_overwrite()
6526 int objc, /* Number of arguments */ in file_control_vfsname() argument
6533 if( objc!=2 && objc!=3 ){ in file_control_vfsname()
6541 if( objc==3 ){ in file_control_vfsname()
6556 int objc, /* Number of arguments */ in file_control_reservebytes() argument
6564 if( objc!=3 ){ in file_control_reservebytes()
6588 int objc, /* Number of arguments */ in file_control_tempfilename() argument
6595 if( objc!=2 && objc!=3 ){ in file_control_tempfilename()
6603 if( objc==3 ){ in file_control_tempfilename()
6620 int objc, /* Number of arguments */ in file_control_external_reader() argument
6628 if( objc!=2 && objc!=3 ){ in file_control_external_reader()
6636 if( objc==3 ){ in file_control_external_reader()
6657 int objc, /* Number of arguments */ in vfs_list() argument
6662 if( objc!=1 ){ in vfs_list()
6682 int objc, /* Number of arguments */ in test_limit() argument
6712 if( objc!=4 ){ in test_limit()
6745 int objc, /* Number of arguments */ in save_prng_state() argument
6761 int objc, /* Number of arguments */ in restore_prng_state() argument
6773 int objc, /* Number of arguments */ in reset_prng_state() argument
6797 int objc, /* Number of arguments */ in prng_seed() argument
6802 if( objc!=2 && objc!=3 ){ in prng_seed()
6807 if( objc==3 && getDbPointer(interp, Tcl_GetString(objv[2]), &db) ){ in prng_seed()
6825 int objc, /* Number of arguments */ in extra_schema_checks() argument
6829 if( objc!=2 ){ in extra_schema_checks()
6847 int objc, /* Number of arguments */ in database_may_be_corrupt() argument
6863 int objc, /* Number of arguments */ in database_never_corrupt() argument
6876 int objc, /* Number of arguments */ in test_pcache_stats() argument
6918 int objc, /* Number of arguments */ in test_unlock_notify() argument
6924 if( objc!=2 ){ in test_unlock_notify()
6944 int objc, /* Number of arguments */ in test_wal_checkpoint() argument
6951 if( objc!=3 && objc!=2 ){ in test_wal_checkpoint()
6959 if( objc==3 ){ in test_wal_checkpoint()
6988 int objc, /* Number of arguments */ in test_wal_checkpoint_v2() argument
7006 if( objc!=3 && objc!=4 ){ in test_wal_checkpoint_v2()
7011 if( objc==4 ){ in test_wal_checkpoint_v2()
7044 int objc, /* Number of arguments */ in test_wal_autocheckpoint() argument
7052 if( objc!=3 ){ in test_wal_autocheckpoint()
7095 int objc, /* Number of arguments */ in test_sqlite3_log() argument
7098 if( objc>2 ){ in test_sqlite3_log()
7108 if( objc>1 ){ in test_sqlite3_log()
7126 int objc, in runAsObjProc() argument
7130 if( objc<2 ){ in runAsObjProc()
7144 return cmdInfo.objProc(cmdInfo.objClientData, interp, objc-1, objv+1); in runAsObjProc()
7189 int objc, in test_print_eqp() argument
7195 if( objc!=2 ){ in test_print_eqp()
7266 int objc, in test_test_control() argument
7283 if( objc<2 ){ in test_test_control()
7297 if( objc!=3 ){ in test_test_control()
7307 if( objc!=3 ){ in test_test_control()
7319 if( objc!=4 ){ in test_test_control()
7333 if( objc!=6 ){ in test_test_control()
7357 int objc, in test_getrusage() argument
7431 int objc, in win32_file_lock() argument
7441 if( objc!=4 && objc!=1 ){ in win32_file_lock()
7445 if( objc==1 ){ in win32_file_lock()
7495 int objc, in win32_exists_path() argument
7498 if( objc!=2 ){ in win32_exists_path()
7517 int objc, in win32_find_file() argument
7524 if( objc!=2 ){ in win32_find_file()
7562 int objc, in win32_delete_file() argument
7565 if( objc!=2 ){ in win32_delete_file()
7586 int objc, in win32_mkdir() argument
7589 if( objc!=2 ){ in win32_mkdir()
7610 int objc, in win32_rmdir() argument
7613 if( objc!=2 ){ in win32_rmdir()
7642 int objc, in optimization_control() argument
7672 if( objc!=4 ){ in optimization_control()
7707 int objc, in tclLoadStaticExtensionCmd() argument
7773 if( objc<3 ){ in tclLoadStaticExtensionCmd()
7778 for(j=2; j<objc; j++){ in tclLoadStaticExtensionCmd()
7809 int objc, in sorter_test_fakeheap() argument
7813 if( objc!=2 ){ in sorter_test_fakeheap()
7849 int objc, in sorter_test_sort4_helper() argument
7863 if( objc!=5 ){ in sorter_test_sort4_helper()
7918 int objc, /* Number of arguments */ in test_user_authenticate() argument
7927 if( objc!=4 ){ in test_user_authenticate()
7949 int objc, /* Number of arguments */ in test_user_add() argument
7959 if( objc!=5 ){ in test_user_add()
7982 int objc, /* Number of arguments */ in test_user_change() argument
7992 if( objc!=5 ){ in test_user_change()
8015 int objc, /* Number of arguments */ in test_user_delete() argument
8022 if( objc!=3 ){ in test_user_delete()
8052 int objc, /* Number of arguments */ in test_bad_behavior() argument
8061 if( objc!=2 ){ in test_bad_behavior()
8102 int objc, in test_register_dbstat_vtab() argument
8114 if( objc!=2 ){ in test_register_dbstat_vtab()
8136 int objc, in test_sqlite3_db_config() argument
8163 if( objc!=4 && objc!=3 ){ in test_sqlite3_db_config()
8180 if( objc==4 ){ in test_sqlite3_db_config()
8199 int objc, in test_sqlite3_txn_state() argument
8206 if( objc!=2 && objc!=3 ){ in test_sqlite3_txn_state()
8211 zSchema = objc==3 ? Tcl_GetString(objv[2]) : 0; in test_sqlite3_txn_state()
8223 int objc, in test_dbconfig_maindbname_icecube() argument
8229 if( objc!=2 ){ in test_dbconfig_maindbname_icecube()
8246 int objc, in test_mmap_warm() argument
8252 if( objc!=2 && objc!=3 ){ in test_mmap_warm()
8260 if( objc==3 ){ in test_mmap_warm()
8279 int objc, in test_write_db() argument
8289 if( objc!=4 ){ in test_write_db()
8311 int objc, in test_register_cksumvfs() argument
8314 if( objc!=1 ){ in test_register_cksumvfs()
8332 int objc, in test_unregister_cksumvfs() argument
8335 if( objc!=1 ){ in test_unregister_cksumvfs()
8358 int objc, in test_decode_hexdb() argument
8370 if( objc!=2 ){ in test_decode_hexdb()
8475 int objc, in test_autovacuum_pages() argument
8482 if( objc!=2 && objc!=3 ){ in test_autovacuum_pages()
8487 zScript = objc==3 ? Tcl_GetString(objv[2]) : 0; in test_autovacuum_pages()