Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dsqlite3.c14742 #define UNUSED_PARAMETER(x) (void)(x) macro
14743 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
179455 #define UNUSED_PARAMETER global() macro
201053 # define UNUSED_PARAMETER global() macro
[all...]
H A Dshell.c440 #define UNUSED_PARAMETER(x) (void)(x) macro
965 UNUSED_PARAMETER(nVal); in shellModuleSchema()
1012 UNUSED_PARAMETER(nVal); in shellAddSchemaName()
2375 #ifndef UNUSED_PARAMETER
2376 # define UNUSED_PARAMETER(X) (void)(X) macro
2593 UNUSED_PARAMETER(argc); in decimalFunc()
2647 UNUSED_PARAMETER(argc); in decimalCmpFunc()
2772 UNUSED_PARAMETER(notUsed); in decimalCollFunc()
2797 UNUSED_PARAMETER(argc); in decimalAddFunc()
2810 UNUSED_PARAMETER(arg in decimalSubFunc()
3083 # define UNUSED_PARAMETER global() macro
[all...]

Completed in 136 milliseconds