Home
last modified time | relevance | path

Searched refs:UNUSED_PARAMETER (Results 1 – 2 of 2) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8632 #define UNUSED_PARAMETER(x) (void)(x) macro
8633 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
15413 UNUSED_PARAMETER(argc); in currentTimeFunc()
15414 UNUSED_PARAMETER(argv); in currentTimeFunc()
16270 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
16278 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
16493 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
16507 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
17387 UNUSED_PARAMETER(NotUsed); in memsys3Init()
17412 UNUSED_PARAMETER(NotUsed); in memsys3Shutdown()
[all …]
H A Dshell.c242 #define UNUSED_PARAMETER(x) (void)(x) macro
351 UNUSED_PARAMETER(argc); in shellstaticFunc()
352 UNUSED_PARAMETER(argv); in shellstaticFunc()
693 UNUSED_PARAMETER(NotUsed); in interrupt_handler()
1416 UNUSED_PARAMETER(azCol); in dump_callback()