|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
| Timerset * | timerset |
| List * | output |
| void(* | callback )(void *data) |
| long | elapses |
| void * | data |
| void * | elapsed_data |
| long | index |
| WAPEvent * | event |
| WAPEvent * | elapsed_event |
Definition at line 118 of file gw-timer.c.
| void(* Timer::callback) (void *data) |
Definition at line 136 of file gw-timer.c.
Referenced by elapse_timer(), and gw_timer_create().
| void* Timer::data |
Definition at line 148 of file gw-timer.c.
Referenced by elapse_timer(), gw_timer_create(), gw_timer_data(), gw_timer_elapsed_start(), gw_timer_elapsed_start_cb(), and gw_timer_start().
| void* Timer::elapsed_data |
Definition at line 155 of file gw-timer.c.
Referenced by abort_elapsed(), elapse_timer(), gw_timer_create(), gw_timer_elapsed_start(), gw_timer_elapsed_start_cb(), gw_timer_elapsed_stop(), and gw_timer_elapsed_stop_cb().
| WAPEvent* Timer::elapsed_event |
Definition at line 145 of file timers.c.
Referenced by abort_elapsed(), elapse_timer(), and gwtimer_create().
| long Timer::elapses |
Definition at line 142 of file gw-timer.c.
Referenced by elapse_timer(), gw_timer_break(), gw_timer_create(), gw_timer_elapsed_start(), gw_timer_elapsed_start_cb(), gw_timer_elapsed_stop(), gw_timer_elapsed_stop_cb(), gw_timer_start(), gw_timer_stop(), gwtimer_create(), gwtimer_start(), gwtimer_stop(), and heap_adjust().
| WAPEvent* Timer::event |
Definition at line 138 of file timers.c.
Referenced by elapse_timer(), gwtimer_create(), gwtimer_destroy(), gwtimer_start(), and wap_dispatch_datagram().
| long Timer::index |
Definition at line 161 of file gw-timer.c.
Referenced by gw_timer_break(), gw_timer_create(), gw_timer_elapsed_start(), gw_timer_elapsed_start_cb(), gw_timer_elapsed_stop(), gw_timer_elapsed_stop_cb(), gw_timer_start(), gw_timer_stop(), gwtimer_create(), gwtimer_start(), gwtimer_stop(), heap_delete(), heap_insert(), and heap_swap().
| List * Timer::output |
Definition at line 132 of file gw-timer.c.
Referenced by abort_elapsed(), elapse_timer(), gw_timer_create(), gw_timer_destroy(), gw_timer_elapsed_destroy(), gw_timer_elapsed_destroy_cb(), gwtimer_create(), and gwtimer_destroy().
| Timerset* Timer::timerset |
Definition at line 123 of file gw-timer.c.
Referenced by elapse_timer(), gw_timer_create(), gw_timer_elapsed_start(), gw_timer_elapsed_start_cb(), gw_timer_elapsed_stop(), gw_timer_elapsed_stop_cb(), gw_timer_start(), and gw_timer_stop().