/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | test3.c | 60 void *NotUsed, in btree_open() argument 92 void *NotUsed, in btree_close() argument 119 void *NotUsed, in btree_begin_transaction() argument 146 void *NotUsed, in btree_rollback() argument 173 void *NotUsed, in btree_commit() argument 200 void *NotUsed, in btree_create_table() argument 230 void *NotUsed, in btree_drop_table() argument 259 void *NotUsed, in btree_clear_table() argument 288 void *NotUsed, in btree_get_meta() argument 322 void *NotUsed, in btree_update_meta() argument [all …]
|
H A D | test2.c | 67 void *NotUsed, in pager_open() argument 98 void *NotUsed, in pager_close() argument 125 void *NotUsed, in pager_rollback() argument 152 void *NotUsed, in pager_commit() argument 179 void *NotUsed, in pager_ckpt_begin() argument 206 void *NotUsed, in pager_ckpt_rollback() argument 233 void *NotUsed, in pager_ckpt_commit() argument 260 void *NotUsed, in pager_stats() argument 293 void *NotUsed, in pager_pagecount() argument 317 void *NotUsed, in page_get() argument [all …]
|
H A D | test1.c | 93 void *NotUsed, in sqlite_test_open() argument 143 void *NotUsed, in test_exec_printf() argument 177 void *NotUsed, in test_mprintf_z() argument 201 void *NotUsed, in test_get_table_printf() argument 248 void *NotUsed, in test_last_rowid() argument 272 void *NotUsed, in sqlite_test_close() argument 337 static int execFuncCallback(void *pData, int argc, char **argv, char **NotUsed){ in execFuncCallback() argument 386 void *NotUsed, in test_create_function() argument 436 void *NotUsed, in test_create_aggregate() argument 461 void *NotUsed, in sqlite_mprintf_int() argument [all …]
|
H A D | test4.c | 120 void *NotUsed, in tcl_thread_create() argument 169 void *NotUsed, in tcl_thread_wait() argument 213 void *NotUsed, in tcl_thread_halt() argument 248 void *NotUsed, in tcl_thread_argc() argument 280 void *NotUsed, in tcl_thread_argv() argument 316 void *NotUsed, in tcl_thread_colname() argument 352 void *NotUsed, in tcl_thread_result() argument 414 void *NotUsed, in tcl_thread_error() argument 459 void *NotUsed, in tcl_thread_compile() argument 502 void *NotUsed, in tcl_thread_step() argument [all …]
|
H A D | vacuum.c | 112 static int vacuumCallback2(void *pArg, int argc, char **argv, char **NotUsed){ in vacuumCallback2() argument 144 static int vacuumCallback1(void *pArg, int argc, char **argv, char **NotUsed){ in vacuumCallback1() argument 174 static int vacuumCallback3(void *pArg, int argc, char **argv, char **NotUsed){ in vacuumCallback3() argument
|
H A D | main.c | 142 int upgrade_3_callback(void *pInit, int argc, char **argv, char **NotUsed){ in upgrade_3_callback() argument 870 const char *NotUsed, /* The name of the table that is busy */ in sqliteDefaultBusyCallback() argument
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | threadtest1.c | 53 static int db_is_locked(void *NotUsed, const char *zNotUsed, int iNotUsed){ in db_is_locked() argument 55 if( verbose ) printf("BUSY %s\n", (char*)NotUsed); in db_is_locked() 77 char **NotUsed /* Names of the columns */ in db_query_callback() argument
|
/titanic_41/usr/src/cmd/sqlite/ |
H A D | shell.c | 280 static void interrupt_handler(int NotUsed){ in interrupt_handler() argument
|