Home
last modified time | relevance | path

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

12

/sqlite-3.40.0/src/
H A Dtest2.c46 void *NotUsed, in pager_open() argument
83 void *NotUsed, in pager_close() argument
110 void *NotUsed, in pager_rollback() argument
137 void *NotUsed, in pager_commit() argument
169 void *NotUsed, in pager_stmt_begin() argument
196 void *NotUsed, in pager_stmt_rollback() argument
224 void *NotUsed, in pager_stmt_commit() argument
251 void *NotUsed, in pager_stats() argument
284 void *NotUsed, in pager_pagecount() argument
310 void *NotUsed, in page_get() argument
[all …]
H A Dtest3.c41 void *NotUsed, in btree_open() argument
87 void *NotUsed, in btree_close() argument
122 void *NotUsed, in btree_begin_transaction() argument
151 void *NotUsed, in btree_pager_stats() argument
201 void *NotUsed, in btree_cursor() argument
250 void *NotUsed, in btree_close_cursor() argument
292 void *NotUsed, in btree_next() argument
331 void *NotUsed, in btree_first() argument
366 void *NotUsed, in btree_eof() argument
395 void *NotUsed, in btree_payload_size() argument
[all …]
H A Dtest4.c139 void *NotUsed, in tcl_thread_create() argument
190 void *NotUsed, in tcl_thread_wait() argument
234 void *NotUsed, in tcl_thread_halt() argument
269 void *NotUsed, in tcl_thread_argc() argument
301 void *NotUsed, in tcl_thread_argv() argument
337 void *NotUsed, in tcl_thread_colname() argument
373 void *NotUsed, in tcl_thread_result() argument
405 void *NotUsed, in tcl_thread_error() argument
450 void *NotUsed, in tcl_thread_compile() argument
504 void *NotUsed, in tcl_thread_step() argument
[all …]
H A Dtest7.c157 void *NotUsed, in tcl_client_create() argument
210 void *NotUsed, in tcl_client_wait() argument
254 void *NotUsed, in tcl_client_halt() argument
302 void *NotUsed, in tcl_client_argc() argument
334 void *NotUsed, in tcl_client_argv() argument
370 void *NotUsed, in tcl_client_colname() argument
408 void *NotUsed, in tcl_client_result() argument
440 void *NotUsed, in tcl_client_error() argument
485 void *NotUsed, in tcl_client_compile() argument
538 void *NotUsed, in tcl_client_step() argument
[all …]
H A Dmem1.c239 static int sqlite3MemInit(void *NotUsed){ in sqlite3MemInit() argument
259 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
266 static void sqlite3MemShutdown(void *NotUsed){ in sqlite3MemShutdown() argument
267 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
H A Dfunc.c81 int NotUsed, in typeofFunc() argument
86 UNUSED_PARAMETER(NotUsed); in typeofFunc()
522 int NotUsed, in randomFunc() argument
572 int NotUsed, in last_insert_rowid() argument
592 int NotUsed, in changes() argument
606 int NotUsed, in total_changes() argument
944 int NotUsed, in nullifFunc() argument
948 UNUSED_PARAMETER(NotUsed); in nullifFunc()
960 int NotUsed, in versionFunc() argument
976 int NotUsed, in sourceidFunc() argument
[all …]
H A Dwalker.c245 int sqlite3ExprWalkNoop(Walker *NotUsed, Expr *NotUsed2){ in sqlite3ExprWalkNoop() argument
246 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3ExprWalkNoop()
254 int sqlite3SelectWalkNoop(Walker *NotUsed, Select *NotUsed2){ in sqlite3SelectWalkNoop() argument
255 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3SelectWalkNoop()
H A Dos_unix.c2178 UNUSED_PARAMETER(NotUsed); in nolockCheckReservedLock()
6368 UNUSED_PARAMETER(NotUsed); in unixDelete()
6416 UNUSED_PARAMETER(NotUsed); in unixAccess()
6573 UNUSED_PARAMETER(NotUsed); in unixDlOpen()
6586 UNUSED_PARAMETER(NotUsed); in unixDlError()
6613 UNUSED_PARAMETER(NotUsed); in unixDlSym()
6618 UNUSED_PARAMETER(NotUsed); in unixDlClose()
6632 UNUSED_PARAMETER(NotUsed); in unixRandomness()
6685 UNUSED_PARAMETER(NotUsed); in unixSleep()
6690 UNUSED_PARAMETER(NotUsed); in unixSleep()
[all …]
H A Dmem0.c36 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; } in sqlite3MemInit() argument
37 static void sqlite3MemShutdown(void *NotUsed){ return; } in sqlite3MemShutdown() argument
H A Dmem2.c188 static int sqlite3MemInit(void *NotUsed){ in sqlite3MemInit() argument
189 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
202 static void sqlite3MemShutdown(void *NotUsed){ in sqlite3MemShutdown() argument
203 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
H A Dmem5.c455 static int memsys5Init(void *NotUsed){ in memsys5Init() argument
462 UNUSED_PARAMETER(NotUsed); in memsys5Init()
513 static void memsys5Shutdown(void *NotUsed){ in memsys5Shutdown() argument
514 UNUSED_PARAMETER(NotUsed); in memsys5Shutdown()
H A Dtest1.c229 void *NotUsed, in test_io_trace() argument
270 void *NotUsed, in clang_sanitize_address() argument
297 void *NotUsed, in test_exec_printf() argument
335 void *NotUsed, in test_exec_hex() argument
381 void *NotUsed, in db_enter() argument
397 void *NotUsed, in db_leave() argument
419 void *NotUsed, in test_exec() argument
466 void *NotUsed, in test_exec_nr() argument
493 void *NotUsed, in test_mprintf_z() argument
516 void *NotUsed, in test_mprintf_n() argument
[all …]
H A Ddate.c1252 int NotUsed, in ctimeFunc() argument
1255 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
1266 int NotUsed, in cdateFunc() argument
1269 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
1280 int NotUsed, in ctimestampFunc() argument
1283 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
H A Dattach.c76 int NotUsed, in attachFunc() argument
92 UNUSED_PARAMETER(NotUsed); in attachFunc()
269 int NotUsed, in detachFunc() argument
279 UNUSED_PARAMETER(NotUsed); in detachFunc()
H A Dmem3.c552 static int memsys3Init(void *NotUsed){ in memsys3Init() argument
553 UNUSED_PARAMETER(NotUsed); in memsys3Init()
577 static void memsys3Shutdown(void *NotUsed){ in memsys3Shutdown() argument
578 UNUSED_PARAMETER(NotUsed); in memsys3Shutdown()
H A Dalter.c1463 int NotUsed, in renameColumnFunc() argument
1486 UNUSED_PARAMETER(NotUsed); in renameColumnFunc()
1688 int NotUsed, in renameTableFunc() argument
1697 UNUSED_PARAMETER(NotUsed); in renameTableFunc()
1874 int NotUsed, in renameQuotefixFunc() argument
1888 UNUSED_PARAMETER(NotUsed); in renameQuotefixFunc()
1987 int NotUsed, in renameTableTest() argument
2003 UNUSED_PARAMETER(NotUsed); in renameTableTest()
2062 int NotUsed, in dropColumnFunc() argument
2082 UNUSED_PARAMETER(NotUsed); in dropColumnFunc()
H A Dpcache1.c697 static int pcache1Init(void *NotUsed){ in pcache1Init() argument
698 UNUSED_PARAMETER(NotUsed); in pcache1Init()
750 static void pcache1Shutdown(void *NotUsed){ in pcache1Shutdown() argument
751 UNUSED_PARAMETER(NotUsed); in pcache1Shutdown()
/sqlite-3.40.0/ext/misc/
H A Danycollseq.c26 void *NotUsed, in anyCollFunc() argument
38 void *NotUsed, in anyCollNeeded() argument
H A Dcksumvfs.c841 int sqlite3_register_cksumvfs(const char *NotUsed){ in sqlite3_register_cksumvfs() argument
842 (void)NotUsed; in sqlite3_register_cksumvfs()
/sqlite-3.40.0/test/
H A Dthreadtest1.c50 static int db_is_locked(void *NotUsed, int iCount){ in db_is_locked() argument
52 if( verbose ) printf("BUSY %s #%d\n", (char*)NotUsed, iCount); in db_is_locked()
74 char **NotUsed /* Names of the columns */ in db_query_callback() argument
H A Dsessionfuzz.c833 void *NotUsed, in conflictCall() argument
837 (void)NotUsed; in conflictCall()
H A Dwordcount.c135 static void traceCallback(void *NotUsed, const char *zSql){ in traceCallback() argument
141 static int printResult(void *NotUsed, int nArg, char **azArg, char **azNm){ in printResult() argument
H A Ddbfuzz.c420 static void timeoutHandler(int NotUsed){ in timeoutHandler() argument
421 (void)NotUsed; in timeoutHandler()
/sqlite-3.40.0/tool/
H A Dfuzzershell.c194 static int execCallback(void *NotUsed, int argc, char **argv, char **colv){ in execCallback() argument
211 static int execNoop(void *NotUsed, int argc, char **argv, char **colv){ in execNoop() argument
220 static void traceCallback(void *NotUsed, const char *zMsg){ in traceCallback() argument
224 static void traceNoop(void *NotUsed, const char *zMsg){ in traceNoop() argument
H A Drollback-test.c44 static int execCallback(void *NotUsed, int nArg, char **azArg, char **azCol){ in execCallback() argument

12