Structure for a data store object. More...
#include <datastore.h>

Public Member Functions | |
| AST_LIST_ENTRY (ast_datastore) entry | |
Data Fields | |
| void * | data |
| struct ast_datastore_info * | info |
| unsigned int | inheritance |
| const char * | uid |
Structure for a data store object.
Definition at line 54 of file datastore.h.
| AST_LIST_ENTRY | ( | ast_datastore | ) |
Used for easy linking
| void* data |
Contained data
Definition at line 56 of file datastore.h.
Referenced by acf_exception_read(), acf_fetch(), acf_iaxvar_read(), acf_iaxvar_write(), acf_odbc_read(), add_agi_cmd(), add_features_datastores(), add_to_agi(), ast_channel_datastore_inherit(), ast_datastore_free(), ast_do_masquerade(), ast_iax2_new(), audiohook_volume_callback(), audiohook_volume_get(), authenticate_reply(), builtin_atxfer(), chanspy_ds_free(), dial_exec_full(), disable_jack_hook(), 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(), handle_gosub(), iax2_call(), jack_hook_callback(), local_read(), local_write(), lock_fixup(), lua_get_state(), manage_parkinglot(), park_exec_full(), 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(), speex_callback(), speex_read(), speex_write(), stop_mixmonitor_exec(), try_calling(), unlock_read(), volume_callback(), and volume_write().
struct ast_datastore_info* info [read] |
Data store type information
Definition at line 57 of file datastore.h.
Referenced by __ast_datastore_alloc(), ast_channel_datastore_find(), ast_channel_datastore_inherit(), ast_datastore_free(), ast_do_masquerade(), and astman_datastore_find().
| unsigned int inheritance |
Number of levels this item will continue to be inherited
Definition at line 58 of file datastore.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().
| const char* uid |
Unique data store identifier
Definition at line 55 of file datastore.h.
Referenced by __ast_datastore_alloc(), ast_channel_datastore_find(), ast_channel_datastore_inherit(), ast_datastore_free(), and astman_datastore_find().
1.6.1