FreeSWITCH API Documentation
1.7.0
|
Go to the source code of this file.
Macros | |
#define | SWITCH_INT_16 short |
#define | SWITCH_INT_32 int |
#define | SWITCH_INT_64 long |
#define | SWITCH_SIZE_T size_t |
#define | SWITCH_SSIZE_T ssize_t |
#define | SWITCH_SIZEOF_VOIDP 8 |
#define | SWITCH_PREFIX_DIR "/usr/local/freeswitch" |
#define | SWITCH_SSIZE_T_FMT "ld" |
#define | SWITCH_SIZE_T_FMT "ld" |
#define | SWITCH_INT64_T_FMT "ld" |
#define | SWITCH_UINT64_T_FMT "lu" |
#define SWITCH_INT64_T_FMT "ld" |
Definition at line 16 of file switch_am_config.h.
Referenced by switch_scheduler_add_task(), switch_scheduler_execute(), and task_thread_loop().
#define SWITCH_INT_16 short |
Definition at line 5 of file switch_am_config.h.
#define SWITCH_INT_32 int |
Definition at line 6 of file switch_am_config.h.
#define SWITCH_INT_64 long |
Definition at line 7 of file switch_am_config.h.
#define SWITCH_PREFIX_DIR "/usr/local/freeswitch" |
Definition at line 12 of file switch_am_config.h.
Referenced by switch_core_set_globals().
#define SWITCH_SIZE_T size_t |
Definition at line 8 of file switch_am_config.h.
#define SWITCH_SIZE_T_FMT "ld" |
Definition at line 15 of file switch_am_config.h.
Referenced by main(), process_rtcp_packet(), process_rtcp_report(), send_heartbeat(), switch_core_session_thread(), switch_http_dump_request(), and switch_jb_put_packet().
#define SWITCH_SIZEOF_VOIDP 8 |
Definition at line 11 of file switch_am_config.h.
#define SWITCH_SSIZE_T ssize_t |
Definition at line 9 of file switch_am_config.h.
#define SWITCH_SSIZE_T_FMT "ld" |
Definition at line 14 of file switch_am_config.h.
#define SWITCH_UINT64_T_FMT "lu" |
Definition at line 17 of file switch_am_config.h.
Referenced by switch_event_prep_for_delivery_detailed().