Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "wap/wap.h"
Go to the source code of this file.
Functions | |
void | wap_appl_init (Cfg *cfg) |
void | wap_appl_dispatch (WAPEvent *event) |
void | wap_appl_shutdown (void) |
long | wap_appl_get_load (void) |
void | wsp_http_url_map (Octstr *name, Octstr *url, Octstr *map_url, Octstr *send_msisdn_query, Octstr *send_msisdn_header, Octstr *send_msisdn_format, int accept_cookies) |
void | wsp_http_map_url_config (char *) |
void | wsp_http_map_url_config_device_home (char *) |
void | wsp_http_map_url_config_info (void) |
void | wsp_http_map_destroy (void) |
void | wsp_http_user_map (Octstr *name, Octstr *user, Octstr *pass, Octstr *msisdn) |
void | wsp_http_map_user_config_info (void) |
void | wsp_http_map_user_destroy (void) |
void wap_appl_dispatch | ( | WAPEvent * | event | ) |
Definition at line 288 of file wap-appl.c.
References gw_assert(), gwlist_produce(), queue, run_status, and running.
Referenced by main().
long wap_appl_get_load | ( | void | ) |
Definition at line 295 of file wap-appl.c.
References counter_value(), fetches, gw_assert(), gwlist_len(), queue, run_status, and running.
Referenced by main().
void wap_appl_init | ( | Cfg * | cfg | ) |
Definition at line 249 of file wap-appl.c.
References caller, cfg, charsets, counter_create(), fetches, gw_assert(), gwlist_add_producer(), gwlist_create, gwthread_create, have_ppg, http_caller_create(), limbo, main_thread(), queue, return_replies_thread(), run_status, running, and wml_charsets().
Referenced by main().
void wap_appl_shutdown | ( | void | ) |
Definition at line 268 of file wap-appl.c.
References caller, charsets, counter_destroy(), fetches, gw_assert(), gwlist_destroy(), gwlist_remove_producer(), gwthread_join_every(), http_caller_destroy(), http_caller_signal_shutdown(), main_thread(), octstr_destroy_item(), queue, return_replies_thread(), run_status, running, terminating, wap_event_destroy_item(), wap_map_destroy(), and wap_map_user_destroy().
Referenced by main().
void wsp_http_map_destroy | ( | void | ) |
void wsp_http_map_url_config | ( | char * | ) |
void wsp_http_map_url_config_device_home | ( | char * | ) |
void wsp_http_map_url_config_info | ( | void | ) |
void wsp_http_map_user_config_info | ( | void | ) |
void wsp_http_map_user_destroy | ( | void | ) |
void wsp_http_url_map | ( | Octstr * | name, |
Octstr * | url, | ||
Octstr * | map_url, | ||
Octstr * | send_msisdn_query, | ||
Octstr * | send_msisdn_header, | ||
Octstr * | send_msisdn_format, | ||
int | accept_cookies | ||
) |