/external/chromium_org/third_party/sqlite/src/src/ |
D | test2.c | 70 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 …]
|
D | test3.c | 61 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 …]
|
D | mem1.c | 117 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()
|
D | test4.c | 123 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 …]
|
D | test7.c | 145 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 …]
|
D | mem0.c | 36 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; } in sqlite3MemInit() argument 37 static void sqlite3MemShutdown(void *NotUsed){ return; } in sqlite3MemShutdown() argument
|
D | func.c | 66 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 …]
|
D | alter.c | 39 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()
|
D | mem2.c | 188 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()
|
D | mem5.c | 455 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()
|
D | os_unix.c | 1810 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 …]
|
D | attach.c | 65 int NotUsed, in attachFunc() argument 76 UNUSED_PARAMETER(NotUsed); in attachFunc() 238 int NotUsed, in detachFunc() argument 247 UNUSED_PARAMETER(NotUsed); in detachFunc()
|
D | test1.c | 265 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 …]
|
D | memjournal.c | 199 static int memjrnlSync(sqlite3_file *NotUsed, int NotUsed2){ in memjrnlSync() argument 200 UNUSED_PARAMETER2(NotUsed, NotUsed2); in memjrnlSync()
|
D | date.c | 979 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()
|
D | mem3.c | 552 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()
|
D | pcache1.c | 517 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()
|
D | test_server.c | 393 void *sqlite3_server(void *NotUsed){ in sqlite3_server() argument
|
D | malloc.c | 84 void *NotUsed, in softHeapLimitEnforcer() argument 88 UNUSED_PARAMETER2(NotUsed, NotUsed2); in softHeapLimitEnforcer()
|
D | analyze.c | 516 static int analysisLoader(void *pData, int argc, char **argv, char **NotUsed){ in analysisLoader() argument 525 UNUSED_PARAMETER2(NotUsed, argc); in analysisLoader()
|
D | prepare.c | 52 int sqlite3InitCallback(void *pInit, int argc, char **argv, char **NotUsed){ in sqlite3InitCallback() argument 58 UNUSED_PARAMETER2(NotUsed, argc); in sqlite3InitCallback()
|
D | vdbeapi.c | 543 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/ |
D | threadtest1.c | 50 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/ |
D | rollback-test.c | 44 static int execCallback(void *NotUsed, int nArg, char **azArg, char **azCol){ in execCallback() argument
|
/external/chromium_org/third_party/sqlite/ |
D | memcmp.patch | 22 @@ -548,7 +548,7 @@ static int analysisLoader(void *pData, int argc, char **argv, char **NotUsed){
|