Home | History | Annotate | Download | only in testcode

Lines Matching defs:ATTR_UNUSED

126 	nghttp2_session* ATTR_UNUSED(session),
127 int32_t ATTR_UNUSED(stream_id), uint8_t* buf, size_t length,
129 void* ATTR_UNUSED(cb_arg))
255 static ssize_t http2_recv_cb(nghttp2_session* ATTR_UNUSED(session),
256 uint8_t* buf, size_t len, int ATTR_UNUSED(flags), void* cb_arg)
305 static ssize_t http2_send_cb(nghttp2_session* ATTR_UNUSED(session),
306 const uint8_t* buf, size_t len, int ATTR_UNUSED(flags), void* cb_arg)
336 static int http2_stream_close_cb(nghttp2_session* ATTR_UNUSED(session),
337 int32_t ATTR_UNUSED(stream_id),
338 nghttp2_error_code ATTR_UNUSED(error_code), void *cb_arg)
355 static int http2_data_chunk_recv_cb(nghttp2_session* ATTR_UNUSED(session),
356 uint8_t ATTR_UNUSED(flags), int32_t stream_id, const uint8_t* data,
378 const nghttp2_frame *frame, void* ATTR_UNUSED(cb_arg))
404 static int http2_header_cb(nghttp2_session* ATTR_UNUSED(session),
406 const uint8_t* value, size_t ATTR_UNUSED(valuelen),
407 uint8_t ATTR_UNUSED(flags), void* cb_arg)
662 int main(int ATTR_UNUSED(argc), char** ATTR_UNUSED(argv))