Home
last modified time | relevance | path

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