Compiler-specific macros and other items. More...
Go to the source code of this file.
Defines | |
#define | attribute_const __attribute__((const)) |
#define | attribute_deprecated __attribute__((deprecated)) |
#define | attribute_malloc __attribute__((malloc)) |
#define | attribute_pure __attribute__((pure)) |
#define | attribute_sentinel __attribute__((sentinel)) |
#define | attribute_unused __attribute__((unused)) |
#define | attribute_warn_unused_result __attribute__((warn_unused_result)) |
#define | force_inline __attribute__((always_inline)) inline |
#define | SENTINEL ((char *)NULL) |
Compiler-specific macros and other items.
Definition in file compiler.h.
#define attribute_const __attribute__((const)) |
Definition at line 39 of file compiler.h.
#define attribute_deprecated __attribute__((deprecated)) |
Definition at line 45 of file compiler.h.
#define attribute_malloc __attribute__((malloc)) |
Definition at line 57 of file compiler.h.
#define attribute_pure __attribute__((pure)) |
Definition at line 33 of file compiler.h.
#define attribute_sentinel __attribute__((sentinel)) |
Definition at line 63 of file compiler.h.
#define attribute_unused __attribute__((unused)) |
Definition at line 51 of file compiler.h.
#define attribute_warn_unused_result __attribute__((warn_unused_result)) |
Definition at line 69 of file compiler.h.
#define force_inline __attribute__((always_inline)) inline |
Definition at line 27 of file compiler.h.
#define SENTINEL ((char *)NULL) |
Definition at line 75 of file compiler.h.
Referenced by __queues_show(), ast_queue_log(), change_password_realtime(), cli_realtime_destroy(), cli_realtime_load(), cli_realtime_store(), cli_realtime_update(), cli_realtime_update2(), conf_exec(), copy_plain_file(), destroy_association(), filestream_destructor(), find_realtime(), find_user_realtime(), function_realtime_read(), function_realtime_readdestroy(), function_realtime_store(), function_realtime_write(), get_insecure_variable_from_sippeers(), get_insecure_variable_from_sipregs(), handle_response_peerpoke(), icesencode(), leave_queue(), leave_voicemail(), load_module(), load_realtime_queue(), local_ast_moh_start(), logger_queue_rt_start(), queue_function_queuewaitingcount(), queues_data_provider_get(), realtime_alias(), realtime_directory(), realtime_peer(), realtime_peer_by_addr(), realtime_peer_by_name(), realtime_peer_get_sippeer_helper(), realtime_switch_common(), realtime_update_peer(), realtime_user(), realtimefield_read(), rename_file(), show_users_realtime(), sip_poke_noanswer(), update2_curl(), update_realtime_member_field(), update_realtime_members(), and vm_delete().