Searched refs:UNUSED_PARAMETER (Results 1 – 2 of 2) sorted by relevance
14 #ifndef UNUSED_PARAMETER15 #define UNUSED_PARAMETER(x) (void)(x) macro26 UNUSED_PARAMETER(server); in handleGet()27 UNUSED_PARAMETER(conn); in handleGet()34 UNUSED_PARAMETER(server); in handlePost()35 UNUSED_PARAMETER(conn); in handlePost()42 UNUSED_PARAMETER(server); in handleHead()43 UNUSED_PARAMETER(conn); in handleHead()50 UNUSED_PARAMETER(server); in handlePut()51 UNUSED_PARAMETER(conn); in handlePut()[all …]
13075 #define UNUSED_PARAMETER(x) (void)(x) macro13076 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)20563 UNUSED_PARAMETER(argc); in currentTimeFunc()20564 UNUSED_PARAMETER(argv); in currentTimeFunc()21439 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()21447 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()21663 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()21677 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()22558 UNUSED_PARAMETER(NotUsed); in memsys3Init()22583 UNUSED_PARAMETER(NotUsed); in memsys3Shutdown()[all …]