#include <config.h>
Data Fields | |
int | blanklines |
int | lineno |
char * | name |
ast_variable * | next |
int | object |
ast_comment * | precomments |
ast_comment * | sameline |
char | stuff [0] |
char * | value |
Definition at line 36 of file config.h.
int blanklines |
Number of blanklines following entry
Definition at line 41 of file config.h.
Referenced by process_text_line(), and variable_clone().
int lineno |
Definition at line 39 of file config.h.
Referenced by apply_outgoing(), authenticate(), build_device(), build_gateway(), build_peer(), build_user(), handle_common_options(), iax_template_parse(), ind_load_module(), osp_build(), pbx_load_module(), process_text_line(), reload_config(), set_config(), setup_zap(), update_common_options(), and variable_clone().
char* name |
Definition at line 37 of file config.h.
Referenced by _build_general_config(), _build_port_config(), _sip_show_peer(), adsi_load(), ast_enum_init(), ast_iax2_new(), ast_readconfig(), ast_set_variables(), ast_variable_retrieve(), authenticate(), build_alias(), build_device(), build_gateway(), build_peer(), build_user(), check_access(), collect_function_digits(), find_user_realtime(), handle_common_options(), handle_save_dialplan(), iax_template_parse(), ind_load_module(), load_module(), load_modules(), load_odbc_config(), loadconfigurationfile(), osp_build(), pbx_load_module(), read_agent_config(), read_config_maps(), realtime_exec(), realtime_peer(), realtime_user(), reload_config(), rpt_master(), set_config(), setup_zap(), sip_new(), sip_show_user(), store_config(), update_common_options(), and variable_clone().
struct ast_variable* next |
Definition at line 44 of file config.h.
Referenced by _build_general_config(), _build_port_config(), _sip_show_peer(), adsi_load(), ast_enum_init(), ast_iax2_new(), ast_instring(), ast_readconfig(), ast_set_variables(), ast_variable_append(), ast_variable_retrieve(), ast_variables_destroy(), authenticate(), build_alias(), build_device(), build_gateway(), build_peer(), build_user(), check_access(), check_user_full(), collect_function_digits(), find_user_realtime(), handle_save_dialplan(), iax_template_parse(), ind_load_module(), load_module(), load_modules(), load_odbc_config(), loadconfigurationfile(), move_variables(), osp_build(), pbx_load_module(), read_agent_config(), read_config_maps(), realtime_exec(), realtime_peer(), realtime_user(), reload_config(), rpt_master(), set_config(), setup_zap(), sip_new(), sip_show_user(), and store_config().
int object |
0 for variable, 1 for object
Definition at line 40 of file config.h.
Referenced by process_text_line(), and variable_clone().
struct ast_comment* precomments |
struct ast_comment* sameline |
char stuff[0] |
char* value |
Definition at line 38 of file config.h.
Referenced by _build_general_config(), _build_port_config(), _sip_show_peer(), adsi_load(), ast_enum_init(), ast_iax2_new(), ast_readconfig(), ast_set_variables(), ast_variable_retrieve(), authenticate(), build_alias(), build_device(), build_gateway(), build_peer(), build_user(), check_access(), collect_function_digits(), find_user_realtime(), handle_common_options(), handle_save_dialplan(), iax_template_parse(), ind_load_module(), load_module(), load_modules(), load_odbc_config(), loadconfigurationfile(), osp_build(), pbx_load_module(), read_agent_config(), read_config_maps(), realtime_exec(), realtime_peer(), realtime_user(), reload_config(), set_config(), setup_zap(), sip_new(), sip_show_user(), store_config(), update_common_options(), and variable_clone().