Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c398 #define UNUSED_PARAMETER(x) (void)(x) macro
945 UNUSED_PARAMETER(nVal); in shellModuleSchema()
990 UNUSED_PARAMETER(nVal); in shellAddSchemaName()
4534 #ifndef UNUSED_PARAMETER
4535 # define UNUSED_PARAMETER(X) (void)(X) macro
4752 UNUSED_PARAMETER(argc); in decimalFunc()
4806 UNUSED_PARAMETER(argc); in decimalCmpFunc()
4931 UNUSED_PARAMETER(notUsed); in decimalCollFunc()
4956 UNUSED_PARAMETER(argc); in decimalAddFunc()
4969 UNUSED_PARAMETER(argc); in decimalSubFunc()
[all …]
Dsqlite3.c14957 #define UNUSED_PARAMETER(x) (void)(x) macro
14958 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
23482 UNUSED_PARAMETER(argc); in currentTimeFunc()
23483 UNUSED_PARAMETER(argv); in currentTimeFunc()
24383 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
24391 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
24607 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
24621 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
25502 UNUSED_PARAMETER(NotUsed); in memsys3Init()
25527 UNUSED_PARAMETER(NotUsed); in memsys3Shutdown()
[all …]