Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Macros | |
#define | BB_STORE_DEFAULT_DUMP_FREQ 10 |
Functions | |
int | store_init (Cfg *cfg, const Octstr *type, const Octstr *fname, long dump_freq, void *pack_func, void *unpack_func) |
Octstr * | store_status (int status_type) |
int | store_spool_init (const Octstr *fname) |
int | store_file_init (const Octstr *fname, long dump_freq) |
Variables | |
long(* | store_messages )(void) |
int(* | store_save )(Msg *msg) |
int(* | store_save_ack )(Msg *msg, ack_status_t status) |
int(* | store_load )(void(*receive_msg)(Msg *)) |
int(* | store_dump )(void) |
Octstr *(* | store_msg_pack )(Msg *msg) |
Msg *(* | store_msg_unpack )(Octstr *os) |
void(* | store_shutdown )(void) |
void(* | store_for_each_message )(void(*callback_fn)(Msg *, void *), void *data) |
#define BB_STORE_DEFAULT_DUMP_FREQ 10 |
Definition at line 66 of file bb_store.h.
Referenced by store_file_init().
int store_file_init | ( | const Octstr * | fname, |
long | dump_freq | ||
) |
Definition at line 515 of file bb_store_file.c.
References active, bakfile, BB_STORE_DEFAULT_DUMP_FREQ, dict_create(), dump_frequency, file_mutex, filename, gwlist_add_producer(), gwlist_create, loaded, msg_destroy_item(), mutex_create, newfile, octstr_duplicate, octstr_format(), octstr_get_cstr, octstr_len(), panic, sms_dict, store_dump, store_file_dump(), store_file_for_each_message(), store_file_load(), store_file_messages(), store_file_save(), store_file_save_ack(), store_file_shutdown(), store_for_each_message, store_load, store_messages, store_save, store_save_ack, and store_shutdown.
Referenced by store_init().
int store_init | ( | Cfg * | cfg, |
const Octstr * | type, | ||
const Octstr * | fname, | ||
long | dump_freq, | ||
void * | pack_func, | ||
void * | unpack_func | ||
) |
Definition at line 82 of file bb_store.c.
References cfg, error(), octstr_str_compare(), store_file_init(), store_msg_pack, store_msg_unpack, store_spool_init(), and type.
Referenced by init_bearerbox(), init_smppbox(), and main().
int store_spool_init | ( | const Octstr * | fname | ) |
Init functions for different store types.
Definition at line 338 of file bb_store_spool.c.
References counter, counter_create(), error(), gwlist_add_producer(), gwlist_create, loaded, octstr_duplicate, octstr_get_cstr, spool, store_dump, store_for_each_message, store_load, store_messages, store_save, store_save_ack, store_shutdown, store_spool_dump(), store_spool_for_each_message(), store_spool_load(), store_spool_messages(), store_spool_save(), store_spool_save_ack(), and store_spool_shutdown().
Referenced by store_init().
Octstr* store_status | ( | int | status_type | ) |
Definition at line 148 of file bb_store.c.
References BBSTATUS_HTML, BBSTATUS_XML, status::data, format(), octstr_append_cstr(), octstr_create, status_cb(), and store_for_each_message.
Referenced by httpd_store_status().
int(* store_dump) (void) |
Definition at line 75 of file bb_store.c.
Referenced by store_dumper(), store_file_init(), and store_spool_init().
void(* store_for_each_message) (void(*callback_fn)(Msg *, void *), void *data) |
Definition at line 79 of file bb_store.c.
Referenced by store_file_init(), store_spool_init(), and store_status().
int(* store_load) (void(*receive_msg)(Msg *)) |
Definition at line 74 of file bb_store.c.
Referenced by main(), store_file_init(), and store_spool_init().
long(* store_messages) (void) |
Definition at line 71 of file bb_store.c.
Referenced by bb_print_status(), store_file_init(), and store_spool_init().
Definition at line 77 of file bb_store.c.
Referenced by dlr_spool_add(), store_init(), store_spool_save(), and write_msg().
Definition at line 78 of file bb_store.c.
Referenced by dispatch(), dlr_spool_get(), read_msg(), status_cb(), and store_init().
Definition at line 72 of file bb_store.c.
Referenced by bb_remove_message(), bb_smscconn_receive(), boxc_receiver(), concat_handling_check_and_handle(), concat_handling_clear_old_parts(), deliver_sms_to_queue(), route_incoming_to_smsc(), store_file_init(), store_file_save_ack(), and store_spool_init().
int(* store_save_ack) (Msg *msg, ack_status_t status) |
Definition at line 73 of file bb_store.c.
Referenced by bb_smscconn_receive_internal(), bb_smscconn_send_failed(), bb_smscconn_sent(), concat_handling_check_and_handle(), deliver_sms_to_queue(), destroy_concatMsg(), route_incoming_to_smsc(), store_file_init(), and store_spool_init().
void(* store_shutdown) (void) |
Definition at line 76 of file bb_store.c.
Referenced by main(), store_file_init(), and store_spool_init().