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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c213 #define UNUSED_PARAMETER(x) (void)(x) macro
322 UNUSED_PARAMETER(argc);
323 UNUSED_PARAMETER(argv);
656 UNUSED_PARAMETER(NotUsed);
1234 UNUSED_PARAMETER(azCol);
H A Dsqlite3.c8073 #define UNUSED_PARAMETER(x) (void)(x) macro
8074 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
14584 UNUSED_PARAMETER(argc);
14585 UNUSED_PARAMETER(argv);
15359 UNUSED_PARAMETER(NotUsed);
15367 UNUSED_PARAMETER(NotUsed);
15582 UNUSED_PARAMETER(NotUsed);
15596 UNUSED_PARAMETER(NotUsed);
16476 UNUSED_PARAMETER(NotUse
116273 #define UNUSED_PARAMETER macro
129694 # define UNUSED_PARAMETER macro
[all...]

Completed in 265 milliseconds