• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-compat-howl/

Lines Matching refs:AVAHI_GCC_UNUSED

30 sw_string sw_strdup(AVAHI_GCC_UNUSED sw_const_string str) {
36 AVAHI_GCC_UNUSED sw_size_t size,
37 AVAHI_GCC_UNUSED sw_const_string function,
38 AVAHI_GCC_UNUSED sw_const_string file,
39 AVAHI_GCC_UNUSED sw_uint32 line) {
45 AVAHI_GCC_UNUSED sw_opaque_t mem,
46 AVAHI_GCC_UNUSED sw_size_t size,
47 AVAHI_GCC_UNUSED sw_const_string function,
48 AVAHI_GCC_UNUSED sw_const_string file,
49 AVAHI_GCC_UNUSED sw_uint32 line) {
54 AVAHI_GCC_UNUSED sw_opaque_t mem,
55 AVAHI_GCC_UNUSED sw_const_string function,
56 AVAHI_GCC_UNUSED sw_const_string file,
57 AVAHI_GCC_UNUSED sw_uint32 line) {
66 sw_result sw_timer_init(AVAHI_GCC_UNUSED sw_timer * self) {
71 sw_result sw_timer_fina(AVAHI_GCC_UNUSED sw_timer self) {
76 sw_result sw_time_init(AVAHI_GCC_UNUSED sw_time * self) {
81 sw_result sw_time_init_now(AVAHI_GCC_UNUSED sw_time * self) {
86 sw_result sw_time_fina(AVAHI_GCC_UNUSED sw_time self) {
93 AVAHI_GCC_UNUSED sw_time self,
94 AVAHI_GCC_UNUSED sw_time y) {
100 AVAHI_GCC_UNUSED sw_time self,
101 AVAHI_GCC_UNUSED sw_time y) {
107 AVAHI_GCC_UNUSED sw_time self,
108 AVAHI_GCC_UNUSED sw_time y) {
113 AVAHI_GCC_UNUSED sw_salt * self,
114 AVAHI_GCC_UNUSED int argc,
115 AVAHI_GCC_UNUSED char ** argv) {
120 sw_result sw_salt_fina(AVAHI_GCC_UNUSED sw_salt self) {
126 AVAHI_GCC_UNUSED sw_salt self,
127 AVAHI_GCC_UNUSED struct _sw_socket * _socket,
128 AVAHI_GCC_UNUSED sw_socket_event events,
129 AVAHI_GCC_UNUSED sw_socket_handler handler,
130 AVAHI_GCC_UNUSED sw_socket_handler_func func,
131 AVAHI_GCC_UNUSED sw_opaque extra) {
137 AVAHI_GCC_UNUSED sw_salt self,
138 AVAHI_GCC_UNUSED struct _sw_socket * _socket) {
145 AVAHI_GCC_UNUSED sw_salt self,
146 AVAHI_GCC_UNUSED struct _sw_timer * timer,
147 AVAHI_GCC_UNUSED sw_time timeout,
148 AVAHI_GCC_UNUSED sw_timer_handler handler,
149 AVAHI_GCC_UNUSED sw_timer_handler_func func,
150 AVAHI_GCC_UNUSED sw_opaque extra) {
156 AVAHI_GCC_UNUSED sw_salt self,
157 AVAHI_GCC_UNUSED struct _sw_timer * timer) {
163 AVAHI_GCC_UNUSED sw_salt self,
164 AVAHI_GCC_UNUSED struct _sw_network_interface * netif,
165 AVAHI_GCC_UNUSED sw_network_interface_handler handler,
166 AVAHI_GCC_UNUSED sw_network_interface_handler_func func,
167 AVAHI_GCC_UNUSED sw_opaque extra) {
172 sw_result sw_salt_unregister_network_interface_handler(AVAHI_GCC_UNUSED sw_salt self) {
178 AVAHI_GCC_UNUSED sw_salt self,
179 AVAHI_GCC_UNUSED struct _sw_signal * _signal,
180 AVAHI_GCC_UNUSED sw_signal_handler handler,
181 AVAHI_GCC_UNUSED sw_signal_handler_func func,
182 AVAHI_GCC_UNUSED sw_opaque extra) {
189 AVAHI_GCC_UNUSED sw_salt self,
190 AVAHI_GCC_UNUSED struct _sw_signal * _signal) {
197 AVAHI_GCC_UNUSED int code,
198 AVAHI_GCC_UNUSED sw_const_string assert_string,
199 AVAHI_GCC_UNUSED sw_const_string file,
200 AVAHI_GCC_UNUSED sw_const_string func,
201 AVAHI_GCC_UNUSED int line) {
206 AVAHI_GCC_UNUSED int level,
207 AVAHI_GCC_UNUSED sw_const_string format,
212 sw_result sw_tcp_socket_init(AVAHI_GCC_UNUSED sw_socket * self) {
218 AVAHI_GCC_UNUSED sw_socket * self,
219 AVAHI_GCC_UNUSED sw_sockdesc_t desc) {
224 sw_result sw_udp_socket_init(AVAHI_GCC_UNUSED sw_socket * self) {
229 sw_result sw_multicast_socket_init(AVAHI_GCC_UNUSED sw_socket * self) {
234 sw_result sw_socket_fina(AVAHI_GCC_UNUSED sw_socket self) {
240 AVAHI_GCC_UNUSED sw_socket self,
241 AVAHI_GCC_UNUSED sw_ipv4_address address,
242 AVAHI_GCC_UNUSED sw_port port) {
248 AVAHI_GCC_UNUSED sw_socket self,
249 AVAHI_GCC_UNUSED sw_ipv4_address local_address,
250 AVAHI_GCC_UNUSED sw_ipv4_address multicast_address,
251 AVAHI_GCC_UNUSED sw_uint32 ttl) {
256 sw_result sw_socket_leave_multicast_group(AVAHI_GCC_UNUSED sw_socket self) {
262 AVAHI_GCC_UNUSED sw_socket self,
263 AVAHI_GCC_UNUSED int qsize) {
269 AVAHI_GCC_UNUSED sw_socket self,
270 AVAHI_GCC_UNUSED sw_ipv4_address address,
271 AVAHI_GCC_UNUSED sw_port port) {
277 AVAHI_GCC_UNUSED sw_socket self,
278 AVAHI_GCC_UNUSED sw_socket * _socket) {
284 AVAHI_GCC_UNUSED sw_socket self,
285 AVAHI_GCC_UNUSED sw_octets buffer,
286 AVAHI_GCC_UNUSED sw_size_t len,
287 AVAHI_GCC_UNUSED sw_size_t * bytesWritten) {
293 AVAHI_GCC_UNUSED sw_socket self,
294 AVAHI_GCC_UNUSED sw_octets buffer,
295 AVAHI_GCC_UNUSED sw_size_t len,
296 AVAHI_GCC_UNUSED sw_size_t * bytesWritten,
297 AVAHI_GCC_UNUSED sw_ipv4_address to,
298 AVAHI_GCC_UNUSED sw_port port) {
304 AVAHI_GCC_UNUSED sw_socket self,
305 AVAHI_GCC_UNUSED sw_octets buffer,
306 AVAHI_GCC_UNUSED sw_size_t max,
307 AVAHI_GCC_UNUSED sw_size_t * len) {
313 AVAHI_GCC_UNUSED sw_socket self,
314 AVAHI_GCC_UNUSED sw_octets buffer,
315 AVAHI_GCC_UNUSED sw_size_t max,
316 AVAHI_GCC_UNUSED sw_size_t * len,
317 AVAHI_GCC_UNUSED sw_ipv4_address * from,
318 AVAHI_GCC_UNUSED sw_port * port,
319 AVAHI_GCC_UNUSED sw_ipv4_address * dest,
320 AVAHI_GCC_UNUSED sw_uint32 * interface_index) {
326 AVAHI_GCC_UNUSED sw_socket self,
327 AVAHI_GCC_UNUSED sw_bool blocking_mode) {
333 AVAHI_GCC_UNUSED sw_socket self,
334 AVAHI_GCC_UNUSED sw_socket_options options) {
340 sw_ipv4_address sw_socket_ipv4_address(AVAHI_GCC_UNUSED sw_socket self) {
345 sw_port sw_socket_port(AVAHI_GCC_UNUSED sw_socket self) {
350 sw_sockdesc_t sw_socket_desc(AVAHI_GCC_UNUSED sw_socket self) {
354 sw_result sw_socket_close(AVAHI_GCC_UNUSED sw_socket self) {
359 sw_result sw_socket_options_init(AVAHI_GCC_UNUSED sw_socket_options * self) {
364 sw_result sw_socket_options_fina(AVAHI_GCC_UNUSED sw_socket_options self) {
370 AVAHI_GCC_UNUSED sw_socket_options self,
371 AVAHI_GCC_UNUSED sw_bool val) {
377 AVAHI_GCC_UNUSED sw_socket_options self,
378 AVAHI_GCC_UNUSED sw_bool val) {
384 AVAHI_GCC_UNUSED sw_socket_options self,
385 AVAHI_GCC_UNUSED sw_bool val) {
391 AVAHI_GCC_UNUSED sw_socket_options self,
392 AVAHI_GCC_UNUSED sw_bool val) {
398 AVAHI_GCC_UNUSED sw_socket_options self,
399 AVAHI_GCC_UNUSED sw_bool onoff,
400 AVAHI_GCC_UNUSED sw_uint32 linger) {
406 AVAHI_GCC_UNUSED sw_socket_options self,
407 AVAHI_GCC_UNUSED sw_bool val) {
413 AVAHI_GCC_UNUSED sw_socket_options self,
414 AVAHI_GCC_UNUSED sw_uint32 val) {
420 AVAHI_GCC_UNUSED sw_socket_options self,
421 AVAHI_GCC_UNUSED sw_uint32 val) {
432 AVAHI_GCC_UNUSED sw_corby_orb * self,
433 AVAHI_GCC_UNUSED sw_salt salt,
434 AVAHI_GCC_UNUSED const sw_corby_orb_config * config,
435 AVAHI_GCC_UNUSED sw_corby_orb_observer observer,
436 AVAHI_GCC_UNUSED sw_corby_orb_observer_func func,
437 AVAHI_GCC_UNUSED sw_opaque_t extra) {
442 sw_result sw_corby_orb_fina(AVAHI_GCC_UNUSED sw_corby_orb self) {
448 AVAHI_GCC_UNUSED sw_corby_orb self,
449 AVAHI_GCC_UNUSED sw_corby_servant servant,
450 AVAHI_GCC_UNUSED sw_corby_servant_cb cb,
451 AVAHI_GCC_UNUSED sw_const_string oid,
452 AVAHI_GCC_UNUSED struct _sw_corby_object ** object,
453 AVAHI_GCC_UNUSED sw_const_string protocol_name) {
459 AVAHI_GCC_UNUSED sw_corby_orb self,
460 AVAHI_GCC_UNUSED sw_const_string oid) {
466 AVAHI_GCC_UNUSED sw_corby_orb self,
467 AVAHI_GCC_UNUSED struct _sw_corby_object * object) {
473 AVAHI_GCC_UNUSED sw_corby_orb self,
474 AVAHI_GCC_UNUSED struct _sw_corby_channel * channel) {
480 sw_corby_orb_delegate sw_corby_orb_get_delegate(AVAHI_GCC_UNUSED sw_corby_orb self) {
485 AVAHI_GCC_UNUSED sw_corby_orb self,
486 AVAHI_GCC_UNUSED sw_corby_orb_delegate delegate) {
492 AVAHI_GCC_UNUSED sw_corby_orb self,
493 AVAHI_GCC_UNUSED sw_corby_orb_observer observer,
494 AVAHI_GCC_UNUSED sw_corby_orb_observer_func func,
495 AVAHI_GCC_UNUSED sw_opaque_t extra) {
501 AVAHI_GCC_UNUSED sw_corby_orb self,
502 AVAHI_GCC_UNUSED sw_const_string tag,
503 AVAHI_GCC_UNUSED sw_string addr,
504 AVAHI_GCC_UNUSED sw_port * port) {
510 AVAHI_GCC_UNUSED sw_corby_orb self,
511 AVAHI_GCC_UNUSED sw_const_string tag,
512 AVAHI_GCC_UNUSED sw_const_string name,
513 AVAHI_GCC_UNUSED sw_string url,
514 AVAHI_GCC_UNUSED sw_size_t url_len) {
520 AVAHI_GCC_UNUSED sw_corby_orb self,
521 AVAHI_GCC_UNUSED struct _sw_corby_channel * channel) {
527 AVAHI_GCC_UNUSED sw_corby_orb self,
528 AVAHI_GCC_UNUSED struct _sw_corby_channel * channel,
529 AVAHI_GCC_UNUSED struct _sw_corby_message * message,
530 AVAHI_GCC_UNUSED struct _sw_corby_buffer * buffer,
531 AVAHI_GCC_UNUSED sw_uint8 endian) {
536 sw_result sw_corby_message_init(AVAHI_GCC_UNUSED sw_corby_message * self) {
541 sw_result sw_corby_message_fina(AVAHI_GCC_UNUSED sw_corby_message self) {
546 sw_result sw_corby_buffer_init(AVAHI_GCC_UNUSED sw_corby_buffer * self) {
552 AVAHI_GCC_UNUSED sw_corby_buffer * self,
553 AVAHI_GCC_UNUSED sw_size_t size) {
559 AVAHI_GCC_UNUSED sw_corby_buffer * self,
560 AVAHI_GCC_UNUSED sw_corby_buffer_delegate delegate,
561 AVAHI_GCC_UNUSED sw_corby_buffer_overflow_func overflow,
562 AVAHI_GCC_UNUSED sw_corby_buffer_underflow_func underflow,
563 AVAHI_GCC_UNUSED sw_opaque_t extra) {
569 AVAHI_GCC_UNUSED sw_corby_buffer * self,
570 AVAHI_GCC_UNUSED sw_size_t size,
571 AVAHI_GCC_UNUSED sw_corby_buffer_delegate delegate,
572 AVAHI_GCC_UNUSED sw_corby_buffer_overflow_func overflow,
573 AVAHI_GCC_UNUSED sw_corby_buffer_underflow_func underflow,
574 AVAHI_GCC_UNUSED sw_opaque_t extra) {
579 sw_result sw_corby_buffer_fina(AVAHI_GCC_UNUSED sw_corby_buffer self) {
584 void sw_corby_buffer_reset(AVAHI_GCC_UNUSED sw_corby_buffer self) {
589 AVAHI_GCC_UNUSED sw_corby_buffer self,
590 AVAHI_GCC_UNUSED sw_octets octets,
591 AVAHI_GCC_UNUSED sw_size_t size) {
596 sw_octets sw_corby_buffer_octets(AVAHI_GCC_UNUSED sw_corby_buffer self) {
601 sw_size_t sw_corby_buffer_bytes_used(AVAHI_GCC_UNUSED sw_corby_buffer self) {
606 sw_size_t sw_corby_buffer_size(AVAHI_GCC_UNUSED sw_corby_buffer self) {
612 AVAHI_GCC_UNUSED sw_corby_buffer self,
613 AVAHI_GCC_UNUSED sw_int8 val) {
619 AVAHI_GCC_UNUSED sw_corby_buffer self,
620 AVAHI_GCC_UNUSED sw_uint8 val) {
626 AVAHI_GCC_UNUSED sw_corby_buffer self,
627 AVAHI_GCC_UNUSED sw_int16 val) {
633 AVAHI_GCC_UNUSED sw_corby_buffer self,
634 AVAHI_GCC_UNUSED sw_uint16 val) {
640 AVAHI_GCC_UNUSED sw_corby_buffer self,
641 AVAHI_GCC_UNUSED sw_int32 val) {
647 AVAHI_GCC_UNUSED sw_corby_buffer self,
648 AVAHI_GCC_UNUSED sw_uint32 val) {
654 AVAHI_GCC_UNUSED sw_corby_buffer self,
655 AVAHI_GCC_UNUSED sw_const_octets val,
656 AVAHI_GCC_UNUSED sw_size_t size) {
662 AVAHI_GCC_UNUSED sw_corby_buffer self,
663 AVAHI_GCC_UNUSED sw_const_octets val,
664 AVAHI_GCC_UNUSED sw_uint32 len) {
670 AVAHI_GCC_UNUSED sw_corby_buffer self,
671 AVAHI_GCC_UNUSED sw_const_string val) {
677 AVAHI_GCC_UNUSED sw_corby_buffer self,
678 AVAHI_GCC_UNUSED const struct _sw_corby_object * object) {
684 AVAHI_GCC_UNUSED sw_corby_buffer self,
685 AVAHI_GCC_UNUSED sw_corby_buffer_pad pad) {
691 AVAHI_GCC_UNUSED sw_corby_buffer self,
692 AVAHI_GCC_UNUSED sw_int8 * val) {
698 AVAHI_GCC_UNUSED sw_corby_buffer self,
699 AVAHI_GCC_UNUSED sw_uint8 * val) {
705 AVAHI_GCC_UNUSED sw_corby_buffer self,
706 AVAHI_GCC_UNUSED sw_int16 * val,
707 AVAHI_GCC_UNUSED sw_uint8 endian) {
713 AVAHI_GCC_UNUSED sw_corby_buffer self,
714 AVAHI_GCC_UNUSED sw_uint16 * val,
715 AVAHI_GCC_UNUSED sw_uint8 endian) {
721 AVAHI_GCC_UNUSED sw_corby_buffer self,
722 AVAHI_GCC_UNUSED sw_int32 * val,
723 AVAHI_GCC_UNUSED sw_uint8 endian) {
729 AVAHI_GCC_UNUSED sw_corby_buffer self,
730 AVAHI_GCC_UNUSED sw_uint32 * val,
731 AVAHI_GCC_UNUSED sw_uint8 endian) {
737 AVAHI_GCC_UNUSED sw_corby_buffer self,
738 AVAHI_GCC_UNUSED sw_octets octets,
739 AVAHI_GCC_UNUSED sw_size_t size) {
745 AVAHI_GCC_UNUSED sw_corby_buffer self,
746 AVAHI_GCC_UNUSED sw_octets * val,
747 AVAHI_GCC_UNUSED sw_uint32 * size,
748 AVAHI_GCC_UNUSED sw_uint8 endian) {
754 AVAHI_GCC_UNUSED sw_corby_buffer self,
755 AVAHI_GCC_UNUSED sw_octets * val,
756 AVAHI_GCC_UNUSED sw_uint32 * size,
757 AVAHI_GCC_UNUSED sw_uint8 endian) {
763 AVAHI_GCC_UNUSED sw_corby_buffer self,
764 AVAHI_GCC_UNUSED sw_octets val,
765 AVAHI_GCC_UNUSED sw_uint32 * len,
766 AVAHI_GCC_UNUSED sw_uint8 endian) {
772 AVAHI_GCC_UNUSED sw_corby_buffer self,
773 AVAHI_GCC_UNUSED sw_string * val,
774 AVAHI_GCC_UNUSED sw_uint32 * len,
775 AVAHI_GCC_UNUSED sw_uint8 endian) {
781 AVAHI_GCC_UNUSED sw_corby_buffer self,
782 AVAHI_GCC_UNUSED sw_string * val,
783 AVAHI_GCC_UNUSED sw_uint32 * len,
784 AVAHI_GCC_UNUSED sw_uint8 endian) {
790 AVAHI_GCC_UNUSED sw_corby_buffer self,
791 AVAHI_GCC_UNUSED sw_string val,
792 AVAHI_GCC_UNUSED sw_uint32 * len,
793 AVAHI_GCC_UNUSED sw_uint8 endian) {
799 AVAHI_GCC_UNUSED sw_corby_buffer self,
800 AVAHI_GCC_UNUSED struct _sw_corby_object ** object,
801 AVAHI_GCC_UNUSED sw_uint8 endian) {
807 AVAHI_GCC_UNUSED sw_corby_channel self,
808 AVAHI_GCC_UNUSED sw_const_corby_profile profile,
809 AVAHI_GCC_UNUSED struct _sw_corby_buffer ** buffer,
810 AVAHI_GCC_UNUSED sw_const_string op,
811 AVAHI_GCC_UNUSED sw_uint32 oplen,
812 AVAHI_GCC_UNUSED sw_bool reply_expected) {
818 AVAHI_GCC_UNUSED sw_corby_channel self,
819 AVAHI_GCC_UNUSED struct _sw_corby_buffer ** buffer,
820 AVAHI_GCC_UNUSED sw_uint32 request_id,
821 AVAHI_GCC_UNUSED sw_corby_reply_status status) {
827 AVAHI_GCC_UNUSED sw_corby_channel self,
828 AVAHI_GCC_UNUSED struct _sw_corby_buffer * buffer,
829 AVAHI_GCC_UNUSED sw_corby_buffer_observer observer,
830 AVAHI_GCC_UNUSED sw_corby_buffer_written_func func,
831 AVAHI_GCC_UNUSED sw_opaque_t extra) {
837 AVAHI_GCC_UNUSED sw_corby_channel self,
838 AVAHI_GCC_UNUSED sw_salt * salt,
839 AVAHI_GCC_UNUSED struct _sw_corby_message ** message,
840 AVAHI_GCC_UNUSED sw_uint32 * request_id,
841 AVAHI_GCC_UNUSED sw_string * op,
842 AVAHI_GCC_UNUSED sw_uint32 * op_len,
843 AVAHI_GCC_UNUSED struct _sw_corby_buffer ** buffer,
844 AVAHI_GCC_UNUSED sw_uint8 * endian,
845 AVAHI_GCC_UNUSED sw_bool block) {
851 AVAHI_GCC_UNUSED sw_corby_channel self,
852 AVAHI_GCC_UNUSED sw_ipv4_address * from,
853 AVAHI_GCC_UNUSED sw_port * from_port) {
859 AVAHI_GCC_UNUSED sw_corby_channel self,
860 AVAHI_GCC_UNUSED struct _sw_corby_buffer * buffer) {
866 sw_socket sw_corby_channel_socket(AVAHI_GCC_UNUSED sw_corby_channel self) {
870 sw_result sw_corby_channel_retain(AVAHI_GCC_UNUSED sw_corby_channel self) {
876 AVAHI_GCC_UNUSED sw_corby_channel self,
877 AVAHI_GCC_UNUSED sw_corby_channel_delegate delegate) {
884 AVAHI_GCC_UNUSED sw_corby_channel self) {
889 AVAHI_GCC_UNUSED sw_corby_channel self,
890 AVAHI_GCC_UNUSED sw_opaque app_data) {
895 sw_opaque sw_corby_channel_get_app_data(AVAHI_GCC_UNUSED sw_corby_channel self) {
899 sw_result sw_corby_channel_fina(AVAHI_GCC_UNUSED sw_corby_channel self) {
905 AVAHI_GCC_UNUSED sw_corby_object * self,
906 AVAHI_GCC_UNUSED struct _sw_corby_orb * orb,
907 AVAHI_GCC_UNUSED sw_const_string url,
908 AVAHI_GCC_UNUSED sw_socket_options options,
909 AVAHI_GCC_UNUSED sw_uint32 bufsize) {
915 AVAHI_GCC_UNUSED sw_corby_object self) {
921 AVAHI_GCC_UNUSED sw_corby_object self,
922 AVAHI_GCC_UNUSED sw_const_string op,
923 AVAHI_GCC_UNUSED sw_uint32 op_len,
924 AVAHI_GCC_UNUSED sw_bool reply_expected,
925 AVAHI_GCC_UNUSED sw_corby_buffer * buffer) {
931 AVAHI_GCC_UNUSED sw_corby_object self,
932 AVAHI_GCC_UNUSED sw_corby_buffer buffer,
933 AVAHI_GCC_UNUSED sw_corby_buffer_observer observer,
934 AVAHI_GCC_UNUSED sw_corby_buffer_written_func func,
935 AVAHI_GCC_UNUSED sw_opaque extra) {
941 AVAHI_GCC_UNUSED sw_corby_object self,
942 AVAHI_GCC_UNUSED sw_corby_message * message,
943 AVAHI_GCC_UNUSED sw_corby_buffer * buffer,
944 AVAHI_GCC_UNUSED sw_uint8 * endian,
945 AVAHI_GCC_UNUSED sw_bool block) {
951 AVAHI_GCC_UNUSED sw_corby_object self,
952 AVAHI_GCC_UNUSED sw_corby_channel * channel) {
958 AVAHI_GCC_UNUSED sw_corby_object self,
959 AVAHI_GCC_UNUSED sw_corby_channel channel) {
965 AVAHI_GCC_UNUSED sw_discovery self,
966 AVAHI_GCC_UNUSED sw_uint32 interface_index,
967 AVAHI_GCC_UNUSED sw_const_string name,
968 AVAHI_GCC_UNUSED sw_const_string domain,
969 AVAHI_GCC_UNUSED sw_ipv4_address address,
970 AVAHI_GCC_UNUSED sw_discovery_publish_reply reply,
971 AVAHI_GCC_UNUSED sw_opaque extra,
972 AVAHI_GCC_UNUSED sw_discovery_oid * oid) {
978 AVAHI_GCC_UNUSED sw_discovery self,
979 AVAHI_GCC_UNUSED sw_discovery_oid oid,
980 AVAHI_GCC_UNUSED sw_octets text_record,
981 AVAHI_GCC_UNUSED sw_uint32 text_record_len) {
987 AVAHI_GCC_UNUSED sw_discovery self,
988 AVAHI_GCC_UNUSED sw_uint32 interface_index,
989 AVAHI_GCC_UNUSED sw_uint32 flags,
990 AVAHI_GCC_UNUSED sw_const_string fullname,
991 AVAHI_GCC_UNUSED sw_uint16 rrtype,
992 AVAHI_GCC_UNUSED sw_uint16 rrclass,
993 AVAHI_GCC_UNUSED sw_discovery_query_record_reply reply,
994 AVAHI_GCC_UNUSED sw_opaque extra,
995 AVAHI_GCC_UNUSED sw_discovery_oid * oid) {
1001 AVAHI_GCC_UNUSED sw_text_record_string_iterator * self,
1002 AVAHI_GCC_UNUSED sw_const_string text_record_string) {
1008 AVAHI_GCC_UNUSED sw_text_record_string_iterator self) {
1014 AVAHI_GCC_UNUSED sw_text_record_string_iterator self,
1015 AVAHI_GCC_UNUSED char key[255],
1016 AVAHI_GCC_UNUSED char val[255]) {