#include <channel.h>
Data Fields | |
void * | data |
struct { | |
ast_datastore * next | |
} | entry |
ast_datastore_info * | info |
unsigned int | inheritance |
const char * | uid |
Definition at line 208 of file channel.h.
void* data |
Contained data
Definition at line 210 of file channel.h.
Referenced by acf_exception_read(), acf_fetch(), acf_iaxvar_read(), acf_iaxvar_write(), add_agi_cmd(), add_features_datastores(), add_to_agi(), ast_channel_datastore_free(), ast_channel_datastore_inherit(), ast_do_masquerade(), ast_iax2_new(), authenticate_reply(), builtin_atxfer(), chanspy_ds_free(), dial_exec_full(), disable_jack_hook(), do_parking_thread(), dundi_query_read(), dundi_result_read(), enable_jack_hook(), enum_query_read(), enum_result_read(), find_speech(), func_inheritance_write(), get_agi_cmd(), get_lock(), gosub_exec(), iax2_call(), jack_hook_callback(), local_read(), local_write(), lua_get_state(), park_exec(), pbx_builtin_raise_exception(), pop_exec(), return_exec(), setup_chanspy_ds(), setup_inheritance_datastore(), setup_mixmonitor_ds(), setup_transfer_datastore(), shared_read(), shared_write(), smdi_msg_read(), smdi_msg_retrieve_read(), socket_process(), speech_create(), stop_mixmonitor_exec(), try_calling(), unlock_read(), volume_callback(), and volume_write().
struct { ... } entry |
Used for easy linking
Referenced by ast_channel_datastore_add(), ast_channel_datastore_find(), ast_channel_datastore_inherit(), ast_channel_datastore_remove(), ast_channel_free(), and ast_do_masquerade().
struct ast_datastore_info* info |
Data store type information
Definition at line 211 of file channel.h.
Referenced by ast_channel_datastore_alloc(), ast_channel_datastore_find(), ast_channel_datastore_free(), ast_channel_datastore_inherit(), and ast_do_masquerade().
unsigned int inheritance |
Number of levels this item will continue to be inherited
Definition at line 212 of file channel.h.
Referenced by _macro_exec(), acf_iaxvar_write(), add_features_datastores(), ast_channel_datastore_inherit(), ast_iax2_new(), authenticate_reply(), dial_exec_full(), socket_process(), and try_calling().
struct ast_datastore* next |
const char* uid |
Unique data store identifier
Definition at line 209 of file channel.h.
Referenced by ast_channel_datastore_find(), ast_channel_datastore_free(), and ast_channel_datastore_inherit().