Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/sqlite/src/src/
Dtest2.c70 void *NotUsed, in pager_open() argument
107 void *NotUsed, in pager_close() argument
134 void *NotUsed, in pager_rollback() argument
161 void *NotUsed, in pager_commit() argument
193 void *NotUsed, in pager_stmt_begin() argument
220 void *NotUsed, in pager_stmt_rollback() argument
248 void *NotUsed, in pager_stmt_commit() argument
275 void *NotUsed, in pager_stats() argument
308 void *NotUsed, in pager_pagecount() argument
334 void *NotUsed, in page_get() argument
[all …]
Dtest3.c61 void *NotUsed, in btree_open() argument
99 void *NotUsed, in btree_close() argument
134 void *NotUsed, in btree_begin_transaction() argument
163 void *NotUsed, in btree_pager_stats() argument
213 void *NotUsed, in btree_cursor() argument
259 void *NotUsed, in btree_close_cursor() argument
294 void *NotUsed, in btree_next() argument
329 void *NotUsed, in btree_first() argument
364 void *NotUsed, in btree_eof() argument
393 void *NotUsed, in btree_payload_size() argument
[all …]
Dmem1.c117 static int sqlite3MemInit(void *NotUsed){ in sqlite3MemInit() argument
118 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
125 static void sqlite3MemShutdown(void *NotUsed){ in sqlite3MemShutdown() argument
126 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
Dtest4.c123 void *NotUsed, in tcl_thread_create() argument
172 void *NotUsed, in tcl_thread_wait() argument
216 void *NotUsed, in tcl_thread_halt() argument
251 void *NotUsed, in tcl_thread_argc() argument
283 void *NotUsed, in tcl_thread_argv() argument
319 void *NotUsed, in tcl_thread_colname() argument
355 void *NotUsed, in tcl_thread_result() argument
414 void *NotUsed, in tcl_thread_error() argument
459 void *NotUsed, in tcl_thread_compile() argument
512 void *NotUsed, in tcl_thread_step() argument
[all …]
Dtest7.c145 void *NotUsed, in tcl_client_create() argument
195 void *NotUsed, in tcl_client_wait() argument
239 void *NotUsed, in tcl_client_halt() argument
282 void *NotUsed, in tcl_client_argc() argument
314 void *NotUsed, in tcl_client_argv() argument
350 void *NotUsed, in tcl_client_colname() argument
386 void *NotUsed, in tcl_client_result() argument
445 void *NotUsed, in tcl_client_error() argument
490 void *NotUsed, in tcl_client_compile() argument
543 void *NotUsed, in tcl_client_step() argument
[all …]
Dmem0.c36 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; } in sqlite3MemInit() argument
37 static void sqlite3MemShutdown(void *NotUsed){ return; } in sqlite3MemShutdown() argument
Dfunc.c66 int NotUsed, in typeofFunc() argument
70 UNUSED_PARAMETER(NotUsed); in typeofFunc()
398 int NotUsed, in randomFunc() argument
402 UNUSED_PARAMETER2(NotUsed, NotUsed2); in randomFunc()
448 int NotUsed, in last_insert_rowid() argument
452 UNUSED_PARAMETER2(NotUsed, NotUsed2); in last_insert_rowid()
468 int NotUsed, in changes() argument
472 UNUSED_PARAMETER2(NotUsed, NotUsed2); in changes()
482 int NotUsed, in total_changes() argument
486 UNUSED_PARAMETER2(NotUsed, NotUsed2); in total_changes()
[all …]
Dalter.c39 int NotUsed, in renameTableFunc() argument
53 UNUSED_PARAMETER(NotUsed); in renameTableFunc()
104 int NotUsed, in renameParentFunc() argument
118 UNUSED_PARAMETER(NotUsed); in renameParentFunc()
159 int NotUsed, in renameTriggerFunc() argument
173 UNUSED_PARAMETER(NotUsed); in renameTriggerFunc()
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()
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()
Dos_unix.c1810 static int nolockCheckReservedLock(sqlite3_file *NotUsed, int *pResOut){ in nolockCheckReservedLock() argument
1811 UNUSED_PARAMETER(NotUsed); in nolockCheckReservedLock()
1815 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock() argument
1816 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock()
1819 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock() argument
1820 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
3521 static int unixSectorSize(sqlite3_file *NotUsed){ in unixSectorSize() argument
3522 UNUSED_PARAMETER(NotUsed); in unixSectorSize()
3529 static int unixDeviceCharacteristics(sqlite3_file *NotUsed){ in unixDeviceCharacteristics() argument
3530 UNUSED_PARAMETER(NotUsed); in unixDeviceCharacteristics()
[all …]
Dattach.c65 int NotUsed, in attachFunc() argument
76 UNUSED_PARAMETER(NotUsed); in attachFunc()
238 int NotUsed, in detachFunc() argument
247 UNUSED_PARAMETER(NotUsed); in detachFunc()
Dtest1.c265 void *NotUsed, in test_io_trace() argument
306 void *NotUsed, in test_exec_printf() argument
344 void *NotUsed, in test_exec_hex() argument
390 void *NotUsed, in db_enter() argument
406 void *NotUsed, in db_leave() argument
428 void *NotUsed, in test_exec() argument
475 void *NotUsed, in test_exec_nr() argument
502 void *NotUsed, in test_mprintf_z() argument
525 void *NotUsed, in test_mprintf_n() argument
549 void *NotUsed, in test_snprintf_int() argument
[all …]
Dmemjournal.c199 static int memjrnlSync(sqlite3_file *NotUsed, int NotUsed2){ in memjrnlSync() argument
200 UNUSED_PARAMETER2(NotUsed, NotUsed2); in memjrnlSync()
Ddate.c979 int NotUsed, in ctimeFunc() argument
982 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
993 int NotUsed, in cdateFunc() argument
996 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
1007 int NotUsed, in ctimestampFunc() argument
1010 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
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()
Dpcache1.c517 static int pcache1Init(void *NotUsed){ in pcache1Init() argument
518 UNUSED_PARAMETER(NotUsed); in pcache1Init()
535 static void pcache1Shutdown(void *NotUsed){ in pcache1Shutdown() argument
536 UNUSED_PARAMETER(NotUsed); in pcache1Shutdown()
Dtest_server.c393 void *sqlite3_server(void *NotUsed){ in sqlite3_server() argument
Dmalloc.c84 void *NotUsed, in softHeapLimitEnforcer() argument
88 UNUSED_PARAMETER2(NotUsed, NotUsed2); in softHeapLimitEnforcer()
Danalyze.c516 static int analysisLoader(void *pData, int argc, char **argv, char **NotUsed){ in analysisLoader() argument
525 UNUSED_PARAMETER2(NotUsed, argc); in analysisLoader()
Dprepare.c52 int sqlite3InitCallback(void *pInit, int argc, char **argv, char **NotUsed){ in sqlite3InitCallback() argument
58 UNUSED_PARAMETER2(NotUsed, argc); in sqlite3InitCallback()
Dvdbeapi.c543 int NotUsed, /* Number of arguments to the function */ in sqlite3InvalidFunction() argument
548 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3InvalidFunction()
/external/chromium_org/third_party/sqlite/src/test/
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
/external/chromium_org/third_party/sqlite/src/tool/
Drollback-test.c44 static int execCallback(void *NotUsed, int nArg, char **azArg, char **azCol){ in execCallback() argument
/external/chromium_org/third_party/sqlite/
Dmemcmp.patch22 @@ -548,7 +548,7 @@ static int analysisLoader(void *pData, int argc, char **argv, char **NotUsed){

12