globally-accessible datastore information and callbacks More...
Go to the source code of this file.
Functions | |
static void | dialed_interface_destroy (void *data) |
static void * | dialed_interface_duplicate (void *data) |
static void | secure_call_store_destroy (void *data) |
static void * | secure_call_store_duplicate (void *data) |
Variables | |
struct ast_datastore_info | dialed_interface_info |
struct ast_datastore_info | secure_call_info |
globally-accessible datastore information and callbacks
Definition in file global_datastores.c.
|
static |
Definition at line 37 of file global_datastores.c.
References ast_free, AST_LIST_HEAD, AST_LIST_HEAD_DESTROY, AST_LIST_LOCK, AST_LIST_REMOVE_HEAD, AST_LIST_UNLOCK, di, and ast_dialed_interface::list.
Referenced by dialed_interface_duplicate().
|
static |
Definition at line 55 of file global_datastores.c.
References ast_calloc, AST_LIST_HEAD, AST_LIST_HEAD_INIT, AST_LIST_INSERT_TAIL, AST_LIST_LOCK, AST_LIST_TRAVERSE, AST_LIST_UNLOCK, di, dialed_interface_destroy(), ast_dialed_interface::interface, and ast_dialed_interface::list.
|
static |
Definition at line 92 of file global_datastores.c.
References ast_free.
|
static |
Definition at line 99 of file global_datastores.c.
References ast_calloc, ast_secure_call_store::media, and ast_secure_call_store::signaling.
struct ast_datastore_info dialed_interface_info |
Definition at line 86 of file global_datastores.c.
Referenced by clear_dialed_interfaces(), dial_exec_full(), and try_calling().
struct ast_datastore_info secure_call_info |
Definition at line 112 of file global_datastores.c.
Referenced by func_channel_read(), func_channel_write_real(), and set_security_requirements().