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_curl_helper(), acf_curlopt_helper(), acf_curlopt_write(), acf_exception_read(), acf_fetch(), acf_iaxvar_read(), acf_iaxvar_write(), acf_odbc_read(), add_agi_cmd(), add_features_datastore(), add_to_agi(), adjust_frame_for_plc(), apply_plc(), ast_cc_agent_set_interfaces_chanvar(), ast_cc_call_init(), ast_cc_completed(), ast_cc_extension_monitor_add_dialstring(), ast_cc_get_current_core_id(), ast_cc_is_recall(), ast_cc_offer(), ast_cel_fabricate_channel_from_event(), ast_channel_cc_params_init(), ast_channel_datastore_inherit(), ast_channel_get_cc_config_params(), ast_channel_transfer_masquerade(), ast_datastore_free(), ast_do_masquerade(), ast_handle_cc_control_frame(), ast_iax2_new(), ast_ignore_cc(), ast_odbc_retrieve_transaction_obj(), ast_set_cc_interfaces_chanvar(), ast_setup_cc_recall_datastore(), audiohook_volume_callback(), audiohook_volume_get(), authenticate_reply(), balance_stack(), builtin_atxfer(), calendar_event_read(), calendar_query_exec(), calendar_query_result_exec(), cc_build_payload(), cc_interfaces_datastore_init(), dial_exec_full(), disable_jack_hook(), do_notify(), dundi_query_read(), dundi_result_read(), enable_jack_hook(), enum_query_read(), enum_result_read(), find_details(), find_or_create_details(), find_speech(), find_transaction(), frame_trace_helper(), func_channel_read(), func_channel_write_real(), func_inheritance_write(), func_mute_write(), get_agi_cmd(), get_lock(), gosub_exec(), gosub_run(), handle_gosub(), iax2_call(), initialize_mutehook(), jack_hook_callback(), local_read(), local_write(), lock_fixup(), lua_get_state(), manage_parked_call(), manager_mutestream(), mark_transaction_active(), mute_callback(), parked_call_exec(), pitchshift_cb(), pitchshift_helper(), pop_exec(), raise_exception(), release_transaction(), return_exec(), set_chan_app_data(), set_security_requirements(), 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(), srv_datastore_setup(), srv_result_read(), stackpeek_read(), 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_datastore(), ast_channel_datastore_inherit(), ast_iax2_new(), ast_setup_cc_recall_datastore(), authenticate_reply(), calendar_query_exec(), cc_interfaces_datastore_init(), dial_exec_full(), do_notify(), 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().