Lines Matching refs:UNUSED_PARAMETER
14 #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()
58 UNUSED_PARAMETER(server); in handlePatch()
59 UNUSED_PARAMETER(conn); in handlePatch()
66 UNUSED_PARAMETER(server); in handleDelete()
67 UNUSED_PARAMETER(conn); in handleDelete()
74 UNUSED_PARAMETER(server); in handleOptions()
75 UNUSED_PARAMETER(conn); in handleOptions()
83 UNUSED_PARAMETER(server); in handleConnection()
84 UNUSED_PARAMETER(conn); in handleConnection()
92 UNUSED_PARAMETER(server); in handleReadyState()
93 UNUSED_PARAMETER(conn); in handleReadyState()
104 UNUSED_PARAMETER(server); in handleData()
105 UNUSED_PARAMETER(conn); in handleData()
106 UNUSED_PARAMETER(bits); in handleData()
107 UNUSED_PARAMETER(data); in handleData()
108 UNUSED_PARAMETER(data_len); in handleData()
116 UNUSED_PARAMETER(server); in handleClose()
117 UNUSED_PARAMETER(conn); in handleClose()