Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/
DCivetServer.cpp14 #ifndef UNUSED_PARAMETER
15 #define UNUSED_PARAMETER(x) (void)(x) macro
26 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 …]
/civetweb-2.7.6/src/third_party/
Dsqlite3.c13075 #define UNUSED_PARAMETER(x) (void)(x) macro
13076 #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 …]