Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Data Structures | |
struct | WAPEvent |
Macros | |
#define | WAPEVENT(name, prettyname, fields) name, |
#define | WAPEVENT(name, prettyname, fields) struct name { fields } name; |
#define | OCTSTR(name) Octstr *name; |
#define | OPTIONAL_OCTSTR(name) Octstr *name; /* May be NULL */ |
#define | INTEGER(name) long name; |
#define | HTTPHEADER(name) List *name; |
#define | WTLSPDUS(name) List *name; |
#define | ADDRTUPLE(name) WAPAddrTuple *name; |
#define | CAPABILITIES(name) List *name; |
#define | wap_event_create(type) gw_claim_area(wap_event_create_real((type), __FILE__, __LINE__, __func__)) |
Typedefs | |
typedef struct WAPEvent | WAPEvent |
Enumerations | |
enum | WAPEventName { WAPEVENT, WAPEVENT } |
Functions | |
WAPEvent * | wap_event_create_real (WAPEventName type, const char *file, long line, const char *func) |
void | wap_event_destroy (WAPEvent *event) |
void | wap_event_destroy_item (void *event) |
WAPEvent * | wap_event_duplicate (WAPEvent *event) |
const char * | wap_event_name (WAPEventName type) |
void | wap_event_dump (WAPEvent *event) |
void | wap_event_assert (WAPEvent *event) |
#define ADDRTUPLE | ( | name | ) | WAPAddrTuple *name; |
Definition at line 97 of file wap_events.h.
Definition at line 98 of file wap_events.h.
Definition at line 95 of file wap_events.h.
Definition at line 94 of file wap_events.h.
Definition at line 92 of file wap_events.h.
Definition at line 93 of file wap_events.h.
#define wap_event_create | ( | type | ) | gw_claim_area(wap_event_create_real((type), __FILE__, __LINE__, __func__)) |
Definition at line 107 of file wap_events.h.
Referenced by abort_methods(), abort_push(), abort_pushes(), confirm_push(), create_session(), create_tr_abort_ind(), create_tr_invoke_cnf(), create_tr_invoke_ind(), create_tr_result_cnf(), disconnect_other_sessions(), indicate_confirmedpush(), indicate_disconnect(), indicate_method_abort(), indicate_push_abort(), indicate_push_connection(), indicate_push_disconnect(), indicate_push_resume(), indicate_push_suspend(), indicate_pushabort(), indicate_resume(), indicate_suspend(), main(), main_thread(), make_abort(), make_confirmed_push_request(), make_push_request(), make_session_request(), make_unit_push_request(), method_abort(), pack_error(), pack_into_push_datagram(), pack_into_result_datagram(), release_holding_methods(), request_confirmed_push(), request_push(), request_unit_push(), response_confirmedpush(), response_push_connection(), response_push_message(), response_responder_invoke(), return_session_reply(), return_unit_reply(), send_abort_to_responder(), send_invoke(), set_attribute_value(), start_initiator_timer_R(), start_timer_A(), start_timer_R(), start_timer_W(), unpack_abort(), unpack_ack(), unpack_datagram(), unpack_invoke(), unpack_negative_ack(), unpack_result(), unpack_segmented_invoke(), wap_event_accept_or_create(), wdp_msg2event(), wtp_pack_abort(), wtp_pack_ack(), wtp_pack_invoke(), wtp_pack_result(), wtp_pack_sar_ack(), and wtp_pack_sar_result().
Definition at line 91 of file wap_events.h.
Definition at line 91 of file wap_events.h.
Definition at line 96 of file wap_events.h.
Definition at line 72 of file wap_events.h.
enum WAPEventName |
void wap_event_assert | ( | WAPEvent * | event | ) |
Definition at line 220 of file wap_events.c.
References debug(), gw_assert(), and WAPEvent::type.
Referenced by main_thread(), parse_document(), push_client_event_handle(), unpack_wdp_datagram_real(), wap_event_destroy(), wap_event_duplicate(), wsp_session_dispatch_event(), wsp_unit_dispatch_event(), and wtp_unpack_wdp_datagram().
WAPEvent* wap_event_create_real | ( | WAPEventName | type, |
const char * | file, | ||
long | line, | ||
const char * | func | ||
) |
Definition at line 71 of file wap_events.c.
References file, gw_assert(), panic, WAPEvent::type, and type.
void wap_event_destroy | ( | WAPEvent * | event | ) |
Definition at line 102 of file wap_events.c.
References panic, WAPEvent::type, and wap_event_assert().
Referenced by abort_elapsed(), abort_methods(), abort_pushes(), continue_sar_result(), dispatch_datagram(), gwtimer_destroy(), gwtimer_start(), handle_init_event(), handle_internal_event(), handle_ota_event(), handle_push_message(), handle_session_event(), main(), main_thread(), pap_compile(), process_sar_transaction(), push_client_event_handle(), push_client_machine_find_or_create(), receive_push_reply(), release_holding_methods(), resp_event_handle(), return_replies_thread(), send_push_response(), start_fetch(), tell_fatal_error(), unpack_datagram(), unpack_wdp_datagram_real(), wap_dispatch_datagram(), wap_event_destroy_item(), wdp_event_dump(), wtp_event_dump(), and wtp_unpack_wdp_datagram().
void wap_event_destroy_item | ( | void * | event | ) |
Definition at line 130 of file wap_events.c.
References wap_event_destroy().
Referenced by wap_appl_shutdown(), wap_push_ota_shutdown(), wap_push_ppg_shutdown(), wsp_push_client_shutdown(), wsp_session_shutdown(), wsp_unit_shutdown(), wtp_initiator_shutdown(), and wtp_resp_shutdown().
void wap_event_dump | ( | WAPEvent * | event | ) |
Definition at line 181 of file wap_events.c.
References debug(), and wap_event_name().
Referenced by add_push_flag(), cant_handle_event(), dispatch_datagram(), find_session_machine(), handle_init_event(), handle_internal_event(), handle_method_event(), handle_ota_event(), handle_push_event(), init_machine_find_or_create(), main(), parse_pap_value(), push_client_event_handle(), push_client_machine_find_or_create(), resp_event_handle(), resp_machine_find_or_create(), truncated_datagram(), unpack_wdp_datagram_real(), wap_dispatch_datagram(), wdp_event_dump(), wtp_event_dump(), and wtp_event_is_for_responder().
Definition at line 135 of file wap_events.c.
References panic, WAPEvent::type, and wap_event_assert().
Referenced by assembly_sar_event(), begin_sar_result(), continue_sar_result(), elapse_timer(), process_sar_transaction(), and wtp_unpack_wdp_datagram().
const char* wap_event_name | ( | WAPEventName | type | ) |
Definition at line 169 of file wap_events.c.
Referenced by abort_elapsed(), elapse_timer(), find_session_machine(), handle_init_event(), handle_method_event(), handle_push_event(), handle_session_event(), main_thread(), push_client_event_handle(), push_client_machine_find_or_create(), resp_event_handle(), wap_event_dump(), and wtp_event_dump().