Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15332 #define UNUSED_PARAMETER(x) (void)(x) macro
15333 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
25833 UNUSED_PARAMETER(NotUsed1); in timediffFunc()
25955 UNUSED_PARAMETER(argc); in currentTimeFunc()
25956 UNUSED_PARAMETER(argv); in currentTimeFunc()
26898 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
26906 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
27122 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
27136 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
28017 UNUSED_PARAMETER(NotUsed); in memsys3Init()
[all …]
H A Dshell.c1459 #define UNUSED_PARAMETER(x) (void)(x) macro
2049 UNUSED_PARAMETER(nVal); in shellStrtod()
2089 UNUSED_PARAMETER(nVal); in shellModuleSchema()
2136 UNUSED_PARAMETER(nVal); in shellAddSchemaName()
3682 #ifndef UNUSED_PARAMETER
3683 # define UNUSED_PARAMETER(X) (void)(X) macro
4051 UNUSED_PARAMETER(argc); in decimalCmpFunc()
4318 UNUSED_PARAMETER(argc); in decimalFunc()
4342 UNUSED_PARAMETER(notUsed); in decimalCollFunc()
4367 UNUSED_PARAMETER(argc); in decimalAddFunc()
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c100 #ifndef UNUSED_PARAMETER
101 #define UNUSED_PARAMETER(x) x = x macro
3180 UNUSED_PARAMETER(oflags); in samount()
3181 UNUSED_PARAMETER(dev); in samount()