Home
last modified time | relevance | path

Searched refs:NotUsed (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest3.c57 void *NotUsed, in btree_open() argument
89 void *NotUsed, in btree_close() argument
116 void *NotUsed, in btree_begin_transaction() argument
143 void *NotUsed, in btree_rollback() argument
170 void *NotUsed, in btree_commit() argument
197 void *NotUsed, in btree_create_table() argument
227 void *NotUsed, in btree_drop_table() argument
256 void *NotUsed, in btree_clear_table() argument
285 void *NotUsed, in btree_get_meta() argument
319 void *NotUsed, in btree_update_meta() argument
[all …]
H A Dtest2.c64 void *NotUsed, in pager_open() argument
95 void *NotUsed, in pager_close() argument
122 void *NotUsed, in pager_rollback() argument
149 void *NotUsed, in pager_commit() argument
176 void *NotUsed, in pager_ckpt_begin() argument
203 void *NotUsed, in pager_ckpt_rollback() argument
230 void *NotUsed, in pager_ckpt_commit() argument
257 void *NotUsed, in pager_stats() argument
290 void *NotUsed, in pager_pagecount() argument
314 void *NotUsed, in page_get() argument
[all …]
H A Dtest1.c90 void *NotUsed, in sqlite_test_open() argument
140 void *NotUsed, in test_exec_printf() argument
174 void *NotUsed, in test_mprintf_z() argument
198 void *NotUsed, in test_get_table_printf() argument
245 void *NotUsed, in test_last_rowid() argument
269 void *NotUsed, in sqlite_test_close() argument
383 void *NotUsed, in test_create_function() argument
433 void *NotUsed, in test_create_aggregate() argument
458 void *NotUsed, in sqlite_mprintf_int() argument
485 void *NotUsed, in sqlite_mprintf_str() argument
[all …]
H A Dtest4.c117 void *NotUsed, in tcl_thread_create() argument
166 void *NotUsed, in tcl_thread_wait() argument
210 void *NotUsed, in tcl_thread_halt() argument
245 void *NotUsed, in tcl_thread_argc() argument
277 void *NotUsed, in tcl_thread_argv() argument
313 void *NotUsed, in tcl_thread_colname() argument
349 void *NotUsed, in tcl_thread_result() argument
411 void *NotUsed, in tcl_thread_error() argument
456 void *NotUsed, in tcl_thread_compile() argument
499 void *NotUsed, in tcl_thread_step() argument
[all …]
H A Dvacuum.c109 static int vacuumCallback2(void *pArg, int argc, char **argv, char **NotUsed){ in vacuumCallback2() argument
141 static int vacuumCallback1(void *pArg, int argc, char **argv, char **NotUsed){ in vacuumCallback1() argument
171 static int vacuumCallback3(void *pArg, int argc, char **argv, char **NotUsed){ in vacuumCallback3() argument
H A Dmain.c139 int upgrade_3_callback(void *pInit, int argc, char **argv, char **NotUsed){ in upgrade_3_callback() argument
867 const char *NotUsed, /* The name of the table that is busy */ in sqliteDefaultBusyCallback() argument
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c50 static int db_is_locked(void *NotUsed, const char *zNotUsed, int iNotUsed){ in db_is_locked() argument
52 if( verbose ) printf("BUSY %s\n", (char*)NotUsed); in db_is_locked()
74 char **NotUsed /* Names of the columns */ in db_query_callback() argument
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c278 static void interrupt_handler(int NotUsed){ in interrupt_handler() argument