Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A Dtest3.c60 void *NotUsed, in btree_open()
92 void *NotUsed, in btree_close()
119 void *NotUsed, in btree_begin_transaction()
146 void *NotUsed, in btree_rollback()
173 void *NotUsed, in btree_commit()
200 void *NotUsed, in btree_create_table()
230 void *NotUsed, in btree_drop_table()
259 void *NotUsed, in btree_clear_table()
288 void *NotUsed, in btree_get_meta()
322 void *NotUsed, in btree_update_meta()
[all …]
H A Dtest2.c67 void *NotUsed, in pager_open()
98 void *NotUsed, in pager_close()
125 void *NotUsed, in pager_rollback()
152 void *NotUsed, in pager_commit()
179 void *NotUsed, in pager_ckpt_begin()
206 void *NotUsed, in pager_ckpt_rollback()
233 void *NotUsed, in pager_ckpt_commit()
260 void *NotUsed, in pager_stats()
293 void *NotUsed, in pager_pagecount()
317 void *NotUsed, in page_get()
[all …]
H A Dtest1.c93 void *NotUsed, in sqlite_test_open()
143 void *NotUsed, in test_exec_printf()
177 void *NotUsed, in test_mprintf_z()
201 void *NotUsed, in test_get_table_printf()
248 void *NotUsed, in test_last_rowid()
272 void *NotUsed, in sqlite_test_close()
337 static int execFuncCallback(void *pData, int argc, char **argv, char **NotUsed){ in execFuncCallback()
386 void *NotUsed, in test_create_function()
436 void *NotUsed, in test_create_aggregate()
461 void *NotUsed, in sqlite_mprintf_int()
[all …]
H A Dtest4.c120 void *NotUsed, in tcl_thread_create()
169 void *NotUsed, in tcl_thread_wait()
213 void *NotUsed, in tcl_thread_halt()
248 void *NotUsed, in tcl_thread_argc()
280 void *NotUsed, in tcl_thread_argv()
316 void *NotUsed, in tcl_thread_colname()
352 void *NotUsed, in tcl_thread_result()
414 void *NotUsed, in tcl_thread_error()
459 void *NotUsed, in tcl_thread_compile()
502 void *NotUsed, in tcl_thread_step()
[all …]
H A Dvacuum.c112 static int vacuumCallback2(void *pArg, int argc, char **argv, char **NotUsed){ in vacuumCallback2()
144 static int vacuumCallback1(void *pArg, int argc, char **argv, char **NotUsed){ in vacuumCallback1()
174 static int vacuumCallback3(void *pArg, int argc, char **argv, char **NotUsed){ in vacuumCallback3()
H A Dmain.c142 int upgrade_3_callback(void *pInit, int argc, char **argv, char **NotUsed){ in upgrade_3_callback()
870 const char *NotUsed, /* The name of the table that is busy */ in sqliteDefaultBusyCallback()
/titanic_50/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c53 static int db_is_locked(void *NotUsed, const char *zNotUsed, int iNotUsed){ in db_is_locked()
77 char **NotUsed /* Names of the columns */ in db_query_callback()
/titanic_50/usr/src/cmd/sqlite/
H A Dshell.c280 static void interrupt_handler(int NotUsed){ in interrupt_handler()