Home
last modified time | relevance | path

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

12

/sqlite-3.40.0/src/
H A Dtest2.c46 void *NotUsed, in pager_open()
83 void *NotUsed, in pager_close()
110 void *NotUsed, in pager_rollback()
137 void *NotUsed, in pager_commit()
169 void *NotUsed, in pager_stmt_begin()
196 void *NotUsed, in pager_stmt_rollback()
224 void *NotUsed, in pager_stmt_commit()
251 void *NotUsed, in pager_stats()
284 void *NotUsed, in pager_pagecount()
310 void *NotUsed, in page_get()
[all …]
H A Dtest4.c139 void *NotUsed, in tcl_thread_create()
190 void *NotUsed, in tcl_thread_wait()
234 void *NotUsed, in tcl_thread_halt()
269 void *NotUsed, in tcl_thread_argc()
301 void *NotUsed, in tcl_thread_argv()
337 void *NotUsed, in tcl_thread_colname()
373 void *NotUsed, in tcl_thread_result()
405 void *NotUsed, in tcl_thread_error()
450 void *NotUsed, in tcl_thread_compile()
504 void *NotUsed, in tcl_thread_step()
[all …]
H A Dtest3.c41 void *NotUsed, in btree_open()
87 void *NotUsed, in btree_close()
122 void *NotUsed, in btree_begin_transaction()
151 void *NotUsed, in btree_pager_stats()
201 void *NotUsed, in btree_cursor()
250 void *NotUsed, in btree_close_cursor()
292 void *NotUsed, in btree_next()
331 void *NotUsed, in btree_first()
366 void *NotUsed, in btree_eof()
395 void *NotUsed, in btree_payload_size()
[all …]
H A Dtest7.c157 void *NotUsed, in tcl_client_create()
210 void *NotUsed, in tcl_client_wait()
254 void *NotUsed, in tcl_client_halt()
302 void *NotUsed, in tcl_client_argc()
334 void *NotUsed, in tcl_client_argv()
370 void *NotUsed, in tcl_client_colname()
408 void *NotUsed, in tcl_client_result()
440 void *NotUsed, in tcl_client_error()
485 void *NotUsed, in tcl_client_compile()
538 void *NotUsed, in tcl_client_step()
[all …]
H A Dmem0.c36 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; } in sqlite3MemInit()
37 static void sqlite3MemShutdown(void *NotUsed){ return; } in sqlite3MemShutdown()
H A Dmem1.c239 static int sqlite3MemInit(void *NotUsed){ in sqlite3MemInit()
266 static void sqlite3MemShutdown(void *NotUsed){ in sqlite3MemShutdown()
H A Dwalker.c245 int sqlite3ExprWalkNoop(Walker *NotUsed, Expr *NotUsed2){ in sqlite3ExprWalkNoop()
254 int sqlite3SelectWalkNoop(Walker *NotUsed, Select *NotUsed2){ in sqlite3SelectWalkNoop()
H A Dfunc.c81 int NotUsed, in typeofFunc()
522 int NotUsed, in randomFunc()
572 int NotUsed, in last_insert_rowid()
592 int NotUsed, in changes()
606 int NotUsed, in total_changes()
944 int NotUsed, in nullifFunc()
960 int NotUsed, in versionFunc()
976 int NotUsed, in sourceidFunc()
1692 int NotUsed, in minmaxStep()
H A Dtest1.c229 void *NotUsed, in test_io_trace()
270 void *NotUsed, in clang_sanitize_address()
297 void *NotUsed, in test_exec_printf()
335 void *NotUsed, in test_exec_hex()
381 void *NotUsed, in db_enter()
397 void *NotUsed, in db_leave()
419 void *NotUsed, in test_exec()
466 void *NotUsed, in test_exec_nr()
493 void *NotUsed, in test_mprintf_z()
516 void *NotUsed, in test_mprintf_n()
[all …]
H A Dattach.c76 int NotUsed, in attachFunc()
269 int NotUsed, in detachFunc()
H A Dmem5.c455 static int memsys5Init(void *NotUsed){ in memsys5Init()
513 static void memsys5Shutdown(void *NotUsed){ in memsys5Shutdown()
H A Dmem3.c552 static int memsys3Init(void *NotUsed){ in memsys3Init()
577 static void memsys3Shutdown(void *NotUsed){ in memsys3Shutdown()
H A Dalter.c1463 int NotUsed, in renameColumnFunc()
1688 int NotUsed, in renameTableFunc()
1874 int NotUsed, in renameQuotefixFunc()
1987 int NotUsed, in renameTableTest()
2062 int NotUsed, in dropColumnFunc()
H A Dos_unix.c2177 static int nolockCheckReservedLock(sqlite3_file *NotUsed, int *pResOut){ in nolockCheckReservedLock()
2182 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock()
2186 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock()
6363 sqlite3_vfs *NotUsed, /* VFS containing this as the xDelete method */ in unixDelete()
6411 sqlite3_vfs *NotUsed, /* The VFS containing this xAccess method */ in unixAccess()
6572 static void *unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename){ in unixDlOpen()
6584 static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){ in unixDlError()
6617 static void unixDlClose(sqlite3_vfs *NotUsed, void *pHandle){ in unixDlClose()
6631 static int unixRandomness(sqlite3_vfs *NotUsed, int nBuf, char *zBuf){ in unixRandomness()
6678 static int unixSleep(sqlite3_vfs *NotUsed, int microseconds){ in unixSleep()
[all …]
H A Dmem2.c188 static int sqlite3MemInit(void *NotUsed){ in sqlite3MemInit()
202 static void sqlite3MemShutdown(void *NotUsed){ in sqlite3MemShutdown()
H A Ddate.c1252 int NotUsed, in ctimeFunc()
1266 int NotUsed, in cdateFunc()
1280 int NotUsed, in ctimestampFunc()
H A Dtest_server.c393 void *sqlite3_server(void *NotUsed){ in sqlite3_server()
H A Dpcache1.c697 static int pcache1Init(void *NotUsed){ in pcache1Init()
750 static void pcache1Shutdown(void *NotUsed){ in pcache1Shutdown()
/sqlite-3.40.0/ext/misc/
H A Danycollseq.c26 void *NotUsed, in anyCollFunc()
38 void *NotUsed, in anyCollNeeded()
/sqlite-3.40.0/test/
H A Dthreadtest1.c50 static int db_is_locked(void *NotUsed, int iCount){ in db_is_locked()
74 char **NotUsed /* Names of the columns */ in db_query_callback()
H A Dwordcount.c135 static void traceCallback(void *NotUsed, const char *zSql){ in traceCallback()
141 static int printResult(void *NotUsed, int nArg, char **azArg, char **azNm){ in printResult()
H A Dsessionfuzz.c833 void *NotUsed, in conflictCall()
/sqlite-3.40.0/tool/
H A Dfuzzershell.c194 static int execCallback(void *NotUsed, int argc, char **argv, char **colv){ in execCallback()
211 static int execNoop(void *NotUsed, int argc, char **argv, char **colv){ in execNoop()
220 static void traceCallback(void *NotUsed, const char *zMsg){ in traceCallback()
224 static void traceNoop(void *NotUsed, const char *zMsg){ in traceNoop()
H A Drollback-test.c44 static int execCallback(void *NotUsed, int nArg, char **azArg, char **azCol){ in execCallback()
/sqlite-3.40.0/ext/userauth/
H A Duserauth.c153 int NotUsed, in sqlite3CryptFunc()

12